Archive for the ‘Tutorials’ Category

Learn Python in 10 minutes

Thursday, July 12th, 2007

Yes, you too can learn Python in ten minutes. Well, at least the language. The Python standard library is… what’s the term? Ah, “batteries included”.

Auto-repair flaky network connections with netrepaird

Saturday, June 30th, 2007

Use Linux? Have a flaky cable modem or DSL hookup? If you do, and you leave your computer unattended, you’ll return to find zillions of network error dialogs. Here’s a quick solution.

(more…)

MoLa: The poor man’s anonymizing VPN tunnel using SSH and pppd

Monday, May 14th, 2007

Want to create a quick ‘n dirty secure tunnel between your computer and a remote SSH server? Now you can.

(more…)

Tutorial on handling heavy traffic with WordPress

Saturday, April 28th, 2007

I wrote a tutorial to help you handle heavy traffic with WordPress.

Wrote a tutorial on validation and WordPress

Sunday, April 15th, 2007

WordPress user? Then check this tutorial out!

Automating Web site and WordPress upgrades with Subversion, mirrorlinks and bash

Saturday, November 11th, 2006

Hello, and welcome back to another installment of my journey through Web consolidation! Today, I’ll show you how I automated my Web sites’ WordPress upgrades using assorted and powerful Linux software. You’ll also enjoy an exclusive look at the release process of one of my software products.

(more…)

Create ringtones out of WAV and MP3 files on Linux

Monday, September 18th, 2006

Fantastic! As long as you have a WAV or MP3 file, the SoX package, and the GStreamer gstreamer-plugins-ugly package installed, you can use these scripts to convert from MP3 or WAV to AMR, and back from AMR to WAV. Perfect for creating ringtones for your mobile phone out of sound clips or favorite songs!

(more…)

Automating Nagios service checks via SSH

Sunday, September 17th, 2006

Hello! Here’s a nifty article on the Server management series. Today, we’ll learn how to automate Nagios service checks via SSH, even when the remote server does not support password-less (key-based) SSH logins.

(more…)

A solution to an obscure Network UPS Tools problem

Friday, July 7th, 2006

USB UPSes fail to stop after emergency low-battery shutdown? Here’s the solution.

(more…)