Recent Posts

How to install VMWare Tools on Debian 7

3 minute read

Installing VMWare Tool on Debian 7 is not that different than, for example, installing VirtualBox’s Guest Additions. In essence you have to have the system...

Installing Raspbmc successfully

4 minute read

A friend recommended me this distro for running XBMC which was released by one of the developers of the XBMC project with specific optimizations to run on ...

How to create a ramdisk in Linux

1 minute read

A ramdisk is like a disk partition but running directly from the system’s RAM. All data read and written will be faster, and as drawback all data will be e...

Novell certification

less than 1 minute read

  Talking with a friend of mine I told him that LPI certifications validates a couple of Novell0’s certifications which in deed are just an incentive to con...

How to build a Debian packge in 3 steps

1 minute read

There are several ways of making a Debian package. In this article you will learn how to create it using equivs tools, to create a simple package (for exam...