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)…
Setting up PHP/JS Development Environment Ubuntu 20.04 based distros
Prepare your development environment for PHP and Javascript development in Ubuntu 20.04 based distros.
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.
Enabling Tamil fonts in Emacs (Spacemacs and Doom)
After seeing one of my friend Shrini using ORG mode in Emacs, I have been tempted to try it. I have heard of ORG mode before, but not get any…
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…