OpenVPN setup script for Debian and Ubuntu

openvpnOpenVPN is a free and open-source software application that can be used to securely link two or more private networks using an encrypted tunnel over the Internet.  OpenVPN is bound to the OpenSSL library and derives much of its crypto capabilities from it.

Today we will share a script you can use to install and configure OpenVPN on an Ubuntu VPS. The script is pretty much self-explanatory.

Read More

How to Install Bolt CMS on Ubuntu

How to Install Bolt CMS on Ubuntu

In this blog post we will show you how to install Bolt CMS on Ubuntu, with Nginx and MariaDB. Bolt is a lightweight CMS, written in PHP and it’s built upon the Silex framework. This tutorial should work on other Linux VPS systems as well, but was tested and written for Ubuntu. Installing Bolt CMS on Ubuntu  is an easy task if you carefully follow the steps bellow.

Read More

How to install ownCloud 6 on a Linux Virtual Server

owncloud 6OwnCloud is free and open source file sharing and collaboration software which provides access to your files through a web interface or WebDAV.

This install guide assumes that Apache, MySQL and PHP are already installed and configured on your Linux virtual server.

At the time of writing this tutorial, ownCloud 6.0.2 is the latest stable version available and it requires:

Read More

How to install VirtueMart with Joomla on a Linux VPS

virtuemart vpsVirtueMart is an easy to use open source e-commerce component for the Joomla CMS. It offers plenty of features to create and maintain a website store with an unlimited number of categories, products, orders etc.
This install guide assumes that Apache, MySQL and PHP are already installed and configured on your Linux virtual server.
At the time of writing this tutorial, VirtueMart 2.6.0 is the latest stable version available. VirtueMart 2.6.0 is compatible with Joomla 2.5 and it requires:

Read More

How to install and use Rkhunter on a Linux server for rootkit, local exploits, malware and backdoors scanning

Rootkits and backdoors are often the worst type of compromise possible. To protect your server against rootkits, backdoors and other security problems it is recommended to install and use Rkhunter on your Linux VPS. Rkhunter (Rootkit Hunter) is a very useful open source software utility that makes various checks on the local system and scans for known rootkits, local exploits, malware and backdoors. Rkhunter checks to see whether the binary files or system startup files have been modified, and performs various checks on the network interfaces, including checks for listening services and applications. Rkhunter runs on most Linux and UNIX systems. It can be run from the command line, but it can also be scheduled to execute on a daily basis as a cron job.

Read More

How to install Nagios3 and Check_MK on an Ubuntu 12.04 LTS VPS

install-nagios3-on-ubuntu-13-10-vps-for-monitoring-virtual-servers-and-servicesThe 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.

Read More