Skip to content

Instantly share code, notes, and snippets.

@richleland
Created July 21, 2009 21:45
Show Gist options
  • Save richleland/151612 to your computer and use it in GitHub Desktop.
Save richleland/151612 to your computer and use it in GitHub Desktop.
# fix dumb apple aslmanager memory leak
alias fixasl="sudo launchctl stop com.apple.syslogd; sudo launchctl stop com.apple.aslmanager; rm -rf ~/Desktop/temp/; mkdir ~/Desktop/temp; sudo mv /var/log/asl/* ~/Desktop/temp/; sudo launchctl start com.apple.syslogd; rm -rf ~/Desktop/temp/;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment