If you frequent the Z-Issue, you may have noticed that there is now a counter in the sidebar. I received some news recently, and to me, it’s really exciting (enough for me to put a countdown widget on the ol’ blog). 🙂 I’ve been a Senior Linux Engineer for quite some time, and my current …
Tag: Linux
Jul 16 2012
Screen lockers xtrlock and slock
For many years now, I have used a very simple screen locker called xtrlock in order to stop others from accessing my systems whilst I’m away from my desk. Some time ago, I switched from using Gentoo on my Samsung NC10 netbook to using Arch. Though I prefer Gentoo, it just didn’t make much sense …
Jul 12 2012
Apache access logs, error logs, and Cronolog
Apache has two main logs at the vhost level, and those are the access_log and error_log. These two logs keep track of just what you might think–visitor information for each vhost, and any errors encountered, respectively. Though Apache has a lot of built-in customisation abilities regarding these logs (including the format of each, the log …