Linux

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7

LEMP stack is a group of open source software to get a VPS up and running. The acronym includes the Linux (L), MySQL (M), and PHP (P) of the more traditional LAMP stack, but switches out Apache for Nginx (pronounced engine x). This tutorial explains how to install nginx/MySQL/PHP-fpm, as well as all the required repos to download nginx and php-fp. It will also review how to configure php & nginx, as well as how to create a php info page. *Written for Debian 7.

Read more
How To Install MediaWiki on Centos 6.4 — step-by-step Linux tutorial on Progressive Robot

How To Install MediaWiki on Centos 6.4

MediaWiki is a free open source wiki program that allows users to create their own personal wiki sites. Originally built for Wikpedia, it is now used by thousands of other projects due to its scalability and high customization. This tutorial goes through how to install and configure MediaWiki on a CentOS 6.4 VPS.

Read more
How To Install MySQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 16.04

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.

Read more
CHAT