Installing CDP ( r1soft ) agent in a centOS box !

R1SOFT (IDERA) Backup Agent : – The Backup Agent performs backup and restore operations. Installing the agent via YUM : ============================ Create a YUM.repo file with the R1SOFT repository information vim /etc/yum.repos.d/r1soft.repo Insert the...

Error when booting a Virtuozzo VPS !

Are you facing the following error when you try to boot up a Virtuozzo VPS ? mv: cannot move `/etc/resolv.conf.xxxx’ to /etc/resolv.conf’: Operation not permitted ERROR: Can’t change file /etc/resolv.conf File resolv.conf was modified This might be...

Mount an NTFS partition on CentOS !

Whenever you try to access an NTFS partition in CentOS/RHEL for the first time, you might get the following message ( as of now ) : “Filesystem driver is not installed” To get over this, you might want to install the ntfs driver for the partitions to mount...

Securing your SSH server !

SSH is the most powerful tool with which you can access your server. As Uncle Ben says in Spiderman — Remember, with great power, comes great responsibility. If your service is not hardened, it can be exploited to a level directly proportional to the power of...

Issue with parsing of PHP pages !

Are you facing the scenario in which the PHP page is getting downloaded to your local machine, instead of showing it ? For example, when www.domain.com/index.php is  given in browser, the file index.php gets downloaded rather than displaying it. This is an issue where...