Tips
Session Recording
Bash BuiltinsThe script utility which I've found in Fedora as a default package (or it's a bash builtin). You can record a session and the timing data about it …
Data Recovery
Recovering Data from SwapSometimes useful bits of information can be recovered from swap. Whether it's encryption keys, documents that were being worked on or …
Image Crawler Meets rm -f *
I wrote a simple web crawler that archived any images it found from a site with a large number of backgrounds. I wanted to have rolling backgrounds that almost …