:::perl
sub osascript($) { system 'osascript', map { ('-e', $_) } split(/\n/, $_[0]); } and to use it: :::applescript
osascript <<END;
tell application "Finder"
display dialog "Hello"
end [...] Read more
Download MySQL
Install
Install Startup Item
Install PrefPane
Set up shell aliases
Copy config to /etc/my.cnf
Add socket to /etc/my.cnf
mkdir /var/mysql
chmod _mysql /var/mysql
ln -s [...] Read more
We needed to use older versions of Java for a few business apps. Apple would update the XProtect file which would disable older versions of Java. We use this script to lower the blocked version to [...] Read more