Category Articles RSS Feed
How To Install (LEMP) nginx, MySQL, PHP stack on Arch Linux
Viewed 13422 times since Sun, Dec 29, 2013
About LempLEMP 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. Since the server is already running Arch Linux, the linux part is taken care of.... Read More
How To Configure Varnish for Drupal with Apache on Debian and Ubuntu
Viewed 7067 times since Thu, Jan 2, 2014
Drupal is an open-source content management framework and platform written in PHP. Used for building rich, back-end based solutions for websites of any size and web applications alike, it is massively popular with extremely high statistics of... Read More
How To Create Nagios Plugins With PHP On CentOS 6
Viewed 6885 times since Sat, Jan 4, 2014
PHP is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using PHP. Step 1 - Install RPMForge Repository and NRPE on client ... Read More
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
Viewed 6423 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 6304 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 ownCloud 5 On Ubuntu 12.10
Viewed 5518 times since Sat, Jan 4, 2014
ownCloud is an open source Data Storage solution similar to Dropbox or Google Drive. One can grab its source code and install it anywhere he/she wants and thus gain much more control over his/her data. The latest version of ownCloud as of this... Read More
How to Setup Tiki Wiki on Ubuntu 12.10
Viewed 4486 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 Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7
Viewed 3690 times since Fri, Dec 27, 2013
Lemp Stack: Basic InfoLEMP stack is a group of open source software to get a server 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... Read More
How To Install Opigno on Debian 7 with Git and Drush
Viewed 3640 times since Sat, Jan 4, 2014
Introduction Opigno is a new, fast growing e-learning platform based on the battle-hardened Drupal framework. Setting up Opigno via sFTP is pretty easy, but as you now have your own server, we should set it up using GIT and Drush. Set up your server... Read More
How To Install LAMP (Linux, Apache, MySQL, PHP) on Fedora
Viewed 3629 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 Install Piwik on an Ubuntu 12.04 Cloud Server
Viewed 3007 times since Sat, Jan 4, 2014
Piwik is an open-source analytics system, which can be hosted at your cloud sever. It provides a more personalized solution than Google Analytics as it lets you have ownership and more control of your data, shows detailed traffic in real-time, and it... Read More
How To Use CakePHP to Create a Small Web Application
Viewed 2904 times since Fri, Jan 3, 2014
CakePHP is a powerful and robust PHP framework built around the Model-View-Controller (MVC) programming paradigm. In addition to the flexible way you can use it to build your application, it provides a basic structure for organizing files and... Read More
How To Launch Your Site on a New Ubuntu 12.04 Server with LAMP, SFTP, and DNS
Viewed 2344 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 Create Nagios Plugins With PHP On Ubuntu 12.10
Viewed 2132 times since Sat, Jan 4, 2014
Step 1 - Install NRPE on client apt-get install -y php5 nagios-nrpe-server useradd nrpe && update-rc.d nagios-nrpe-server defaults Step 2 - Create your PHP Script It would be a good idea to keep your plugins in same directory as other... Read More