Archive for the ‘Linux’ Category

In older versions of Solaris, the X forwarding via SSH won't work. In this case, we have go for telnet. Here I will explain how to access the Solaris X session via Fedora. By default, the fedora installation won't allow the X session to listen on TCP....

CSF is a powerful Firewall for Linux and cPanel servers are here are the steps to get it working with Virtuozzo VPS Installation rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh After the...

Hi guys, You might have been facing the error getting logged in /var/log/messages. Deeper research in Google gave the result that it is the issue with the loaded Kernel. Before going for and upgrade, just confirm the following. Check whether the...

Hi guys, you might have faced the issue of /var partition gettting full regularly due to database directory. If you have a larger partition with free space, then it is possible to move the database directory to the larger partition. Here are the...

Hi guys, I am not sure why did the Ubuntu guys...left out the wvdial package in the latest distributions. In fact, most of the 3G wireless internet connection uses the PPP connection using wvdial. To install wvdial package, you need install some...

You might have received this error when restarting SSHD. #/etc/rc.d/init.d/sshd restart Stopping sshd: [ OK ] Starting sshd:PRNG is not seeded [FAILED] Here is the fix. cd /dev/ ./MAKEDEV...

You might receive this error when your try to restart services in CPanel. This is because the group of the tty devices are not "tty" Change it to tty. chgrp tty /dev/ttyp* /dev/ptyp* /dev/vcs* /dev/ptmx /dev/pts/0 as simple as that.:)

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all Or add the line net.ipv4.conf.icmp_echo_ignore_all = 1 in /etc/sysclt.conf To re-enable ping echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all Or add the...

In some cases, the 3rd parts scripts in server requires java to be installed. It may not work properly if the binary of java installed in the server. You need to install JavaSDK So we present here the installation of Java in Linux server. Its as...

How to install BFD

October 11, 2008 | In: APF, Centos, Linux

What is BFD (Brute Force Detection)? BFD is a modular shell script for parsing applicable logs and checking for authentication failures. There is not much complexity or detail to BFD yet and likewise it is very straight-forward in its installation,...