7 articles Arch Linux

How to Install Ruby on Rails on Arch Linux with RVM

Introduction   Ruby on Rails is an open source web framework that runs on Ruby programming language. The integrated use of Ruby programming language and Rails development framework makes it popular among developers creating sites and web apps. Installing Ruby on Rails on to a virtual private server does take some time and that’s what…

How to Install LEMP Stack on Arch Linux

Introduction LEMP is an open source software configuration used in web server and it stands for Linux, Nginx, MySQL, and PHP. This tutorial describes how to install LEMP stack on to your Arch Linux system. The only difference between LAMP and LEMP stack is the web server in which the stack runs. Before we get…

How to Create an SSL Certificate on Apache on Arch Linux

Introduction Self Signed Certificates are useful for securing the information between web server and the user. A secure connection will be made by encrypting the site’s information. An SSL certificate can reveal the virtual private server’s identification information to the site visitors. This tutorial will guide you to create and install Self Signed Certificates on…

How to Install WordPress on Arch Linux

Introduction In this tutorial you will learn how to install WordPress on Arch Linux. WordPress is a free and open source Content Management System, built on PHP and MySQL. It provides over 30,000 plugins for easy customization of appearance and functionality. WordPress is the most popular blogging platform, estimated to be running on 60 million…

How to Install LAMP stack on Arch Linux

Introduction LAMP is the most common configuration used in web server and it stands for Linux, Apache, MySQL, and PHP. This tutorial describes how to install LAMP stack on to your Arch Linux system. Pacman, a package manager designed specifically for Arch Linux will be used to install and update all required software packages. Installing…