Skip to content

Instantly share code, notes, and snippets.

View lucianoshl's full-sized avatar

Luciano Lopes lucianoshl

View GitHub Profile
echo "Installing Deluge"
add-apt-repository ppa:deluge-team/ppa -y
apt-get update
apt-get install deluged deluge-web deluge-console -y
# create deluge user
adduser --disabled-password --gecos "" downloader
adduser --system --gecos "Deluge Service" --disabled-password --group --home /var/lib/deluge deluge
echo "$user:$pass:10" >> /var/lib/deluge/.config/deluge/auth
@lucianoshl
lucianoshl / Gemfile
Last active February 19, 2016 21:03
Kimsufi server buyer
source "https://rubygems.org"
gem "mechanize"
gem "colorize"
gem "pry-byebug"
gem "watir"