Consolas is a nice to have font for programming. It is available by default on all versions(after win XP) of windows operating systems. If you are on Linux and want to use this font, the following are few easy ways to get it. Before we move further have “font Manager” and “cabextract” installed on your […]

Read More →

This blog post exclusively deals with installing node.js from binaries on Ubuntu. First you need to download the tar ball from node.js website. Say if the downloaded file(example: node-v0.8.20.tar.gz) is in the Download folder, you need to copy it to /usr/local/src. Fire up the terminal and type in the commands. sudo cp /home/username/Downloads/node-v0.8.20.tar.gz /usr/local/srcsudo cp […]

Read More →