# Clone repo and enter director
git clone https://github.com/sawyermade/usf_vpn
cd usf_vpn
# Install package
sudo dpkg -i linux/GlobalProtect_deb-5.1.1.0-17.deb && sudo apt install -f -y
# Initialize portal, should have connection error
globalprotect connect --portal vpn.usf.edu
# Enter credentials, netid & password then it connects
globalprotect
# After connecting, youll see >> where you type quit
quit
# Disconnect
globalprotect disconnect
# Reconnect, shouldnt ask for credentials
globalprotect connect
# Remove .GlobalProtect
rm -rf ~/.GlobalProtect
# Connect
globalprotect connect
alias vu='globalprotect connect'
alias vd='globalprotect disconnect'
alias vs='globalprotect status'