Monthly Archives: February 2010
time machine on unsupported volumes
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
#!/bin/bash
MACADDRESS=`ifconfig en0 | grep ether | cut -d ” ” -f 2 | sed ‘s/://g’`
MACHINENAME=`hostname -s`
hdiutil create -size 500g -fs HFS+J -type SPARSEBUNDLE -layout SPUD -volname “Backup of $MACHINENAME” $MACHINENAME_$MACADDRESS.sparsebundle
zellers createhomedir
dscl localhost read /Search/Groups/CC_Students | grep CN= | cut -d “,” -f 1 | sed ‘s/ CN=//g’ | xargs -I % createhomedir -u %
get firefox to remember all passwords (even the ones not supposed to)
Some crappy websites and quite a few banks have a tag in their forms to prevent firefox to offer you to remember the password. There is a mod for a javascript file inside firefox and/or an extension available.
http://cybernetnews.com/firefox-remember-passwords/
http://www.smart-roadster-club.de/off-topic/mozilla/extensions/activate-autocomplete/