Skip to content

Instantly share code, notes, and snippets.

View ta1bbty's full-sized avatar
🏠
Working from home

tam ta1bbty

🏠
Working from home
View GitHub Profile
@ta1bbty
ta1bbty / aws_keys
Created May 27, 2022 07:52
secret_keys
We couldn’t find that file to show.
@ta1bbty
ta1bbty / utorrent-setup-ubuntu.sh
Last active April 29, 2019 02:27
utorrent-setup-ubuntu on Digital Ocean VPS etc
export DEBIAN_FRONTEND=noninteractive
apt update -yq
apt upgrade -yq
apt-get -y install libssl1.0.0 libssl-dev apache2
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utorrent.tar.gz
tar -zxvf utorrent.tar.gz -C /opt/
chmod 777 /opt/utorrent-server-alpha-v3_3/
ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &
mkdir /var/www/html/downloads && ln -s /var/www/html/downloads downloads