Initial docker compose commit
This commit is contained in:
42
Guide.txt
Normal file
42
Guide.txt
Normal file
@@ -0,0 +1,42 @@
|
||||
Kubuntu Installation Notes
|
||||
|
||||
|
||||
Storeage
|
||||
========================================================
|
||||
|
||||
|
||||
Plex Media Server
|
||||
========================================================
|
||||
|
||||
|
||||
Private Internet Access
|
||||
========================================================
|
||||
|
||||
|
||||
|
||||
|
||||
Deluge
|
||||
========================================================
|
||||
|
||||
Add PPA Repo
|
||||
sudo add-apt-repository ppa:deluge-team/stable
|
||||
|
||||
|
||||
Install Headless and Web
|
||||
sudo apt-get install deluged deluge-web deluge-console
|
||||
|
||||
|
||||
Samba
|
||||
=========================================================
|
||||
|
||||
sudo apt install samba
|
||||
sudo nano /etc/samba/smb.conf
|
||||
|
||||
[storage]
|
||||
comment = Storage
|
||||
path = /mnt/storage
|
||||
read only = no
|
||||
browsable = yes
|
||||
|
||||
sudo smbpasswd -a james
|
||||
sudo systemctl restart smbd
|
||||
Reference in New Issue
Block a user