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:
OpenVPN setup script for Debian and Ubuntu
OpenVPN 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.
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.
How to install Squirrelmail on CentOS 6
How to setup a mail server with virtual domains using Postfix, Dovecot and OpenDKIM
In this article we will walk you through the installation and configuration of a mail server with virtual domains and users using Postfix, Dovecot and OpenDKIM on an Ubuntu VPS. By using virtual domains and users, you can set up unlimited email accounts without creating system users. This should work on other Linux VPS systems as well but was tested and written for Ubuntu.
How to install ownCloud 6 on a Linux Virtual Server
OwnCloud 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:
How to install VirtueMart with Joomla on a Linux VPS
VirtueMart 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:
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.