How to Install GeoIP on Linux Virtual Machine (VPS) !!!

Run the following command on Main Node  :   vzctl set VEID –bindmount_add /tmp,noexec,nosuid,nodev –save –setmode restart —> to make it noexec    vzctl set VEID –bindmount_add /tmp,nosuid,nodev –save –setmode restart —> to make it exec   To Install GeoIP on Linux Virtual Private Server (VPS) follow the following commands : [root@vm1]# cd /usr/local/src     […]

Beginner’s Guide on Hosting an Application for the first time

Hosting a website is a common phenomenon in the web hosting industry. Every one of us is aware of hosting a website and its parameters. In our blogger community when I was asked about hosting an application then I was a little bit worried as I was not aware of hosting an application. Or I […]

What is Linux Process? Important commands for Linux Process

In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a running task or a system of users tasks. When you visit any website, lots of processes start running on the server, even though if you do not visit the website still there are lots of […]