Instant Reactions to Filesystem Events with inotify
The ability to run programs automatically is one of the great liberating powers of computers. In Unix, it's common for users to schedule jobs using cron or at (or with systemd, timers). But what if you want to run a job not based on a schedule but rather in response to an event? Imagine you had a directory and whenever you put a file in that directory, you wanted it to be compressed and put in a backup directory. Or perha...
Read More
Comment Free For All: Which Obscure Linux Distro Do You Regularly Use?
Most folks use Debian, Ubuntu, or CentOS, with the occasional pro using RedHat or the hipster using Arch. But there are over 1,000 Linux distros! Not all are suitable for running on a VPS of course,...
Read More