disable spotlight on a fat32 external drive
1 cd /Volumes/your_drive 2 touch .metadata_never_index
1 cd /Volumes/your_drive 2 touch .metadata_never_index
the alias command makes it possible to launch any command using a pre-set string. i love it!
1 $ alias mypassword="echo '123456'" 2 3 $ mypassword # return '123456'
1 sudo launchctl unload -w /Library/LaunchDaemons/com.mysql.mysqld.plist 2 sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plis