Transmission on Ubuntu

Transmission is a free BitTorrent client with a simple interface, Ubuntu comes bundled with Transmission in the official build, Transmission is set as the default BitTorrent client for Ubuntu. However the version of Transmission bundled with Ubuntu is not always latest depending on the Ubuntu distribution version, we can get the latest stable version of … Read more

Go on Ubuntu

Go also known as golang, is a programming language developed at Google. It is a statically typed language with syntax loosely derived from that of C, Go feature an automatic memory management and type safety. You can learn more about Go from Wikipedia. We will be installing Go using Gophers PPA. This PPA will install … Read more

Install Linux Kernel 3.8.4 in Ubuntu/Linux Mint

**Linux Kernel 3.8.4** brings various changes and bug fixes, you can have a look at them [here](http://goo.gl/KYRTb). As usual, we will upgrade to this new kernel using a simple bash script, but the kernel files can be downloaded from [here](http://goo.gl/eBHdh). Here are some fixes in this latest Kernel: **    ALSA: seq: Fix missing error … Read more