Skip to content

Instantly share code, notes, and snippets.

@varunchopra
Last active October 15, 2017 15:22
Show Gist options
  • Save varunchopra/34769fb7461eb06e9e35372901c03180 to your computer and use it in GitHub Desktop.
Save varunchopra/34769fb7461eb06e9e35372901c03180 to your computer and use it in GitHub Desktop.
sudo apt-get -y update && sudo apt-get -y upgrade
sudo apt-get install software-properties-common apache2
# add qbittorent ppa
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
# install qbittorent for headless servers
sudo apt-get update && sudo apt-get install qbittorrent-nox
# run this in screen; enter NAT port
qbittorrent-nox --webui-port=52625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment