xaphirecipes

recipes for all the small things in life …

Flower

Archive for November, 2009

Icons in Ubuntu Menus

Menu Icons in Karmic Koala wieder aktivieren:

“System – Einstellungen – Erscheinungsbild – Oberfläche – Menüs und Werkzeugleisten: [x] Symbole in den Menüs anzeigen”

bzw.

mit gconf-editor -> /desktop/gnome/interface -> “menus_have_icons” und “buttons_have_icons”

von http://www.martinvogel.de/blog/index.php?/archives/59-Menue-Icons-fuer-Ubuntu-9.10-Karmic-Koala.html

commandline options for perl

-e “script”

-ne “script” [file] : linewise procession of file (or STDIN)

-p : like -n, but $_ is printed

-nae : splits lines on Space -> @F

- naF’splitchar’ -e “script” [file]

CPAN Module installation with Perl

perl -MCPAN -e shell

install "some module"