Hostripples Featured

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…

12 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…

12 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…

12 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…

12 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…

12 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…

12 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…

12 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…

12 years ago

vi and vim cheat sheet for Linux

Cursor movement : h – move left j – move down k – move up l – move right w…

12 years ago

Avast installation error: Failed dependencies: libavastengine >= 4.7.0 is needed by avast4server-3.2.1-1.i586

Hello , If you try to install Avast antvirus on Linux server using rpm you may get error as below…

13 years ago