How to create a Debian virtual machine outside a virtualization environment. The challenge here proposed is to create a virtual machine inside a remote server and boot it up using KVM. Sure I could have used VNC and go through all the setup …
9 articles tagged with Hacks.
How to create a Debian virtual machine outside a virtualization environment. The challenge here proposed is to create a virtual machine inside a remote server and boot it up using KVM. Sure I could have used VNC and go through all the setup …
After a long hiatus, I’m back with the latest version of the linux kernel (2.6.38.4) for the iomega iconnect. This new kernel brings several improvements to the previous ones, since it improves support for Marvell’s Kirkwood …
In the last months after I’ve published an howto on how to customize the Linux kernel for the Iomega iConnect, I’ve been getting lots of comments from people who would like to have a go at installing it, but which are not …
If you have followed my previous post on how to install Debian to the Iomega iConnect Wireless Data Station you have been dying to read this follow-up post on how to take you iConnect to the next level by customizing the kernel and finally …
Installing Debian on a Iomega iConnect Wireless Data Station is not that difficult but will unavoidably void your warranty. You will need to rip apart the device in order to access the console port. Requirements: Access to the Serial …
When considering a project involving a large number of source files, compilation time is always an issue. DistCC is in these cases a very good solution. From DistCC site: distcc is a program to distribute builds of C, C++, Objective C or …