Debian Lenny xen server setup
By patrick on Mon, 03/30/2009 - 16:34
These notes describe how to install the ELO 1747 touchscreen with a serial interface in Debian Lenny (and probably Ubuntu 8.04 as well). The description provided by ELO is good, but misses some details and is hard to read. Therefore this guide here.
Note that most information is from the README that comes with the ELO driver!
First download the driver source here. Extract them and put them somewhere, where you can find them.
If you are running Debian and have lost track of which packages you are running, it could be useful to get a backup of your currently installed packages. You can get a list by running:
dpkg --get-selections > debianlist.txt
This will put the entire list in debianlist.txt. You could then install the same packages on a different computer with:
Ever tried to umount some storage device which kept being "busy"? Well, this is the way to find which program is keeping it busy:
lsof +D /mnt/windows
This will return the command and process ID of any tasks currently accessing the /mnt/windows directory. You can then locate them, or use the kill command to finish them off.
source: http://www.tuxradar.com/content/linux-tips-every-geek-should-know
As you might remember from my previous post; I tried to change the language of Xandros on the Eeepc from Dutch to English. Well, it appeared to work, but in the end... nothing worked anymore!
So I had to do something and I did! I installed a real and decent operating system on this little friend of mine. After a short seaarch on the internet I decided that I wanted Debian on it, but I also noticed that it would take me a lot of time to get that running in the best way. Therefore I decided to download and install eeebuntu.
What if you have more computers then mouses and keyboards, or if you just do not want to switch mouse or keyboard everytime you want to use "the other" computer?
This is defenitely a trivial thing, but always nice to find again after a reinstall of my debian box (I like to play with that). Anyway, here we go again;
We start by installing the sshfs package with its dependancies:
sudo aptitude install sshfs
Let it be installed. After the install you will find that it does not yet work as promissed. We still have to change some rights to make it possible for a normal user to mount the drive. Therefore we open the file 'groups' in our favorite editor:
Yes!!! It is very important to backup your server. Many things actually can go wrong so let me share a few:
Anyway, in all cases... you lost something that you will not get back without a backup.
To make a full hard disk image in linux we will use several small programs and a livecd.
Next to this we need a place to store the image (external hard disk?). Which livecd you use is not that important. Just make sure that you access the place where you want to store the image and that you have access to gzip, dd and swapoff (if there is a swap partition).
So let us see the steps to take:
This blogpost will cover shortly how to setup and use a subversion installation.