How to Secure Joomla Websites

How to Secure Joomla Websites

We’ll show you, How to secure Joomla websites. Joomla is a very popular content management system used by hundreds of thousands of people worldwide and this is one of the main reasons why many hackers often try to find a way to hack Joomla based websites. Listed below are simple, yet powerful methods and practices to secure and protect a Joomla based website running on a Linux VPS from being compromised:

Read More

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