Category: Snippets

Good signature, but could not determine key fingerprint?!

root@sunny:/tank/home# apt-get update Get:1 http://apt.nexenta.org hardy-unstable Release.gpg [185B] Hit http://apt.nexenta.org hardy-unstable Release Ign http://apt.nexenta.org hardy-unstable Release Hit http://apt.nexenta.org hardy-unstable/main Packages Hit http://apt.nexenta.org hardy-unstable/contrib Packages Hit http://apt.nexenta.org hardy-unstable/non-free Packages Hit http://apt.nexenta.org hardy-unstable/main Sources Hit http://apt.nexenta.org hardy-unstable/contrib Sources Hit http://apt.nexenta.org hardy-unstable/non-free Sources Fetched 185B in 1s (151B/s) Reading package lists… Done W: GPG error: http://apt.nexenta.org hardy-unstable Release:

ProxyPass /glassfish http://lo…

ProxyPass /glassfish http://localhost:8161/ != ProxyPass /glassfish https://localhost:8161/

safari 4 sets (get back your safari 3 gui)

Disable new Toolbar Features (e.g. tabs on top) defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO Disable iPhone-Style Progress-Bar defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO via: fscklog.com

Code Fundstücke

http://mbff.hausswolff.de/TEST_map.php was man damals alles so gemacht hat 😀 Blogged with the Flock Browser

quick note: subversion

find all .svn folders: find . -type d -name .svn ./.svn ./sourceA/.svn ./sourceB/.svn ./sourceB/module/.svn ./sourceC/.svn delete all .svn folders: rm -rf `find . -type d -name .svn`   via: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml

a wood with a chain and a padlock

what to do, if you locked yourself out from Mac OS?

Yesterday I found myself in a strange situation: Every Shell Command I tried to use ended up with a “command not found“. This happened with sudo, nano … you name it. After a short time, I figured out that the folder /usr/bin (where all these programs are stored) had only executable rights for the owner

Nexenta iSCSI Target Setup

root@sunny:~# zfs create tank/home root@sunny:~# zfs create tank/home/philipp root@sunny:~# zfs create -V 250M tank/home/philipp/TM root@sunny:~# zfs set shareiscsi=on tank/home/philipp/TM root@sunny:~# iscsitadm modify target -p 1 tank/home/philipp/TM root@sunny:~# zfs list NAME                             USED  AVAIL  REFER  MOUNTPOINT syspool                          689M  16.6G    23K  none syspool/rootfs-nmu-000           688M  16.6G   641M  legacy syspool/rootfs-nmu-000@initial  47.3M      –   631M  – tank                             250M  1.34T    21K  /tank tank/home                       

eingescannte Bilder konvertieren und Timestamp setzen

Da ich die letzten Tage gezwungenermaßen sehr viel Zeit hatte (warum kommt später) und ich irgendwie mal Grund in meine Kisten und Boxen bringen möchte, habe ich angefangen, meine (Papier-) Fotos einzuscannen und in iPhoto zu übertragen. Die Frage stelle sich mir nun, wie ich aus 200 Tiff Dateien die das aktuelle Datum tragen (also

Output an array as a bullet list.

This function parses an array recursive an creates a bullet list. Maybe is is usefull for somebody highlight_string(‘

1 2