Category Archives: gnu/linux

Anything about gnu/linux

IP-Tables Hilfe

http://iptables-tutorial.frozentux.net/

Posted in gnu/linux | Comments closed

I love gentoo

Das wollte ich jetzt noch ganz kurz anmerken.

Also posted in technology | Comments closed

diskless client findet keinen tftp server

Nach einer stage4-Neuinstallation auf Grund eines Festplattencrashs an meinem Netzwerkserver funktionierten die Diskless -Clients nicht mehr. Wie aufwendige Fehlersuche ergab, fanden sie keinen tftp Server für den Download der Inifiles für grub. Mit folgender Erweiterung im dhcp – Server habe ich das Problem gelöst. next-server 192.168.77.254; option option-150 “/boot/grub.lst”; filename “boot/pxegrub” Wieso das plötzlich ein [...]

Posted in gnu/linux | Comments closed

Moving from gcc 3.3 to 3.4

If the loading of new modules fails afterwards, you have to recompile your entire kernel. This is necessary because modules compiled with gcc3.4 cannot be loaded to a kernel compiled with 3.3.

Posted in gnu/linux | Comments closed

Ausarbeitung DRM-Seminar

Nach ein wenig Arbeit bin ich jetzt mit meinem DRM-Seminar fertig. Leider traue ich mich nicht es zu veröffentlichen. Ich habe zwar nur allgemein zugängliche Quellen verwendet, aber ich möchte mein Geld lieber für was anderes verwenden als es für einen Abmahnprozess auszugeben. Auszug aus dem Inhaltsverzeichnis: Was ist und wofür wird CSS verwendet? Voraussetzungen [...]

Also posted in news, personal | Comments closed

Gallery2 online

Habe heute meinen neue Photogallerie online gestellt. Eine Gallery2! Funktioniert nach einigen Anpassungen jetzt auch mit PHP im safe_mode Modus. Zwar ohne imagemagick, aber dafür mit GD. Und das reicht mir. Leichte Probleme gibt es zwar mit Zeitüberschreitungen aber das lässt sich ja einfach durch weniger Files umgehen. Wieso die bei dem Gallery Club so [...]

Also posted in news, personal | Comments closed

security :: md5deep

If you need md5 hashes for complete directory trees, have a look at md5deep.

Posted in gnu/linux | Comments closed

loop encryption problem

gentoo problem: icebird ~ # mount -t reiserfs /dev/hdc1 /secure/ -o loop,encryption=XXX Password: Error: Password must be at least 20 characters. Just recompile: ACCEPT_KEYWORDS=”~x86″ emerge “=util-linux-2.12i-r1″ I think this should only be a temporary solution. rebuild your encrypted partition with a correct password! Perhaps a interesting link: http://bugs.gentoo.org/show_bug.cgi?id=107680#c20

Posted in gnu/linux | Comments closed

linux :: eclipse with big ram systems

if you have more than 300 MB RAM you schould think of telling eclipse to use it. This can be done with the following command: eclipse -vmargs -Xmx900MB

Also posted in www | Comments closed

linux :: imaps certificate

to build a imaps certificate just habe a look at this page: http://portal.suse.com/sdb/en/2003/05/imap_ssl.html

Posted in gnu/linux | Comments closed