Hostripples Featured

How to create an alias in linux

To create the alias use the following syntax: alias name=value alias name='command' alias name='command var1 var2' alias name='/path/to/script' alias name='/path/to/script.sh…

12 years ago

CPU limit: How it works?

Installation: root# cd /usr/src root# wget 'http://downloads.sourceforge.net/cpulimit/cpulimit-1.1.tar.gz' root# tar -zxvf cpulimit-1.1.tar.gz root# cd cpulimit-1.1 root# make root# cp cpulimit /usr/local/sbin/…

12 years ago

Assign Second IP in Linux

1. cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1 2. In /etc/sysconfig/network-scripts/ifcfg-eth0:1 change DEVICE=eth0 to DEVICE=eth0:1 3. In /etc/sysconfig/network-scripts/ifcfg-eth0:1 modify IPADDR= to match the additional…

13 years ago

Disable open_basedir in plesk

How to disable open_basedir in plesk without breaking/commenting your current httpd.conf basedir lines. Create a new file, called vhost.conf This…

13 years ago

Iframe: How to remove it ?

For iFRME injection, first search the all domains on the server using following command which are infected then remove it…

13 years ago

Set scheduler task on windows server

To set scheduler task on windows server one need to perform below mentioned steps: 1) Click on Start -> Control…

13 years ago

Linux Server Security Cheklist.

1. Keep the system Updated with Latest Security Patches 2. Keep Yourself updated with latest vulnerabilities through mailing lists, forums…

13 years ago

Zombie and orphan processes: What is it?

Zombie process: It is  process that has completed execution but still has an entry in the process table. This entry…

13 years ago

PID: What is it?

Process ID is nothing but a unique identification number that helps to identify a particular process in Linux. PID's are…

13 years ago

Install Clamav (Clam Antivirus) On Ubuntu

Install Clamav (Clam Antivirus) On Ubuntu     This short, simple tutorial will explain how to install and use Clamav…

13 years ago