create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| -- Please set your vpn connection name and password here | |
| set VPNName to "VPN name" | |
| set VPNpassword to "VPN password" | |
| tell application "System Events" | |
| tell current location of network preferences | |
| set VPNService to service VPNName | |
| end tell | |
| set isConnected to connected of current configuration of VPNService |
| #!/bin/bash | |
| # Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04 | |
| # Inspired from https://gist.github.com/faleev/3435377 | |
| # Remove any existing packages: | |
| sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev | |
| # Get the dependencies (Ubuntu Server or headless users): | |
| sudo apt-get update |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| pm list packages -f |