phpMyBackupPro is a great and helpful web-based application for backing up MySQL databases. Using this free PHP based application you can easily create a backup of your database, create scheduled backups, manage, download, restore the backups and a lot more on your CentOS VPS.
linux vps
How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address
In this tutorial we will show you how to set up multiple SSL Certificates on a CentOS VPS with Apache using one IP address only.
This is allowed by an extension to the SSL protocol called Server Name Indication (SNI). Most current desktop and mobile web browsers support SNI. The main benefit of using SNI is the ability to secure multiple websites without purchasing more IP addresses.
How to install Drupal 7 on Ubuntu 14.04
Drupal is very popular and easy to use open-source CMS (content management system ) written in PHP and distributed under the GNU General Public License.
To install Drupal 7 on an Ubuntu VPS follow the very easy steps described below.
This install guide assumes that Apache, MySQL and PHP are already installed and configured on your Ubuntu based virtual server.
At the time of writing this tutorial, Drupal 7.28 is the latest stable version available and it requires:
Install your own Photo Gallery using Piwigo and Ubuntu 14.04
In this article we are going through the steps of installing and setting up a private/public Photo Gallery using Piwigo on one of our Ubuntu based virtual servers.
What exactly is Piwigo?
It is open-source photo gallery software for the web, built by an active community of users and developers. Piwigo extensions make it easily customizable and highly flexible. Piwigo is free and open source software.
How to install ImpressCMS on a CentOS 6 VPS
ImpressCMS is free and open source content management system developed by the community. This PHP based CMS makes the building and maintaining of dynamic websites an easy and fast process. ImpressCMS is a powerful system that is an ideal solution for a wide range of users.
This blog article describing the installation of ImpressCMS on a CentOS VPS.
How to install Nagios3 and Check_MK on an Ubuntu 12.04 LTS VPS
The following article guides through the steps of installing and configuring Nagios3 and Check_MK on a Ubuntu 12.04 LTS VPS.
Once deployed, you will be able to monitor your virtual servers and the services running on them.
Nagios3 is a robust and very powerful monitoring system, which in combination with Check_MK will provide you with a nice and easy way to monitor your virtual servers and services.
How to secure your SSH using two-step authentication on CentOS 6
There are several things you can do to secure and protect your SSH. One of them is to use Google Authenticator and create a two-factor authentication on your CentOS VPS. Google Authenticator gives you an extra layer of security by generating time based one-time passwords (TOTP) on your smartphone that you must enter along with your username and password in order to login to the server via SSH.
Install Django CMS on Ubuntu 12.04 with MariaDB, Gunicorn and Nginx
In this blog post we will show you how to install the Django CMS on a Ubuntu VPS with MariaDB, Nginx and Gunicorn .
Django CMS is open source content management system based on the Web framework Django. Some of the main features include: Plugin-based, Pretty URLs, Permission management, Apps, Frontend-Editing, Analytics, Blog ..etc.