Monthly Archives: June 2011

How to Install DenyHosts to Block SSH Attacks

June 22, 2011
By admin

 This article will explain how to setup DenyHosts on a RedHat-based (RHEL 6, Centos 5.5, or Fedora 14) Linux server to automatically add remote IP addresses that repeatedly fail login attempts to your server’s /etc/hosts.deny file in an attempt to block SSH brute force/dictionary attacks.

Read more »

How to install and configure Fail2ban to secure your Apache Webserver

June 21, 2011
By admin

Fail2ban is used to prevent various types of DoS attacks. In combination with iptables it will ban the IP addresses which is found to be suspicious by the fail2ban filters. Banning will be done if there are very significant number of authentication failures or 400 errors or 500 errors. This article will guide you...

Read more »

Extend the size of ext3 partition online in a virtual machine

June 10, 2011
By admin
Extend the size of ext3 partition online in a virtual machine

I just configured a virtual machine with Redhat Entrprise Linux 5.5 as a guest operating system. The / partition of this machine was assigned a virtual disk of size 60GB. I installed all the required software and later came to know that 60GB was not sufficient so needed to extend this partition to 100GB.

Read more »

Tags