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
Forwarding a Domain Name to a New Domain Using Cloudflare
Lately, I moved my domain names to namesilo, and I noticed that their domain forwarding option will only forward the root domain, rather than all the pages or virtual 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