Node.js installation for Raspberry Pi…

Node.js is a brilliant platform for creating network applications. It is mainly known for its non-blocking I/O and event driven system. In simple terms, Node.js can easily handle a large number of requests while simultaneously consuming lesser server memory. These are the attributes one should be looking for in a low power server like, you guessed it, Raspberry Pi. Here, you’ll learn how to setup Node.js for Raspberry Pi.

Read more

Debian 7.0 Wheezy released!

Debian GNU/Linux 7.0, a new stable version of the world’s largest Linux distribution, has been released: “After many months of constant development, the Debian project is proud to present its new stable version 7.0. This new version of Debian includes various interesting features such as multi arch support, several specific tools to deploy private clouds, an improved installer, and a complete set of multimedia codecs and front-ends which remove the need for third-party repositories.

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

Android 4.2 – get it for your Intel systems…

Android is a very popular Linux-based operating system used very widely on touchscreen mobile devices like smartphones and tablets. Being predominantly mobile in usage, you’d expect to see it with low-power processors mainly those with the ARM architecture. However, the community of Android doesn’t want to leave those, with Intel systems, left behind.  ON Android, … Read more