How to check a constantly growing Apache access log file
Wednesday, September 2nd, 2009tail -f /var/log/apache2/access.log
tail -f /var/log/apache2/access.log
w
uptime
ps -U username
ip addr add 192.168.0.10 dev eth0
Rsnapshot is a remote and local backup tool based on combination of rsync and cp -al. In this tutorial, I will show you how to backup data using this great free and open source backup software. Rsnapshot is the most efficient backup application when it comes to conserving disk space because it backups up only [...]
Snort is Flexible Network Intrusion Detection and Prevention System. It has rules based logging. It captures network packets, examines them and decide about their intention by comparing the contents to the rules. It can detect a variety of attacks including buffer overflows, stealth port scans, CGI attacks, SMB probes and much more. In this tutorial, [...]