Skip to main content

Ubuntu

How To Install iRedMail On Ubuntu 12.04 x64
Tutorials Email Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Configure a Linux Service to Start Automatically After a Crash or Reboot – Part 1: Practical Examples
Tutorials CentOS Debian Linux Commands System Tools Ubuntu
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # In this two-part tutorial, you will learn how to configure a Linux service to restart automatically after a reboot or crash using systemd.
How To Use LVM To Manage Storage Devices on Ubuntu 16.04
Tutorials Linux Basics Storage System Tools Ubuntu Ubuntu 16.04
Introduction> Introduction # LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for easier and flexible administration.
How To Authenticate Client Computers Using LDAP on an Ubuntu 12.04 VPS
Tutorials Networking PHP Security Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install WordPress on Ubuntu 12.04
Tutorials CMS Ubuntu WordPress
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install, Configure, And Use Modules In The Apache Web Server
Tutorials Apache Server Optimization Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Run Your Own Mail Server with Mail-in-a-Box on Ubuntu 14.04
Tutorials DNS Email Security Ubuntu
Introduction> Introduction # Mail-in-a-Box is an open source software bundle that makes it easy to turn your Ubuntu server into a full-stack email solution for multiple domains. For securing the server, Mail-in-a-Box makes use of Fail2ban and an SSL certificate (self-signed by default).
How To Install and Use Composer on Ubuntu 14.04
Tutorials Getting Started PHP Ubuntu
Introduction> Introduction # Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.
How To Create an SSH CA to Validate Hosts and Clients with Ubuntu
Tutorials Security Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Use GPG to Encrypt and Sign Messages on an Ubuntu 12.04 VPS
Tutorials Email Security Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Deploy a Basic PHP Application Using Ansible on Ubuntu 14.04
Tutorials Ansible PHP Frameworks Ubuntu
Introduction> Introduction # This tutorial covers the process of provisioning a basic PHP application using Ansible. The goal at the end of this tutorial is to have your new web server serving a basic PHP application without a single SSH connection or manual command run on the target Droplet.
How to Install and Configure Magento on Ubuntu 14.04
Tutorials Applications Ubuntu
Introduction> Introduction # Magento is the most popular content management system for e-commerce websites. It is used by small businesses and large enterprise companies alike, and can be enhanced by thousands of extensions and themes.
How To Protect an Apache Server with Fail2Ban on Ubuntu 14.04
Tutorials Apache Firewall Security Ubuntu
Introduction> Introduction # When operating a web server, it is important to implement security measures to protect your site and users. Protecting your web sites and applications with firewall policies and restricting access to certain areas with password authentication is a great starting point to securing your system.
How To Use Celery with RabbitMQ to Queue Tasks on an Ubuntu VPS
Tutorials Messaging Python Scaling Ubuntu
Introduction> Introduction # Asynchronous, or non-blocking, processing is a method of separating the execution of certain tasks from the main flow of a program. This provides you with several advantages, including allowing your user-facing code to run without interruption.
How To Configure WebDAV Access with Apache on Ubuntu 14.04
Tutorials Apache Networking Ubuntu
Introduction> Introduction # WebDAV is an extension of the HTTP protocol that allows users to manage files on servers. There are many ways to use a WebDAV server. For example, you can share Word or Excel documents with your colleagues by uploading them to your WebDAV server.
How To Use BackupPC to Create a Backup Server on an Ubuntu 12.04 VPS
Tutorials Backups System Tools Ubuntu
[*]Status: Deprecated[*] This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Create a Sharded Cluster in MongoDB Using an Ubuntu 12.04 VPS
Tutorials MongoDB NoSQL Scaling Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install eJabberd XMPP Server on Ubuntu
Tutorials Ubuntu
First, we would have to spin up a Ubuntu 12.10 x64 droplet: Next, login to your droplet via SSH as root. Step 1 – Install eJabberd> Step 1 – Install eJabberd # apt-get -y install ejabberd Step 2 – Setup Admin User> Step 2 – Setup Admin User # Change “password” to your own value:
How To Install and Setup Postfix on Ubuntu 12.04
Tutorials DNS Email Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Use PostgreSQL on Ubuntu 16.04
Tutorials PostgreSQL Ubuntu Ubuntu 16.04
Introduction> Introduction # Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language.