Super Tool: (Probably) ...

A great IDE/editor to complement SQLite’s small footprint.

How to Fix: I’m u...

Problem: My Mac OSX is complaining that the files im about to copy or move doesn’t have sufficient privileges or permissions!

Unix Super Tip: How to ...

Problem: How do I set permissions to my files and/or directories without manually setting them up individually?
Note: You may need administrator privileges for these to work, if that’s the case simply add a sudo before typing the commands below.

If you want to chmod all your directories:
find . -type d -exec chmod 755 {} \;
and for [...]

How to: Count your rege...

A solution in python for displaying the count of your regular expression matches.

Unix Super Tip: Easy Ac...

How to create shortcuts to your folders and files in Mac or Linux, aka Symbolic Linking.

How to: Fix Adium can&#...

Solution to Adium unable to connect to Yahoo.

Opera’s New Techn...

With all the sad stories of attempts in changing how the web works, it’s a good thing Opera did something that works very well even in a premature state(still in beta as I type)
Watch the following video to get the hands up of things:

Think of Opera Unite as creating your own server without any hassle [...]

How to: Fix “BOOT...

Problem: So I’ve decided to turn off compression(My Computer -> Select a Drive -> Right Click “Properties”) to speed up my computer. Compression saves disk space but it seems to slow down my computer whenever it’s accessing massive amount of files.
I was prompted to restart my PC so I did, I was then greeted by [...]