The file permissions for SSH Key files

The file permissions for the ssh keys and the .ssh folder should be set as follows: File Permission .ssh directory 700 .pub (public key file) 644 id_rsa (Private key file)…

Fix ugly Tamil Font in Elementary OS

If you ever encounter ugly Tamil fonts in Elementary OS or other Ubuntu based distros, the following method will help in fixing it.

Open Weekends Chennai

When the announcement came itself, I was so exciting about this event. My participation to the opensource community has been just started a year ago, even though I am stepping…

String reverse in javascript

I had recently came upon a situation to work out string reverse in javascript, where it can be done with various techniques. I have tried some methods. The first one…