Home / Tags

Linux

9 articles tagged with Linux.

Creating a KVM virtual machine using debootstrap

Posts

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 …

Linux kernel 2.6.38.4 for the Iomega iConnect

Posts

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 …

Binary Kernel and Modules for the Iomega iConnect running Linux Debian

Posts

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 …

Customizing a Kernel for the Iomega iConnect

Posts

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

Posts

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 …

Bypassing a restrictive Firewall using SSH

Posts

Bypassing a restrictive Firewall using SSH

If you are faced with a restrictive firewall implemented by your local admin. But luckily enough to have access to a SSH server! You can use the following tip: A SOCKS proxy can easily be setup using SSH, in a terminal type: ssh -D 8080 -Nf …

GLUA Tech Sessions

Posts

GLUA Tech Sessions

O GLUA organiza no próximo dia 8 de Novembro um evento técnico que visa reunir em Aveiro utilizadores e entusiastas do sistema operativo Linux e do Software Open Source. Este evento conta com a presença de algumas pessoas que desenvolvem em …

DebianDayPT2008

Posts

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 …

Top 10

Posts

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 …