March 2008
8 posts
time machine with samba share
enable unsupported network drives defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 create a sparsebundle image file sudo hdiutil create -size 320g -type SPARSEBUNDLE -nospotlight -volname “Backup of ” -fs “Case-sensitive Journaled HFS+” -verbose ~/Desktop/_.sparsebundle copy the sparsebundle image file to the backup drive cp ...
migrate from svn to git
pull the svn history into a new git repository: mkdir project_name.svn cd project_name.svn git svn init path/to/svn/repo —no-metadata echo “svn_username = Real Name <email.address@example.com>” > users.txt git config svn.authorsfile users.txt git svn fetchmake an svn-free git repository: mkdir project_name.git cd project_name.git git init git remote add origin...
Allow custom javascript/stylesheet expansion... →
Firefly Media Server →
drop dead simple way to share music from a linux server to itunes