Category Archives: How To

HOW TO: Use personal Bit.ly account with UrlbarExt

UrlbarExt is a wonderful add-on for Firefox. It provides  useful tools from within the address bar of Firefox. To quote, UrlbarExt extends the Location Bar with set of commands to (Make Tiny URL,Copy URL,Search site,Go up,Tag pages easily ,Navigate through … Continue reading

Posted in Apple, How To, Linux, Web, Windows | Tagged , , , , | View Comments

HOW TO: Install Ruby 1.8.7 on Windows

Download the windows binaries for Ruby 1.8.7 here: http://www.ruby-lang.org/en/downloads/ extract that to wherever you would like, I use c:\ruby. Then put c:\ruby\bin in your PATH environment variable. Download the zlib package: http://www.zlib.net/zlib123-dll.zip and extract the zlib1.dll, rename it to zlib.dll … Continue reading

Posted in Coding, How To, Windows | Tagged , | View Comments

HOW TO: Proxy Firefox through SSH

Requirements: PuTTY on local machine Remote host running OpenSSH 1. Create a new PuTTY session Run PuTTY and create a new session in PuTTY to connect to the remote host that is running OpenSSH. Fill in the hostname, the port … Continue reading

Posted in How To, Linux, Windows | Tagged , , , , | View Comments

Making Java 2 work in Debian

Download the j2se SDK from http://java.sun.com. Download the “.bin” file. In a terminal window, run the following commands. Switch to root use by issuing $ su – Password: cd to the directory where the file was downloaded. # cd ~nick/Downloads/ … Continue reading

Posted in How To, Linux | Tagged , , | View Comments

HOW TO: Shortcut to “Safely Remove Harware”

Press Windows Key + R (To open the run dialog). Type in the following: C:\Users\UserName\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch Now create a shortcut (right-click on an empty space in the folder and select New-> shortcut). Add the following line. RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll … Continue reading

Posted in How To, Windows | Tagged , | View Comments