Article Archive for January 2016
Run Cron Jobs at Arbitrary Intervals
Current versions of cron support sophisticated syntax making creating weird schedules a breeze. With older versions of cron you normally had to schedule multiple jobs to fill every time slot in a complex schedule. The …
Diff on Output of Remote Commands
Let’s say you run the same command on two remote servers and you want to compare the output. Here’s a quick example:
Parallel MySQL Queries
Unlike Oracle, MySQL has no support for parallel SQL queries. A bummer for sure, in light of all the awesome multi-coreness we enjoy these days. There’ve been some attempts (1, 2) to get around this …
Show NIC Bandwidth Utilization
Just a quick script that will measure bandwidth utilization in KB/s forĀ all NICs on your server over the specified period of time. You can call the script with an optional time wait parameter in seconds.
Tracking Network Connections Over Time
Firewall changes, datacenter migrations, application re-hostings, server decommissions are just some of the activities where having a record of network connections over time can help avoid confusion and unplanned downtime. To capture all network connections, …

Latest Comments