I just had the weirdest thing happen to me. I was working as usual in my vagrant box when I was suddenly kicked out. No explanation, just lost the connection. After that I was unable to log in again using vagrant ssh, as you can see below in the console o ...
Not enough disk space to update linux
I sometimes get an error from the package manager when trying to update my system. The error reports that I don't have enough disk space. I'm running Xubuntu 14.04. Here's the solution I found. Cause The reason I get the error is that the update contain ...
Using Gits Patch functionality to commit parts of a file
Have you ever been going through some code while working on a feature and found some minor things that needed to be fixed and you just couldn't help yourself but fixed them right away? I know I have. More than once. The issue is that when I'm done with th ...