kicking the brokers asses with money 04. Oct 2011

Spenden für die Weltrevolution!

 

it's about time to occupy wall street 02. Oct 2011

The Revolution is live and it’s being streamed!

 

floating point bash calculator 30. Sep 2011

$ alias calc='bash -c '\''set -f; echo "scale=3;$0 $@" | bc -l '\'
$ calc 4/3
1.333
 

tell lions resume feature to go to hell 28. Sep 2011

rm -r ~/Library/Saved\ Application\ State/*
chmod -w ~/Library/Saved\ Application\ State
 

make ard work with dynamic dns 22. Sep 2011

With its default settings Apple Remote Desktop doesn’t play well with dynamic DNS services. If you add a domain with a dynamic IP address it retrieves the IP address only once and if the IP address changes, the connect fails. A temporary workaround is to remove the IP address from the computer information window or to remove and readd the computer, but that certainly sucks for the long term.

A permanent solution is to disable reverse IP lookups:

defaults write com.apple.RemoteDesktop \
DisableReverseIPLookup -bool yes

Now Apple Remote Desktop will update the IPs upon launch.

 

1 2 3 4 5 6 ... 530