11
Aug/14Checkout Specific Files From Git
Overview From Git 1.7 it is possible to checkout specific files from a repository. The feature in Git is called sparse checkout. How To Create a repository: git init myRepo where myRepo is the directory to create the new repository. … Continue reading
04
Aug/14Manually Installing Sublime Text 2 On Ubuntu
Overview Sublime is one of the best of the text editor I have used. One of the best things about it is that it’s cross platform but it doesn’t include an installer for Linux. Install Download a copy of the … Continue reading
02
Jun/14Github Permission Denied
I was trying to push to Github and got the following error: debug1: No more authentication methods to try. Permission denied (publickey). In the above case make sure a new SSH key exists by checking there are files in ~/.ssh … Continue reading
26
May/14Ubuntu System Load Applet
Overview I like to have a constant view of my resources (especially on a limited machines such as laptops) so i can see what the slow is possibly caused by. Thats where multiload comes in. Install sudo apt-get install indicator-multiload … Continue reading
19
May/14KeePass On Ubuntu
Overview I use KeePass as my password manager which works very well on Windows. Running it on Linux is not as easy but it has gotten better over the years for example in 14.04. Integrating it into browsers on the … Continue reading
28
Apr/14Install SASS On Ubuntu
Overview SASS has allowed CSS to evolve into a more dynamic language such as variables and mixins for re-usability. Install sudo apt-get install ruby-full rubygems sudo gem install sass Usage If the following error occurs when you use –watch parameter: … Continue reading
14
Apr/14TTRSS – Your access level is insufficient to run this script
After upgrading from 1.9 to 1.11 I had got the error message “Your access level is insufficient to run this script” when trying to log in. The problem was TTRSS needed to run some upgrade script but if you log … Continue reading
31
Mar/14Move / Change Password RasPBX Database
Overview Migrating Host First export and import the database data into the new database. It goes without saying that the RasPBX should be stopped or any changes between the export and import will not be captured and lost. The root … Continue reading