Spam Log is a WordPress plugin that writes a log entry for every comment marked as spam. The log file is suitable for processing by fail2ban.
Tag: admin
Learn how to filter iptables log messages to a separate file. Two methods are presented: one using traditional syslog and one using rsyslog.
The second part of an article/tutorial on using the YSlow firebug extension to optimize web site performance.
Using YSlow to Optimize Web Site Performance
An article/tutorial on using the YSlow firebug extension to optimize web site performance.
Safely Removing External Drives in Linux
Simply unmounting a filesystem is not the ideal way to remove an external USB/firewire/SATA drive in Linux. This tutorial explains why and gives a solution.
S.M.A.R.T. is a system in modern hard drives designed to report conditions that may indicate impending failure. smartmontools is a free software package that can monitor S.M.A.R.T. attributes and run hard drive self-tests. Although smartmontools runs on a number of platforms, I will only cover installing and configuring it on Linux.
How to Shrink an LVM Volume Safely
Logical Volume Management is a vast improvement over standard partitioning schemes. Among many other things, it allows you to decrease the size of a volume without recreating it completely. Here’s how.