Category Archives: Coding
Drupal Tutorial – resource
A really good resource for anyone who is using Drupal to build websites. Reference: http://www.ibm.com/developerworks/ibm/osource/implement.html
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: Password-less SSH login
Steps to create a password-less SSH login These commands are executed on linux or on a pseudo-linux environment, like cygwin. It will not work under Windows. Generate the encryption key. Do this on client machine. $ ssh-keygen -t dsa -f … Continue reading