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 Linux.
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 …
Nunca é de mais relembrar a realização do DebianDayPT2008 que se realiza já no próximo dia 16 de Agosto (para os mais distraídos é daqui a menos de um mês) na Universidade de Aveiro e conta com a colaboração do GLUA. O Encontro é feito de …
Answering Alfredo’s challenge: My MacBook: $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head 148 ssh 63 ls 50 cd 29 ping 28 sudo 23 traceroute 21 scp 17 vi 17 ifconfig 15 route My Linux …