Linux Mint and Ubuntu Error: E: Encountered a section with no Package: header
If you encounter the following problem on Linux Mint or Ubuntu while using aptitude or apt-get: E: Encountered a section with no Package: header The below will solve it: READ MORE
How To Install OpenVPN on CentOS 7
Installing OpenVPN on CentOS 7 Install the Epel package: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Install OpenVPN: yum install openvpn Install easy-rsa yum install easy-rsa Copy the easy-rsa to READ MORE
How To Secure Roundcube Installation Of Virtualmin
Roundcube is a PHP open source webmail that allow users to read and send emails through a user-friendly interface. Installing Roundcube in Virtualmin In Virtualmin, choose the virtual host you READ MORE
How to Disable InnoDB On MySQL 5.5 and MariaDB
InnoDB is a MySQL storage engine. As of MySQL 5.5, InnoDB became the default storage engine instead of MyISAM. Disabling InnoDB can be helpful, especially on low end boxes READ MORE
Protecting Owncloud Against Bruteforce Attacks With Fail2ban
OwnCloud is a great web application that can be installed on a server and allows the sync & share of files, music, movies, calendar and contacts. However, one weakness that READ MORE
Installing Varnish With Virtualmin
What is Varnish Varnish is an HTTP accelerator and a reverse proxy caching web application. Varnish is usually installed in front of the webserver such as Apache and Nginx, READ MORE