Feeds:
Posts
Comments

Archive for the ‘VPS’ Category

Top 10 Linux Virtualization Software: ===================================== Virtualization is the latest buzz word. You may wonder computers are getting cheaper every day, why should I care and why should I use virtualization? Virtualization is a broad term that refers to the abstraction of computer resources such as: 1. Platform Virtualization 2. Resource Virtualization 3. Storage Virtualization [...]

Read Full Post »

Blocking and preventing brute force attacks is one of the main things you want to do on your web server to add a layer of security. –How the brute force attack works Hackers can try to get into your system using a few different methods. 1) Manual login attempts, they will try to type in [...]

Read Full Post »

Securing PHP

First off you want to figure out how you can edit php.ini This is the main configuration file for PHP. You can find it by logging into shell and typing in the following: # php -i |grep php.ini –Turn on safe_mode Safe mode is an easy way to lock down the security and functions you [...]

Read Full Post »

Yum Update Error

Error: === [root@host ~]# yum update Loading “installonlyn” plugin Setting up Update Process Setting up repositories Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 4] IOError: Error: Cannot find a valid baseurl for repo: base Fix: === This error is due to the disabled recursion queries in /etc/named.conf file. \ From: ==== options { directory [...]

Read Full Post »

How to change server time in VPS. ====================== Actually it is not possible to to change time inside the VPS however it is possible to change timezone. The timezone can be changed using standard Linux method by replacing the /etc/localtime with correct timezone which we want. This can be done by just copying the required [...]

Read Full Post »

If you are getting the below error while restarting mrtg service in vps, then the exact fix as follows: root@host [~]# /etc/rc.d/init.d/mrtg restart Shutting down MRTG: [ OK ] Starting MRTG: Daemonizing MRTG … root@host [~]# WARNING: Problem with External get ‘/etc/mrtg/system network eth0′: Expected a Number for ‘in’ but got ” WARNING: Problem with [...]

Read Full Post »

Error: ~] vzctl start 227 vzquota : (error) Quota destroy syscall for id 227: Device or resource busy Cause: The error msg means that some files/ processes are already opened by another terminal in the vps node. Fix: Just kill the process that already opened . you can get the process id in /vz/root/227 or [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.