Connecting to VNC Server Securely With Putty On Windows
In my previous post Installing VNC Server on CentOS, I showed you how to install, configure and connect to a VNC Server on CentOS. However, this connection from the READ MORE
Installing and Configuring OpenVPN on CentOS 6
What is VPN? A VPN (Virtual Private Network) is a way to securely extend a private network across the internet to another location. The client computer (in this READ MORE
Installing VNC Server on CentOS
What is VNC? VNC (Virtual Network Computing) is a graphical desktop sharing system that is used to remotely control another computer. It transmits the keyboard and mouse events READ MORE
Installing suPHP on CentOS With Virtualmin/Webmin
What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary READ MORE
Password protecting a directory with htaccess and htpasswd
Password Protecting a web directory with htaccess Password protecting a web directory can help make a directory private and only accessible to one or several persons that have the username(s) READ MORE
How to install eAccelerator on linux
eAccelerator works in a way that whenever there is request to a webpage, eAccelerator will parse all the php files and cache them in a shared memory in their compiled READ MORE