Computer
- Open Source
“Ich weiß, dass ich mein Leben damit verbringen kann, proprietäre Software zu programmieren. Ich kann dabei auch glücklich werden. Doch wenn ich alt bin, werde ich darauf zurückblicken und mir wird bewusst werden, dass ich mein Leben damit verbracht habe, Mauern zu bauen, die Menschen voneinander trennen.” (Richard Stallmann)
Das Open Source Jahrbuch ist ein umfassendes Kompendium dazu.
- Nach vielen Jahren Debian benutze ich jetzt hauptsächlich Kubuntu.
LIVE FREE OR DIE — LINUX
-
Debian-Linux auf dem iBook G4, dual boot mit MacOSX

Partitionierung:
hdc2 bootstrap (800 k)
hdc3 swap (ca. 512 MB)
hdc4 linux (ca. 13 GB)
hdc5 macosx (ca. 13 GB)Open Firmware boot-device ist hd:2,\\:tbxi
(ansehen mit “printenv”, einstellen mit “setenv”)## meine /etc/yaboot.confboot=/dev/hdc2
device=hd:
macosx=hd:5 # Partition mit MacOSX
delay=20 # Wartezeit vom OF-Bootstrap
timeout=20 # Wartezeit von yaboot
# defaultos=macosx
partition=4 # Partition mit Linuxkernel(n)
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot # Booten von CD anbieten
enableofboot # Booten ins OF anbietenimage=/vmlinux
label=linux
root=/dev/hdc4
read-onlyimage=/vmlinux.old
label=installkernel
root=/dev/hdc4
read-only
- IP-Address-Fake-Anonymiser
Copyright (C) Wolfram Riedel, License: GPL 2.0.
Perl script for (apache) log files. Modes ’swapping’, ‘winding’ and ‘impossible’ are reversible in theory and therefore not anonymous. Mode ‘cutoff’ is data lossy and provides partial anonymity. All four modes can be used in combination.




