Category Articles RSS Feed
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
Viewed 6424 times since Thu, Jan 2, 2014
LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to... Read More
How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6
Viewed 6307 times since Thu, Dec 26, 2013
LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running CentOS, the linux part is taken care of. Here is how to install the rest. ... Read More
How to Setup Tiki Wiki on Ubuntu 12.10
Viewed 4490 times since Thu, Jan 2, 2014
Tiki Wiki is an easy to use content management system written in PHP, that can be used to create forums, blogs, file and image galleries, and so on. To begin we will spin up a Ubuntu 12.10 x64 cloud server: Step 1 - Install LAMP stack export... Read More
How To Install LAMP (Linux, Apache, MySQL, PHP) on Fedora
Viewed 3632 times since Thu, Jan 2, 2014
LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the server is already running Fedora, the linux part is taken care of. Here is how to install the rest. ... Read More
How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS
Viewed 2349 times since Thu, Dec 26, 2013
This article will take you from a fresh, new server to an online, working site. The following article will combine the relevant articles into a cohesive step by step to guide to set up your personal site on an Ubuntu server. Basic Server Setup... Read More
How To Perform Basic Queries in MySQL and MariaDB on a Cloud Server
Viewed 2067 times since Thu, Jan 2, 2014
MySQL and MariaDB are relational database management systems. These tools can be used on your server to manage the data from many different programs. Both implement forms of the SQL querying language, and either can be used on a cloud server. This... Read More