by lifeLinux on December 3, 2010
Rootkit Hunter (rkhunter) is a Unix-based tool that scans for rootkits, backdoors and possible local exploits. It does this by comparing SHA-1 hashes of important files with known good ones in online database, searching for default directories (of rootkits), wrong permissions, hidden files, suspicious strings in kernel modules, and special tests for Linux and FreeBSD.
by lifeLinux on November 25, 2010
Some times you need to copy files or entire contents of directory to another machine, you can use scp command. scp command uses SSH data transfers, so it requires a password or passphrase for authentication.
by lifeLinux on November 24, 2010
If you want to SSH login without password or automate your task between two servers, you need to setup SSH login via certificate.