Archive for » March, 2010 «

2010-03-23 07:54:35 | Author: Fusselwurm

I installed Arch Linux some days ago. – I’ve been getting used to (K)Ubuntu’s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying.

Here’s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to be extended):

  • create a new user and make home dir
  • install KDE and Xorg (the latter not being pulled automatically when installing KDE!)
    pacman -yS kde xorg
    

    then, set the default runlevel to “boot to X” and set the X window manager to kdm in /etc/inittab

  • make the scroll area of my touchpad work:
    pacman -S xf86-input-synaptics
    cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
    

    and after that, editing /etc/hal/fdi/policy/11-x11-synaptics.fdi

  • set the bash option to make “ls” display different things in different colors:
    echo "alias ls='ls --color=auto' " >> ~/.bashrc
    
Category: Linux  | Tags: , , , ,  | Leave a Comment
2010-03-19 00:39:09 | Author: Fusselwurm

When configuring log4php 2.0, there are four configurators one can choose from:

* INI file (.properties)
* PHP array
* PHP configuration class
* XML file

I looked at the INI file and PHP array options.

For a simple configuration – four appenders (two echo appenders, two file appenders) that are used by two loggers – initializing both loggers (Logger::getLogger(‘…’)) took
* INI file – 17..25ms
* PHP array – 10..11ms

* in both cases, 7..9ms of that time were spent loading 19 classes. wow.


Note: these times were recorded using Xdebug – which slows everything down a lot, I guess

Category: blah  | Tags: ,  | Leave a Comment
2010-03-16 20:54:25 | Author: Fusselwurm
  1. Hab mir einen LinkSys WRT54GLv1.1 auf eBay geschossen, inkl Versand für 40€
  2. Die neueste Freifunksoftware in der Piratenvariante gezogen
  3. Mir ein Konto bei meiner lokalen Freifunkcommunity zugelegt
  4. daselbst dann eine neue IP registriert
  5. Den LinkSys angeschmissen, mich über Kabel rangesteckt
  6. HTML-Seite auf der Gateway-IP (http://192.168.1.1/) aufgerufen, Benutzername leer, Kennwort “admin”, die Option zum Firmwareupdaten gefunden, zuvor gesaugte Software reingeworfen
  7. Nachdem das Ding neugestartet ist, die schicke piratige Benutzeroberfläche gesehen, Paßwort geändert, Freifunk-IP etc eingetragen und überhaupt diverse Optionen gesetzt
  8. Die Kiste mit dem Uplink an einen der LAN-Ports meiner Fritzbox gehängt
  9. … äh. fertig. wow.

Jeder in meiner Nähe kann über WLAN (Ad-Hoc-Modus) sich verbinden, kriegt ‘ne IP, und beim ersten HTTP-Zugriff (Webseitenaufruf) kriegt er ‘ne Infoseite zurück mit ‘nem kleinem “allet klar ich benehm mich”-Button zum klik-ken :)

Danach get dat mit dem Internet und pingen is auch drin ;)

2010-03-09 18:14:12 | Author: Fusselwurm

Da hat mal wieder Leuten nicht gefallen, daß es despektierliche Skizzen von Mohammed gibt… roflgo… siehe auch das Mohammed-Bildarchiv auf zombietime.com

sketch of the Mohammed as rondell dog

one of Lars Vilks' sketches

2010-03-06 10:14:15 | Author: Fusselwurm

Mangels Bedarf wurde aller Inhalt von http://schottland.gronom.de entfernt. Bei Fragen oder Bedarf an vormals dort liegenden Daten bitte bei den Autorinnen Sophie, Charlotte oder Agata anklopfen.

Category: Pages  | Leave a Comment