Hackerkochen in Graz
Wednesday, February 28th, 2007Otti lädt zum Hackerkochen, am 05.03.2007 ab 18 Uhr im Medienkunstlabor in Graz. Was das ist und weitere Details sind der Einladung zu Entnehmen.
Otti lädt zum Hackerkochen, am 05.03.2007 ab 18 Uhr im Medienkunstlabor in Graz. Was das ist und weitere Details sind der Einladung zu Entnehmen.
The countdown is running… On 3rd and 4th of March 2007 the Chemnitzer Linux Days will take place. We’ll present grml (Linux Live-CD for sysadmins / texttool-users / geeks) at a booth there! If everything works as intented we will have a demo system as well as CDs of a special grml release named “Dioptrienotto […]
javascript: document.body.contentEditable = ‘true’; document.designMode = ‘on’; void 0 Visit any web page, clear the address bar and paste the above line into it. Press return and edit the webpage as you like. :) Works at least in Firefox, Internet Explorer and Opera. BTW: I hope all of you know Firebug. (Opera will bring a […]
Seufz. Gegeben ist ein Windows Vista Home Premium wie es auf Komplettrechnern typischerweise ausgeliefert wird. Der vordefinierte automatische Login ist nicht gewollt und Benutzerkonten wurden manuell hinzugefügt, trotzdem wird man mit dem Default-Benutzer beim Booten automatisch (ohne Passwort-Abfrage) eingeloggt. Müsste doch eine Kleinigkeit sein, das im Benutzerkonten-Dialog der Systemsteuerung umzustellen, oder? Denkste…. da ist nichts […]
A problem everyone stumbles across (at least) once: % tar zcf stats_2005.tar.gz stats_2005* zsh: argument list too long: tar The reason? Too many files for the ARG_MAX limit. ARG_MAX defines the maximum length of arguments to the exec function (more precise: bytes of args plus environment for exec), defined in /usr/include/linux/limits.h on your Linux system: […]
Ever wanted to insert a character in your terminal but don’t have a keybinding for that character? zsh provides a nifty feature called insert-unicode-char: autoload insert-unicode-char zle -N insert-unicode-char bindkey ‘^Xi’ insert-unicode-char Figure out the character’s code (take a look at unicode.org/charts/ for example) and press ‘ctrl-x i’, followed by the character’s code and press […]
Bisher hatte ich nur mit Pre-Builds von Windows Vista zu tun (im Speziellen wegen meinem Trusted Computing-Seminarprojekt auf der Uni), dieser Tage hab ich mir einmal die endgültige Version von Microsoft Windows Vista Business Edition (Build 6000) ein wenig angeschaut. Als Referenz für mich selbst mal ein kurzer Braindump und ein paar URLs. Positiv zu […]
I’ve the Asus WL-500G Premium access point since more than 2 month at home. I bought it for being able to play with OpenWrt without touching my productive setup. Now I finally found the time to install OpenWrt on it. There’s documentation available in the openwrt-wiki, but again JFTR (for myself) I document the relevant […]
Virtualisierung ist ja in aller Munde. Xen, UML, vserver,… (einen schönen Überblick gibt es übrigens auf kernelnewbies.org). KVM (Kernel-based Virtual Machine) hat mit Kernel 2.6.20 Einzug in den Mainline-Linuxkernel gefunden und wer eine CPU mit VT-Support hat, kann das voll auskosten. grml 0.9 bringt das Kernelmodul für kvm übrigens schon mit. Um das also mal […]
# cfdisk /dev/sda FATAL ERROR: Bad primary partition 0: Partition ends in the final partial cylinder Huh?! # sfdisk -d /dev/sda # partition table of /dev/sda unit: sectors /dev/sda1 : start= 63, size= 2015168, Id= 6, bootable /dev/sda2 : start= 0, size= 0, Id= 0 /dev/sda3 : start= 0, size= 0, Id= 0 /dev/sda4 : […]
I recently bought a NSLU2 featuring 1x ethernet port and 2x USB 2.0 ports – available for about 80 euro. My plan is to integrate the device in my network as backup system. The original firmware might be nice for John Doe User but I’d like to use Debian featuring stuff like rsync, dirvish,… on […]
Absolut keine Neuheit, aber weil ich es gerade gebraucht habe und man die binäre Suche – die man zumindest aus der Datenstrukturen-Vorlesung kennen sollte ;-) – so schön in der Praxis anwenden kann und das eigentlich jeder kennen sollte, möchte ich das mal kurz erwähnen. Problemstellung? Im aktuellem grml-Build habe ich festgestellt, dass es in […]
Was mögen grml-User eigentlich an grml? Stimmt die Richtung die grml geht? Was machen grml-User eigentlich mit grml? Das und einiges mehr möchten wir herausfinden. Genau darum gibt es die grml user survey. Und ich möchte all jene unter euch, die ebenfalls grml verwenden bitten, daran teilzunehmen! Einfach grml.org/user-survey/grml.txt runterladen, ausfüllen und per Mail an […]
Die Chemnitzer LinuxTage finden heuer am 3. und 4. März statt. Das Vortrags-Programm ist soeben online gegangen. Ich bin heuer mit dem Vortrag "Erfolgreiche OpenSource Projekt-Maintenance" vertreten (der auf der Idee meines Blog-Artikels ‘Die Gesetze von OpenSource‘ basiert). Ich hoffe die Zusage für den grml-Stand trudelt auch noch ein. Auf alle Fälle freue ich mich […]
Zim ist ein Desktop-Wiki. Man braucht also keinen Webserver um sich eine "wiki-ähnliche Todo-Liste" auf den Desktop zu holen. Ein einfaches ‘aptitude install zim’ reicht auf Debian. So schaut das im Einsatz z.B. aus: Das originale gtk-Theme gefällt mir übrigens kein bisschen *grusel*. Deshalb habe ich das Look’n’Feel jenem auf der Screenshot-Seite des Projektes angepasst. […]
advchk ist ein Tool, das anhand einer definierten Software-Liste diverse (konfigurierbare) Security-Feeds (RSS/RDF/XML) abklappert und dann meldet, falls die installierte Softwareversion laut der bekannten Lücken verwundbar ist. Der Autor beschreibt es wie folgt: Advchk (Advisory Check) reads security advisories so you don’t have to. advchk is a tool for monitoring the security of installed software. […]
As my ppc-based efika system is quite slow at building kernel packages I decided to cross compile the kernel on my x86 box. JFTR the necessary steps on a Debian system: Adjust $KERNELSOURCE/Makefile to: ARCH = powerpc CROSS_COMPILE = powerpc-linux-gnu- Thanks to the Embedded Debian project you can easily get the necessary gcc as Debian […]
I received an efika board at the end of 2006. Now I had some time to investigate on that. I want to use Debian on the board of course to be able to work on grml-ppc. My setup involves the following hardware: the efika board ;) a 2.5" western digital harddisk an ATX power supply […]
At last meeting of Security Treff Graz I brought up the question whether rsync is capable of handling extended ACLs (the Access Control Lists you handle with setfacl and getfacl on your Linux system). That’s very important for me when backing up running systems because I’m using ACLs on some systems but only a few […]
Get Google Suggest on the commandline: cd /tmp dh-make-perl –cpan WebService::Google::Suggest –build sudo dpkg -i libwebservice-google-suggest-perl_0.01-1_all.deb wget http://hg.grml.org/grml-scripts/raw-file/tip/usr_bin/gsuggest.pl chmod +x ./gsuggest.pl % ./gsuggest grml grml: 175000 results grmlins: 286 results grmlin: 816 results grml linux: 76200 results grmls: 566 results grmln: 192 results grml.ca: 57 results grmlive: 7 results