Joined March 2012
·
Posted to
Stop making aliases to change directories
over 1 year
ago
Good tip, thanks for sharing!
Posted to
Forget the mouse when connecting to VPN
over 1 year
ago
Hey Andrew, thanks for the tip. A few things I needed to do to make this work on my computer:
alias vpn='osascript ~/openvpn.applescript'
that line was missing the ending '
To be able to copy and paste the alias call above, needed to make sure the file I created in my user directory was named "openvpn.applescript".
Finally, the name "MyVPN" needed to be adjusted to "VPN (Cisco IPSec)". I found this name by opening "System Preferences", going to "Network", and then scrolling down to find what my VPN configuration was named.
Achievements
38 Karma
6,711 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Thanks so much. This is one of those things that always proves frustrating, just not usually frustrating enough to try and find a fix. Glad I was able to quickly find your solution and alleviate this ongoing frustration.