Skip to content

Instantly share code, notes, and snippets.

@tsnow
Created September 26, 2012 21:20
Show Gist options
  • Save tsnow/3790658 to your computer and use it in GitHub Desktop.
Save tsnow/3790658 to your computer and use it in GitHub Desktop.
Fix Junos Pulse when it commits Seppuku on Mountain Lion
ps aux | grep Junos | awk '{print $2}' | xargs kill
sudo rm -r ~/Library/Application\ Support/Juniper\ Networks/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment