I hereby claim:
- I am antoniy on github.
- I am antoniy (https://keybase.io/antoniy) on keybase.
- I have a public key ASA9Xg3lGxOLrVMuJ9awgqGhZuo8mZB6g9HmyBhR39TQNQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
class AnalyticsLeader(supervisor: ActorRef) extends Leader[ProcessUser, AnalyticsNode, AnalyticsMessage](supervisor) |
#!/bin/bash +x | |
# Source: http://www.gabsoftware.com/tips/automatically-reconnect-to-your-vpn-on-linux/ | |
# Description: | |
# Make the script executable "chmod +x /path/to/the/script.sh | |
# Put the script in .profile or .bashrc so it can be run on user login: | |
# Example: echo "/path/to/the/script.sh start &" >> .bashrc | |
# The script can be bound to shortcut keys with these commands: | |
# /path/to/the/script.sh start # starts and monitors VPN connection |