Skip to main content

Blogs

2010


2009


Google Chrome is Coming of Age on Linux

·2 mins
Google Chrome icon above the Gmail icon on a computer desktop.

Its taken a while, but the Linux version of Google’s Chrome is really starting to catch up with its Windows counterpart, both in terms of features and stability.

The Linux at Command

·2 mins

I recently wanted to run a set of commands on a Linux machine at some point in the future. I knew about using cron to schedule a set of commands at defined intervals, but I only wanted to run the commands once at a specific time on a specific date. After searching the internet I found the at command, which allowed me to do exactly what I wanted.