2006, November 03 (Fri) | |
Linux – bequemes Netzwerking | |
---|---|
Ich hab mal wieder mit ein wenig mit ifplugd und guessnet gespielt. ifplugd ist ein kleiner Daemon, der ein Interface überwacht und falls dieses Interface einen Link hat (sprich: Kabel eingestöpselt oder im Falle Wlan in einen AP eingebucht) ein ifup auf das Interface ausführt. Sehr praktisch; heimkommen, Kabel rein, Netz tut, ab in die Uni, Wlankarte rein, Netz tut. Ein Auszug aus meiner /etc/network/interfaces iface brenzstrasse-wlan inet dhcp iface uni-wlan inet dhcp iface dhcp inet dhcp Über das mapping eines Device wird ein default Ergebnis festgelegt, zum Beispiel ein auf DHCP konfiguriertes iface. guessnet im ifupdown-Modus wird elegant über /etc/network/interfaces konfiguriert. Dazu müssen die Zeilen innerhalb eines iface mit test anfagen und zum Beispiel mit peer, wireless oder command weitergehen. Die test peer address Zeile testet auf die MAC-Adressen bestimmter Rechner Das ganze lässt sich noch mit wpa_supplicant kombinieren, das wenn es ein Wlan findet nach bestimmten Regeln die Wlankarte konfiguriert, so das ifplugd dann einen Link feststellen kann (sollten mehrere Netze verfuegbar sein). |
|
2006, November 06 (Mon) | |
Linux – BitchX on Debian amd64 Or vserver debootstrap chroot | |
Let me put it straight right away; I didn’t get bx to work reliably on amd64 and I don’t have the necessary C knowledge nor enthusiasm to endulge myself in finding the problems. What I’ll outline here is just the same style instruction on how to set up an ia32 chroot that can be found in many places on the net. Update: It seems that some other linux distributions invest a bit more into amd64 compatibility than debian. I haven’t tested these patches yet, though. (But I could spot the /window crash bux fix.) This post will give me enough information to recreate this setup at a later time — if you need any more details feel free to contact me. Some sample instructions on how to set up such a 32bit chroot inside an amd64 environment can be found on https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292281 I just did
The result was a broken debian installation without any much needed programs like apt, that with the help of Myon from #debian I could fix - however, I have no clean path. First, I entered the chroot: So the next thing I did was to run
which I then follewed with a For the last error:
I simply had to (Note: I did not follow the “fstab / mount” steps outlined in the AMD64 HOWTO nor did I set up schroot.) Hit the jump if you want to learn about BitchX. |
|
Continue reading “BitchX on Debian amd64 Or vserver debootstrap chroot” » | |
2006, November 09 (Thu) | |
– Bibliotheker kriegen wohl nur schlechtes Crack | |
Ein Auszug aus der Hilfe der Bibliothek der Uni Ulm: Der Katalog 2 läuft als Windows-Applikation auf einem Terminalserver. Über ein im Webbrowser des Benutzers laufendes Java-Applet werden Bildschirmdarstellung und Tastatureingaben von diesem Terminalserver auf den PC des Benutzers umgelenkt. Diese Besonderheit bringt es mit sich, daß ein direktes Ausdrucken aus dem Katalog 2 (z.B. von Ergebnissen einer Recherche) nicht möglich ist. Bestellen, verlängern und so weiter ist natürlich nur darüber möglich. |
|
Tags:
| |
2006, November 14 (Tue) | |
Linux – mplayer & via mpeg2 hardware decoder | |
My VIA Epia board is a bit weak to decode DVDs with the processor, so it has a hardware mpeg2 decoder on board. On Windows, this can be accessed with either PowerDVD http://www.cyberlink.com/ or WinDVD http://www.intervideo.com/ Googling reveals that there is a “VIA enhanced Xine Player” called VeXP for Linux that is supposed to do the job. However, I like mplayer and I had read that it would support XvMC — the XVideo-MotionCompensation extension — which is supposed to be a general layer to access hardware accelerated mpeg2 decoders.
Of course, compiling mplayer with
Asking in #mplayer again (as I did in my last post about it), iive tolde me that the mplayer xvmc support would only work with NVIDIA’s hardware mpeg2 decoder. What a disappointment! Turns out there is a (slightly outdated) patch at http://www.openchrome.org/ that brings the VIA XvMC support to mplayer. Update: Check out their Mailing List, it might contain more recent and more professional patches! |
|
Continue reading “mplayer & via mpeg2 hardware decoder” » | |
2006, November 27 (Mon) | |
Linux, Web Dump – misc scripts: 32bit chroot on 64 | |
compiling software in a 32bit chroot on a 64bit box which tries to loot out the arch with “
|
|
Linux, Web Dump – misc scripts: shadow mirror (aka xcopy/t) | |
populate a directory tree without the actual files, for example if you want to show someone your hdd content without giving her the data:on the system with the data, create a list of directories:
and a list of files:
on the target, replay these with
beware of the links, if you want to put an actual file in place of a shallow one, |
|
Navigation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
« | (older) | (newer) | » | |||||||
« | October 2006 | « | Main | ‹ | All articles list (Archives) | › | Search | » | December 2006 | » |