How To category archive

Quickly, and efficiently, mass rename files in bash

June 18th, 2008 | How To, Linux, OS X, Ubuntu | 1 comment

Quick tip for everyone who is using Mac OS X, Unix, or anything with bash. If you want to mass rename a bunch of files, there isn’t a simple way of doing it. Either you would have to do it manually1 or you could use this simple line of code.

ls ryan.* | awk ‘{print("mv "$1" [...]

Safari 3.1.1 and Saft 10.0.7

April 16th, 2008 | How To, OS X | No comments

I have always used Webkit ever since switching to Safari as my general browser. Being that I’m always getting the newest build, I know what’s coming when Safari decides to upgrade.
Since Apple updated Safari from 3.1 to 3.1.1, Saft, a wonderful “addon/plugin/what-have-you”, breaks. I know Hao Li at haoli.dnsalias.com will be updating it pretty soon, [...]

Safari 3.1 and Pith Helmet

March 19th, 2008 | General, How To, OS X | 5 comments

Recently Apple updated their browser Safari to version 3.1. It does boast new features that us web developers love, but it also crashes some hacks we also love. Note that I’m not calling them “plug-ins”. Read the reasoning behind this.
Now, one of my favorite Safari hacks has been Pith Helmet and with the new update, [...]

CheckUp - How to uninstall

January 3rd, 2008 | How To, OS X | 4 comments

I love installing, previewing, reviewing, alpha-, beta-, gamma- testing applications. This includes applications that might not work, might cause problems for me later on, or just plain suck. I have run into many of these programs/applications before. The last problem I want to deal with is not being able to fully remove it.
The latest of [...]

Leopard: Turn off Bonjour (mDNSResponder)

November 6th, 2007 | How To, OS X | 20 comments

I recently upgrades to Leopard and the operating system has been great. After installing my core set of programs, I noticed that mDNSResponder was going nuts. Being that I am on an university network, there are hundreds on the current sub-network. By default, Leopard has a “feature” that lists all the local computers (windows or [...]

Solution to The Spanner’s “A bit of fun” challenge

October 25th, 2007 | How To, Javascript, Web Programming | 2 comments

A while back, The Spanner’s very own Gareth Heyes posted a decent challenge. As I stated in a previous posting I took on the challenge. It didn’t take as long as I thought it would, but it was still challenging. I’ve waited a while before posting the actual code I used; that way people can [...]

Mac Tip #2 - Automatic iTunes Podcast Playlist

July 20th, 2007 | How To, OS X, Screencast, Windows | No comments

I show you how to listen to your podcasts continuously. I hope you like it.

Mac Tip #1: Setting Two Sound Settings

July 11th, 2007 | How To, OS X, Screencast | 1 comment

Mac Tip #1: A very simple how to on how to set two different sound settings.

Conky

March 6th, 2007 | How To, Linux, Ubuntu | 2 comments

I’ve been asked several times about how I set up my Conky. First a little about Conky. It is a light-weight system monitor, according to their website, but you can do much more. You can show basic system stats to grab RSS Feeds to show your Media Player (Amarok for me) status.
Now onto my configurations. [...]

Create a list of installed packages

January 21st, 2007 | How To, Ubuntu | No comments

Ever wanted to know what applications are actually installed on your system? Sure you can view the applications via the applications bar, but there are so many other applications not shown there.
Also, what if you have your system with all the applications you want and want to install them again on another pc (or after [...]