A shell script to install VPN using SoftEther and Transmission CLI Torrent Client on Ubuntu 14.04 for use on Digital Ocean
- Execution for installation and setup
sudo su
#!/bin/sh | |
# VPN and Torrent on Ubuntu 14.04 on Digital Ocean | |
# References: | |
# Torrent - https://gist.github.com/timothyandrew/6162351 | |
# Torrent - http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes | |
# VPN - https://www.digitalocean.com/community/articles/how-to-setup-a-multi-protocol-vpn-server-using-softether | |
DIR="`pwd`" | |
apt-get update -y && apt-get upgrade -y |
#!/bin/sh | |
# VPN and Torrent on Ubuntu 14.04 on Digital Ocean | |
# References: | |
# Torrent - https://gist.github.com/timothyandrew/6162351 | |
# Torrent - http://filesharefreak.com/2012/05/10/seedbox-from-scratch-new-server-to-seeding-in-less-than-5-minutes | |
# VPN - https://www.digitalocean.com/community/articles/how-to-setup-a-multi-protocol-vpn-server-using-softether | |
DIR="`pwd`" | |
apt-get update -y && apt-get upgrade -y |