16
Jun/14Install Latest Ruby On Ubuntu
Go to https://gorails.com/ and go to the setup section. The site has step by step to install a Ruby environment.
09
Jun/14Create RAM Disk In Windows
Overview One of the best investments (and performance boast) is to get an SSD drive which will speed up load times by a lot. There is, however an even fast technology which is RAM Disk. What Is RAM Disk? RAM … 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
12
May/14Samsung Series 9 Ultrabook Running Ubuntu 14.04
Overview Like most problems with Linux based operating systems it lags behind on support of new hardware and with Ubuntu’s LTS releases being 2 years apart it can become a real hack to get support and drivers if new hardware … Continue reading
05
May/14Organising Photos
Overview Dave Bradford has been on it again but this time on file or more specifically photo management. My existing library contains camera shots from film days scanned in to digital shots from things like phones totally 44GB. Organisation of … 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