18
Aug/14Share .bashrc
Suggested by Dave Bradford, it turns out you can share .bashrc files between computers and use symbolic link. Rename the file: mv ~/.bashrc ~/bashrc.bak Dropbox example: ln -s ~/Dropbox/.bashrc ~/.bashrc where the .bashrc is stored in the root Dropbox folder. … 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
23
Jun/14Install Node / NPM On Ubuntu 14.04
Overview Node is fairly new and is constantly improving. With Ubuntu LTS, the repository versions tend to stay the same version and only changing for patches. This doesn’t help with fast changing software like node.js so a manual install gets … Continue reading
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.
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