Blog
Posts
Emptying the trash or recycle bin can be done by right clicking on the icon and hitting the empty option, but what if you want to empty the trash from the command line?
Getting the `/usr/local/lib/libz.so.1: no version information available` error? Let's fix that!
When organizing folders you might want to find out if (and which) folder has subfolders. Let's figure out how to find those.
Using the XML parser for a crawler works great. Most of the sources are well formatted and easy to parse. Unfortunately not all sources are that easy and that's where some advanced XPath comes in handy.
Using XPath in your browser is really useful for testing your XPath expressions.
For searching through files I always end up using grep with a number of options. Let's make that a bit easier!
A quick tip about determining the size of a folder by using the command line.
For a minecraft mini-game I wanted to give all the players a special item at predefined times. This calls for a bash script!