Tag Archives: bash

Arch on coLinux

I’ve recently gotten tired of working in Cygwin‘s slow environment and was looking for something faster and more faithful to a true Unix system. I knew virtualization was an option, but didn’t want to sacrifice the accessibility and speed of working with a native application (yes, even in seamless mode). Enter coLinux: essentially a port [...]

Get notified by email when a web page changes

Just a quick mini Linux shell/Bash script that scrapes a web page and lets you know by email if the value you want is there. In my case, I want to get notified when an Amazon article appears in the Amazon store. Lynx does all the work, so make sure you have that. You’ll also [...]

Ode to simplicity

I recently found out about an application that beautifully abides to the KISS principle: todo.sh (yes, it took me a few years). It’s a small script written in Bash (a Python version is available as well) by the wonderful Gina Trapani (of Lifehacker fame) that helps you manage a very simple TODO list stored in [...]