9 10 2012
Are you annoyed too, that Apple has silently removed the option to display the remaining battery time in the menubar? This is a very accurate replacement of the original function, and – it’s free!!! https://github.com/codler/Battery-Time-Remaining
20 09 2012
http://www.jms1.net/osx-vpn-routing.shtml /etc/ppp/ip-up example: #!/bin/sh /sbin/route add 192.168.1.0/24 $5 /sbin/route add 213.239.199.135 $5 /sbin/route add 10.5.1.0/24 $5
20 07 2012
http://rng.io/ http://www.caniuse.com/ http://leaverou.github.com/regexplained/ http://www.webpagetest.org/
5 07 2012
Sehr geehrte Damen und Herren, aufgrund des von uns eingesetzten Dateisystems kann es zu derartigen Problemen bei voll belegtem Backupspace kommen. Die einzige Möglichkeit der Löschung besteht im Überschreiben einer bereits vorhandenen Datei mit einer 0 Byte Datei. Dies könnte man bspw. mit ncftp so umsetzen: $> cat /dev/null > zero_byte.dat $> ncftp -u u<nummer> u<nummer>.your-backup.de (Passwort Eingabe) […]
29 06 2012
http://drsavoye.blogspot.co.at/2010/03/disable-screen-sharing-menu-icon.html sudo chmod 000 /System/Library/CoreServices/Menu\ Extras/RemoteDesktop.menu
21 05 2012
mv ~/Library/Application\ Support/Chromium/Default/History ~/Library/Application\ Support/Chromium/Default/History.unused
21 05 2012
http://osxdaily.com/2011/05/03/memtest-mac-ram-test/
15 05 2012
https://rocketui.com/page/index https://www.codingpeople.com http://www.1000webdesigner.com/ http://www.kickstarter.com/ http://launchrock.com/ http://startupsthisishowdesignworks.com/ http://appjs.org/
3 05 2012
http://www.controlplaneapp.com/ (is the followup from MarcoPolo for OSX) – Works perfectly with 10.7.x
1 05 2012
Terminal: defaults write com.apple.screencapture location ~/Downloads killall SystemUIServer