https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce-1
Uninstall old versions
sudo apt-get remove docker docker-engine docker.io
Update System
https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce-1
Uninstall old versions
sudo apt-get remove docker docker-engine docker.io
Update System
Bug 1606973 was my original file, and then changes to bzr export.
The patch was improved by some others, and I'm storing my version of it here.
The benefit of the patch is that you get:
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
[Unit] | |
Description=Phabricator Aphlict | |
After=syslog.target network.target mysql.service | |
[Service] | |
Type=forking | |
User=phabricator | |
Group=phabricator | |
ExecStart=/srv/http/phabricator/bin/aphlict start | |
ExecStop=/srv/http/phabricator/bin/aphlict stop |
[Unit] | |
Description=Keeps a tunnel to 'remote.example.com' open | |
After=network.target | |
[Service] | |
User=autossh | |
# -p [PORT] | |
# -l [user] | |
# -M 0 --> no monitoring | |
# -N Just open the connection and do nothing (not interactive) |