Creating a Website and an Email Account on Ajenti V
In this tutorial, we will setup a basic website using Ajenti V from the Ajenti control panel and create an email account on your website’s domain.
In this tutorial, we will setup a basic website using Ajenti V from the Ajenti control panel and create an email account on your website’s domain.
In this article, we will discuss how to add a swap file to an Arch Linux cloud server. Linux uses swap spaces to offload information from the machine’s RAM, allowing for the most important processes more resources to operate.
There are many Linux distributions available, each with their own maintainers, some backed by commercial providers and some not. For the purpose of running a cloud server, there are a few you should be aware of.
A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Additionally, the certificate can show the virtual private server’s identification information to site visitors. Certificate Authorities can issue SSL certificates that verify the server’s details while a self-signed certificate has no 3rd party corroboration. Here’s how to create a SSL certificate on Apache on Arch Linux.
This tutorial runs through how to install and setup ownCloud on Arch Linux.
LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine x), MySQL, and PHP. This tutorial explains how to install the required repos to download nginx and php-fpm, how to install MySQL, how to install nginx, how to install php-fpm, how to configure php and nginx, and how to create a php info page. This tutorial is written for Arch Linux.
This tutorial explains how to install Apache, how to install MySQL, how to change the root MySQL password, how to install PHP, and how to see what libraries are available. LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache (the web server), MySQL (the database), and PHP (the language). This tutorial is written for Arch Linux.
This tutorial explains how to install RVM (Ruby Version Manager), and then how to install ruby, how to install ruby gems, and how to install rails on Arch Linux. RVM is a program that lets you use several versions of Ruby on Rails on one server and easily switch between them.
This tutorial shows you how to set up virtual hosts. Virtual Hosts are used to run more than one website or domain off of a single server and IP address. This is especially useful to people who need to run several sites off of one server or IP address. The sites display different information to the visitors, depending on with which the users accessed the site.There is no limit to the number of virtual hosts that can be added to a server. This article is written for Arch Linux.
SSH is the primary way of connecting to remote Linux servers. Securing this channel is essential to maintaining a secure infrastructure. Kryptonite is a secure solution to protecting your SSH private key. In this guide, you will generate an SSH key pair with Kryptonite on your phone, pair your phone with your local computer, and use Kryptonite to SSH into a cloud servers.