[Solved] Netbeans- Long running project scan

I use Netbeans for my daily web development. Sometimes I have very huge projects working with SVN, Git Version Controls. And sometimes I use the symlinks in my document root and other project folders. So, you might be wondering why I am mentioning all these things here, So lets get to the point. Cause for … Continue reading “[Solved] Netbeans- Long running project scan”

[Solved] Mount of root filesystem failed – Ubuntu

I `dist-upgrade` my system yesterday. And there were few issues with locale package with my terminal. I manually edited the file `/etc/default/locale` and in hasty copy pasted the few codes found online at (http://askubuntu.com/questions/33025/locale-settings-are-not-right-how-can-i-reset-them). I then saved and restarted my laptop to see the changes. Bang ! I began to receive the error. [sourcecode language=”bash”] … Continue reading “[Solved] Mount of root filesystem failed – Ubuntu”

[Solved] Twitter API Changes breaking Hotot functionlity

Hotot is a very popular twitter client for Linux. It has also been ported to Mac, Windows. Below is very easy fix. This instruction is for Ubuntu only and may or may not work for other distributions of linux but you can always tweak the installations and hotot has got very nice documentation on installation … Continue reading “[Solved] Twitter API Changes breaking Hotot functionlity”

Change insync folder location in Linux

Before carrying out this operation. Please make sure that you have everything synced and quit insync. The command show below has to be passed in the terminal. For windows there is preference menu in the systray. For Linux you can follow these steps: 1. Copy the /home//Insync directory to the new location. 2. Execute “insync … Continue reading “Change insync folder location in Linux”

[Solved] Heroku- permission denied (publickey)

While trying to clone a git repository from the heroku I got the problem as shown in the screenshot below:: which mentions … … Permission denied (publickey). fatal: The remote end hung up unexpectedly After few googling, Then I found that I had to re-upload my public keys to heroku using the command listed below. … Continue reading “[Solved] Heroku- permission denied (publickey)”