How To Fix: InnoDB Enabled But Not Starting
This is for CentOS, but it should work on Debian/Ubuntu as well. There are two reasons why InnoDB would not start: It’s not enabled in my.cnf The log files are READ MORE
Installing VNC Server on CentOS 7
VNC allows you to connect to your server or computer remotely using a graphical user interface. Installing The VNC Server: Install the CentOS desktop yum groupinstall “GNOME Desktop” READ MORE
Forwarding IP Address From Varnish to Apache On Ubuntu & CentOS
By default, varnish doesn’t forward the public IP of the visitor to the web server such as Apache or Nginx. This makes it harder to detect the visitors’ real READ MORE
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
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