Line 63: Line 63:


Add a user  
Add a user  
<pre>echo "alice:MyC0mpL3xPass:10" >> ~/.config/deluge/auth</pre>
<pre>echo "bpopp:MyC0mpL3xPass:10" >> ~/.config/deluge/auth</pre>


Allow remote connections
Allow remote connections

Revision as of 01:26, 10 October 2016

Install Debian as Desktop Server

Add Hard Drives to FStab

# <device>             <dir>         <type>    <options>             <dump> <fsck>
/dev/sda1              /             ext4      defaults,noatime      0      1
/dev/sda2              none          swap      defaults              0      0
/dev/sda3              /home         ext4      defaults,noatime      0      2

Install PlexMediaServer

Download 64 bit .deb file from plex.tv

Install Conky

sudo aptitude install conky

Install Mumble Server

sudo aptitude install mumble-server

Install PHP5/MySQL

sudo aptitude install php5 mysql-server


Install Google Chrome

Install SabNZBD/Sickbeard

Install prereqs

sudo apt-get install python-gdbm python-cheetah python-openssl par2 unzip -y

Add to apt

echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main" | tee -a /etc/apt/sources.list.d/sabnzbdplus.list

sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net:11371 --recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F
sudo apt-get update
sudo apt-get upgrade -y

Install Samba

sudo aptitude install samba

Enable at startup

sudo systemctl enable smbd.service nmbd.service

Add a user and password

smbpasswd -a bpopp

Install Deluged

sudo aptitude install deluged deluge-console
systemctl enable deluged
systemctl start deluged

Add a user

echo "bpopp:MyC0mpL3xPass:10" >> ~/.config/deluge/auth

Allow remote connections

deluge-console "config -s allow_remote True"
deluge-console "config allow_remote"