Category Archives: How To
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
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
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
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