07

Jul/14

Reduce SSD Wear By Moving Firefox Cache To RAM Disk

Overview It’s known that SSD have limited amount of read / writes similar to USB memory sticks. Drives usually come over provisioned so there are plenty of spare space to replace the bad sectors but it’s inevitable it will need … Continue reading

30

Jun/14

Vagrant And DigitalOcean On Ubuntu

Overview Vagrant is a piece of software which allows (re)creation of virtual environments. By default it supports VirtualBox but other “providers” can also be used such as Amazon Web Services, VMware, etc. Vagrant creates virtual machines with specific resources and … Continue reading

23

Jun/14

Install 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/14

Install 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/14

Create 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/14

Github 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/14

Ubuntu 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/14

KeePass 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