Skip to content

Instantly share code, notes, and snippets.

@trungnt13
Created September 8, 2016 10:31
Show Gist options
  • Save trungnt13/1364395afd8734ccf13f0e594de54618 to your computer and use it in GitHub Desktop.
Save trungnt13/1364395afd8734ccf13f0e594de54618 to your computer and use it in GitHub Desktop.
Install Bittorrent sync
sudo sh -c 'echo "deb http://linux-packages.getsync.com/btsync/deb btsync non-free" > /etc/apt/sources.list.d/btsync.list'
wget -qO - http://linux-packages.getsync.com/btsync/key.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install btsync
cd && mkdir shared_folder
sudo chown YOUR_USER:btsync shared_folder
sudo usermod -a -G btsync YOUR_USER
sudo service btsync start
# access GUI at localhost:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment