I’ve added three new blogs to my “Blogs I read”-section. Bruce Schneier, a security expert and cryptographer, Stuart Herbert, (head) developer of the gentoo-herds apache, php and webapp and last but not least John Lech Johansen, a famous hacker related to multimedia issues and by-passing Digital Restriction Management.
Filed under Blogosphere, News & no comments & one trackback
<div style=“border:3px solid #b3c1c6;background:#f1f1f1;padding:1em;”>Hey Stefan, I’m incredible happy that you’re back again. I’m looking forward to our big party on sylvester. It’s a good thing, to have a friend like you!
Be welcomed again!</div>
Filed under Me & one comment & two trackbacks
Sascha Silbe gave me two helpful tips related to the init-script hack to make gpg in combination with dm-crypt working. I decided to release the patches not longer inline so the patch can be found there
Filed under Code, Gentoo, Kernel, Security & no comments & no trackbacks
<a href=“http://www.amazon.de/exec/obidos/ASIN/3518287826/lblogmenostro-21”><img src=”/img/adorno-studien_zum_autoritaeren_charakter.png” alt=“Booklet: Theodor W. Adorno – Studien zum autoritären Charakter” align=“left” /></a>Ein nettes Weihnachtsgeschenk war das hier zu sehende Buch. Ich hatte dieses vor ca. 2 Jahren schon mehrmals gelesen und fand es nun notwendig, es auch fürs eigene Bücherregal zu besitzen. Da ich es nicht leiden kann, Bücher ungelesen wegzulegen, lese ich nun das Buch zum wiederholten Male. Es ist weiterhin extrem spannend zu lesen, eine der besten soziologischen Studien dich ich kenne. Interessant eben, dass man immer neues entdeckt, was einem beim zuvorigen Lesen nicht auffiel. Sätze wie die Definition des Begriffs der Ideologie sind so unglaublich klug und punktgenau, das sie mich immer wieder vor der Genialität eines Adorno erzittern lassen:
“…der Terminus der Ideologie steht für ein System von Meinungen, Attitüden und Wertvorstellungen – für eine Denkweise über Mensch und Gesellschaft…” Theodor Wiesengrund Adorno
Filed under Books & four comments & three trackbacks
Today I discovered the manual for dm-crypt partitions of the Gentoo Hardened Project. I saw, that there were some mechanism for setting up dm-crypted devices on boot-time. But I needed a possibility to mount dm-crypted devices via GnuPG. The following patches will makes this possible.
Update
I’v released an updated version which can be found there
Example for /etc/conf.d/cryptfs
mount=crypt-home
source=/dev/vg/home
key=/root/home.key.asc
options='-c aes -s 256 -h plain'
This sets up the volume /dev/vg/home using gpg –decrypt /root/home.key.asc on /dev/mapper/crypt-home
Filed under Gentoo, Kernel, Security & one comment & two trackbacks
post-weihnachtlich
Hach, Menschen sind einfach so verführbar. OK, nicht von sich auf andere schließen. Ich bin verführbar. Der heutige Abend hat mich Weihnachten versöhnt.
Es ist doch immer mal wieder nett festzustellen, wie genau die Beobachtungsgabe der Family ist. Irgendwann erwähnte ich, dass Theodor W. Adornos “Studien zum autoritären Charakter” ein richtig fantastisches Buch sei, prompt lags unterm Weihnachtsbaum. Ebenso eine nette Leonhard Cohen Compilation (Suzanne ist immer noch grauselig) und zudem das Geschenk des Jahres: ein neuer Desktop, Pentium IV, 3GHz, 786MB Ram (ja, siebenhundertsechsundachzig auf der Zunge zergehen lass). Ich hoffe der komische alte Mann mit weißem Bart verzeiht mir die Schneebälle.
pre-weihnachtlich
Ich hab mich heute endlich mal daran gemacht, das Design für schokokeks.org neu zu gestalten. Wenn Hannes doch endlich mal das Logo fertig bekommen würde ;-)
Filed under Me & no comments & two trackbacks

