2006, October 04 (Wed) | |
Linux – soft-raid & lilo | |
---|---|
Sometimes I’m not quite fond of my Debian Linux. Recently I could barely help myself from putting my head in the cement mixer. What you want: Lilo can boot from raid (it latter turns out that this is not quite the case.. it depends). How does this look practically?
(Analog for The problem?
Hit the jump for some more config file excerpts & the solution. |
|
Continue reading “soft-raid & lilo” » | |
Windows – Vista quirks: openvpn, nero & daemontools | |
OpenVPN Installation laesst Windows unkontrolliert neustarten? Die TAP Treiber lassen sich im Abgesicherten Modus problemlos per Geraetemanager loeschen. Nero Installation endet in einem BSOD aber eigentlich wollt ihr nur was brennen und braucht den ganzen Multimedia Ramsch nicht? http://www.updatepack.nl/ Daemon Tools 3.33 starten zwar auch in Build 5728 noch, aber die CD Laufwerke fehlen? Dann solltet ihr den CD Treiber |
|
Tags:
| |
Linux – cryptroot & debian initrd surprises | |
Ach ja, falls ihr fuer eure root Partition einen Schluessel mit mehreren Zeilen (Zeilenumbruch) ausgewaehlt habt, das kann das Debian init Script nicht -- also nicht verzweifeln beim Versuch den Schluessel einzutippen, es geht einfach nicht (auch nicht von externen Medien!). |
|
– Movable Type & mod_perl2 | |
Und es geht doch! |
|
Tags:
| |
Continue reading “Movable Type & mod_perl2” » | |
Datenschutz – Verzeichnisencryption schnell gemacht | |
Für all jene, die sich nicht die Umstände mit dm-crypt machen wollen, nur um ein paar verschlüsselte Verzeichnisse zu erzeugen, empfiehlt sich encfs, welches ein im Userspace laufendes verschlüsseltes Filesystem bereitstellt. Encfs nutzt die FUSE bibliotheken und gleichnamiges Kernelmodul, was einem erlaubt ohne Superuserrechte verschlüsselte Filesysteme zu erzeugen, die nicht wie bei loopback Devices blockorientiert gehandhabt werden, sondern Datei für Datei. Somit hat man ein verschlüsseltes Verzeichnis das sich mounten lässt um dessen Inhalt lesbar zu machen und ein dynamisches Filesizeverhalten an den Tag legt, anstatt wie bei blockorientierten Lösungen nur einen Kontainer mit vordefiniertem Datenvolumen darbietet. Encfs: http://arg0.net/encfs |
|
– Problem: mt-xmlrpc in mod_perl (NO SOLUTION) | |
This is an excerpt from the MT code.
In the second to last line, the Please make sure to tell me when you have any thoughts on the matter! |
|
Tags:
| |
Continue reading “Problem: mt-xmlrpc in mod_perl (NO SOLUTION)” » | |
Netzwelt – SSL for multiple domains on a single IP vhosting apache | |
Thought it was impossible? Use these lines in your for requests:
for self signed:
Then you can use If you want to know more, google for subjectAltName ;) |
|
2006, October 06 (Fri) | |
Web Dump – Nei's Web Dump | |
Did you come here looking for Nei’s Web Dump — a few patches or Irssi scripts? adv_windowlist.pl? Irssi for Windows? You can now find the content on http://anti.teamidiot.de/static/nei/*/ in a steamlined appearance. Something’s missing and you’re sure it was there earlier? Tell me about it! Or are you maybe looking for some TLA/Arch repositories? ircu--ailin--2.10.12 or srvx--ailin--1.3? They're mirrored at the SuperMirror (Browser (slow)).Sorry about that. |
|
2006, October 08 (Sun) | |
Linux – Firefox punctuation boundaries in text input editing | |
There is one behaviour on Windows’ which I much prefer over Linux: You can use the key Ctrl+<Action> to navigate between word boundaries, for example Ctrl+Backspace to delete the last word. This/is/especially/useful/when/editing/the/URL.html because it provides an easy means to delete back to the last /. Unfortunately, on Linux, the only accepted boundary seems to be whitespace characters, so this is not very practical. For my command line shell (zsh), I have changed this default behaviour with the command
This means that the characters Unfortunately, Firefox does not allow such a fine grained control. Fortunately, you can at least bring the Windows Firefox behaviour to Linux. Here’s how:
Enjoy. |
|
Linux – Unicode, Console & Missing Glyphs | |
As someone who likes the linux virtual console and only delves into X when there are no more framebuffer programs available for doing what I want, ever since everything switched to unicode/utf8 something had been bugging me: My font was lacking glyphs, such as «, ↑ etc. And my programs would only show � in their place or nothing at all. So I went through every single console font I had on my system, only to find out that other fonts were then missing such crucial glyphs like the ` and ’ which are pretty commonly used in the Hit the jump to learn about a workaround. |
|
Continue reading “Unicode, Console & Missing Glyphs” » | |
2006, October 12 (Thu) | |
Linux, Programmierung – Deutsche Umlaute auf Tastatur mit US-Layout | |
Wer viel programmiert hat wahrscheinlich bemerkt, dass das englische Tastaturlayout dafür besser geeignet ist, als das deutsche, da dort viele Sonderzeichen leichter zu erreichen ist. Allerdings stehen dort keine Umlaute zur Verfügung. Oft kann man diese zwar nur ae, oe, ue ersetzen, in formellen Schreiben ist dies jedoch eher unerwünscht. Um dieses Problem zu umgehen, habe ich mir eine Keymap für xmodmap angelegt. Diese ermöglicht es mir, die zweite Windows-Taste (Menü-Taste) als eine Art zweites Shift zu benutzen. D.h. mit Win2+a mache ich ein ä, mit Shift+Win2+a ein Ä. Selbiges natürlich auch bei öüÖÜß. Um dies zu erreichen legt man eine ~/.Xmodmap mit folgendem Inhalt an: keycode 117 = Mode_switch keycode 38 = a A adiaeresis Adiaeresis keycode 30 = u U udiaeresis Udiaeresis keycode 32 = o O odiaeresis Odiaeresis keycode 39 = s S ssharpUm das Layout sofort zu aktivieren, einfach xmodmap ~/.Xmodmap ausführen. Der Keycode 117 steht dabei für die Windows-Menü-Taste. Die Keycodes von anderen Tasten kann man über das Programm xev herausfinden. Die Namen von weiteren Sonderzeichen aus anderen Sprachen kann man sich aus den jeweiligen Layouts in /usr/share/xmodmap heraussuchen. |
|
2006, October 16 (Mon) | |
Linux – Debian & grub-install freeze on xfs | |
Now we have this typical scenario here where you need to install your boot loader. Into the MBR. And you’re running Debian. Plus, you decided to format your / as xfs. The whole procedure is kind of like magic. Let me start of by telling you about the problems:
Hit the jump for the ultimate “this works for me and I don’t know if it works for you” guide to installing grub with an xfs / |
|
Continue reading “Debian & grub-install freeze on xfs” » | |
2006, October 26 (Thu) | |
– Auf zum Atem. | |
Im Briefkasten waren heute neben einem Flyer sowie einem Psychotest von Scientology ein Flugblatt an die Lieben Anwohner der Gaisenbergstrasse, der Holzstrasse, der Brenzstrasse und an der Brenzbahn!! Der Inhalt dreht um die Tatsache, dass die Abteilung Verkehrsplanung der Stadt Ulm wohl die Anschaffung von Parkscheinautomaten und deren Amortisierung in den Strassen hier plant. Und nun will uns die Stadt auch noch "abzocken" und uns als Anwohner die Parkplätze sozusagen bezahlen lassen!! Bitte beschwerden Sie sich, und zwar bald - Persönlich, telefonisch oder auch per Post!![sic] Jap. Aufgestanden. Beim Parkplatz hört der Spaß auf! |
|
Tags:
| |
2006, October 28 (Sat) | |
Netzwelt – BitchX attach failing | |
Now I had /DETACHed my favourite IRC client BitchX http://www.bitchx.org/ like usual, and wanted to reattach. So I sat there at my ^A:screen scr-bx and I could watch a window popping up and vanishing again. Upon closer examination, it looked like this: ailin@eleanor [3]% scr-bx ~
attempting to wakeup pts-7
error reconnecting to pts-7
zsh: exit 1 scr-bx
ailin@eleanor [4]% _ ~
What followed was a rm -r .BitchX/screen* as well as a mv .BitchX .FukcX, and then an sudo aptitude purge bitchx; with some kill BitchX<Tab> inbetween -- everything without too much influence on above message of rejection. |
|
Continue reading “BitchX attach failing” » | |
Linux – cheap "Now playing" with /exec and xmms2 | |
BitchX:
SILC:
Different escaping rules, joy :) |
|
Tags:
| |
Netzwelt – Opera and missing/broken backgrounds Or preliminary ending div | |
Just a short note on Opera http://www.opera.com/ It has occured to me several times now that this website was missing the whole background colour in Opera (the background was all gray). Effectively, the <div> that serves as the main container already ended at the header! The cause of this has of course always been an error on the human side: me forgetting to escape < properly with <. So if you ever notice your background missing or a div ending earlier than it is supposed to, check your website for stray <! I must say, Internet Explorer and Firefox cope much better with this. |
|
2006, October 30 (Mon) | |
Linux – Anti the "let's simplify" Linux movement | |
Target of flame: Gaim 2.0 http://gaim.sourceforge.net/ A quick look at the the facts: Gaim doesn't allow you to send your messages with <Ctrl>+<Enter> anymore. The reason? to reduce the clutter in the User Interface Hatred! Oh how this crap annoys me. In Firefox, Gnome, everywhere on Linux it seems the user needs to be freed from this "superfluous choice" and the interface needs to be "free of clutter". Has anyone of you ever looked at the Firefox Preferences dialogue? The Gaim one? (It's better than the Firefox one by the way.) Instead, the Gnome crowd goes on to replace crucial usuability settings with cryptic configuration-file only settings that are impossible to use for the novice user. I seem to remember having even read a post by Linus Torvalds rejecting Gnome for this oversimplification crazyness which is cutting away features from the user. Compare also my post about navigating between words in the Firefox address bar which is only reachable via a hidden setting in about:config. Here's how to fix this deficiency, the ugly way (hacking dirty config files): |
|
Continue reading “Anti the "let's simplify" Linux movement” » | |
Linux – mplayer, xvidix and the green greens | |
… and red, black and white interference. unichrome via cle266 graphics. Today with the help of Reimar Döffinger I finally got around to be able to use mplayer http://www.mplayerhq.hu/ in X11. I think I’ve been using this box for several years and always switched to the console in order to be able to watch a video — cvidix (console vidix) had been working fine all along. The next thing I’ll attempt is to compile this mplayer for firefox plugin, I guess. (The next thing that happened wasn’t me compiling mozilla plugins, but that I typed out my entry and then tried to run To get mplayer working on X11, the first thing I needed to do was to install the svgalib http://www.svgalib.org/ kernel helper module as is briefly mentioned in the mplayer docs at http://www.mplayerhq.hu/DOCS/HTML/en/output-trad.html#vidix After downloading and compiling the svgalib_helper, after a Now I could run mplayer with xvidix, but all I’d get would be a green window without video! |
|
Continue reading “mplayer, xvidix and the green greens” » | |
Linux – lirc and linux kernel >= 2.6.17 | |
If you are using lirc, you might have noticed, that you can not compile the modules of the latest stable version (0.8.0) with a kernel 2.6.17 or higher. The reason for this is, that devfs was removed from the kernel from that version on. |
|
Navigation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
« | (older) | (newer) | » | |||||||
« | Main | ‹ | All articles list (Archives) | › | Search | » | November 2006 | » |