Gerade erreichen einen von allen möglichen Ecken und Enden Weihnachtsgrüße, die Atheisten wie mich sprach- und antwortlos machen. Warum bleibt einem das “Fest der Liebe” nicht einfach erspart, dieses Konglomerat aus aufgesetzter Freundlichkeit, perspektivlosem Gutmenschentum, rührseliger Duseligkeit und verbrämter Familientrautheit. Es nervt! Das musste einfach mal raus. Die einzig sinnvolle Perspektive: der individuelle Wohlstand steigt ein wenig. Aber ob es sinnvoll ist, dafür den Stress zu ertragen!?
Filed under Me & no comments & one trackback
Planet Keks is the logical answer of the blogging billow.
Filed under & no comments & no trackbacks
Since this evening, yetzt, one of our participator of schokokeks.org is also a new old member of the blogosphere.
Filed under News & one comment & three trackbacks
Blogging
Bernd Wurst has become also a member of the blogosphere. He started blogging one week ago and I want him to welcome.
GNOME
I’d discovered a new nice theme from gnome-look.org.
Girlfriend
Since, Saturday, December 11<sup>th</sup>, 2004, 11:22PM o’clock I’m together with Klara. I’m very enamoured of her :-)
Firefox
I’ve kicked Firefox and decided to use epiphany. The reason is the GUI-design, which is, related to Firefox, discribed with one word: crappy!
Filed under GNOME, Me, News & no comments & three trackbacks
<a href=“http://getfirefox.com/” title=“Get Firefox – The Browser, Reloaded.”><img src=“http://www.mozilla.org/products/firefox/buttons/takebacktheweb_large.png” align=“left” alt=“Get Firefox”></a>When working on a more or less design study for our big sylvester party I get a bugreport by Sven Herzberg. He reported font-issues leading to crappy looking in Firefox and I want to try it by myself. So I installed Firefox and I was quite impressed. It is fast, well-designed, rich of features and with the right theme, it is possible to give him a GNOME-look.
I decided to give it a chance and lay epiphany aside for a while.
Filed under Gentoo, GNOME, Linux & two comments & two trackbacks
[url=http://www.projektwerkstatt.de/krach/content/quote.html]<img src=”/img/musik_ohne_grenzen.png” alt=“Musik ohne Grenzen – Gegen die Quote f
Filed under Politik & four comments & six trackbacks
Ich darf das sagen, denn hier verh
Filed under Me & no comments & two trackbacks
Derzeitig stellt sich das wunderbar gleichf
Filed under Me & six comments & five trackbacks
Since today, kadmin is my new favourite project. It is a server-administration software, written in PHP, using XML-files for storing data, also as MySQL. There is neither a homepage until now nor a bugtracker or something like this but I’m able to show you my first clean work. A function to parse the content of /etc/passwd into a sorted array.
<!– readmore: Read the code –>
<?php
/*
function: kadmin_get_user_attr_array ()
desc: Returns an array in which all the userdata from /etc/passwd is included
*/
function kadmin_get_user_attr_array () { if (file_exists (”/etc/shadow”)) { $kadmin_etc_passwd = file (”/etc/passwd”); /* Delete newlines that are in /etc/passwd */ foreach ($kadmin_etc_passwd as $kadmin_etc_passwd_key => $value) { $kadmin_etc_passwd[$kadmin_etc_passwd_key] = ereg_replace (”\n$”, ‘’, $kadmin_etc_passwd[$kadmin_etc_passwd_key]); }
/* Put values into a well sorted array */ foreach ($kadmin_etc_passwd as $kadmin_passwd_line) { list ($kadmin_tmp_username, $trash) = split (”:”, $kadmin_passwd_line, 2); list ($kadmin_passwd_user_attr[$kadmin_tmp_username][‘username’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘password’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘uid’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘gid’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘extra’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘home’], $kadmin_passwd_user_attr[$kadmin_tmp_username][‘shell’]) = split(”:”, $kadmin_passwd_line); } } /* Delete system users from the array */ foreach ($kadmin_passwd_user_attr as $kadmin_passwd_key => $value) { if (ereg (”/bin/false”, $kadmin_passwd_user_attr[$kadmin_passwd_key][‘shell’])) { unset ($kadmin_passwd_user_attr[$kadmin_passwd_key]); } } return $kadmin_passwd_user_attr; }/*
function: kadmin_get_user_attr_by_name ( $username, $field )
desc: Returns the value of the given field of the given username
*/
function kadmin_get_user_attr_by_name ($kadmin_username, $kadmin_field) {
$kadmin_passwd_array = kadmin_get_user_attr_array ();
if (! is_null ($kadmin_passwd_array[$kadmin_username][$kadmin_field])) {
return $kadmin_passwd_array[$kadmin_username][$kadmin_field];
} else {
return FALSE;
}
}
?>
<!– /readmore –>
Filed under Me & five comments & four trackbacks