Skip to content

Wifsimster/systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation First Kit for Raspberry Pi

Root password

Define a root password

sudo passwd root

Update & updagrade

apt-get update
apt-get upgrade

Add NAS directories

Create NAS directories

cd mnt/
mkdir downloads
mkdir incompletes
mkdir movies
mkdir musics
mkdir tv_shows
mkdir photos

Add permissions to new directories

chmod 777 *
chown nobody:nogroup *

Write fstab

nano /etc/fstab

Write fstab

nano /etc/cifspasswd

How to install Plex Media Server on Debian Jessie

Edit update list

nano /etc/apt/sources.list

Add new list to sources.list

deb http://shell.ninthgate.se/packages/debian wheezy main

Register a new key for the new update list

wget http://shell.ninthgate.se/packages/shell-ninthgate-se-keyring.key
apt-key add shell-ninthgate-se-keyring.key

Update & install Plex

apt-get update
apt-get install plexmediaserver

Enable Plex service

systemctl enable plexmediaserver.service

Access it with : http:192.168.0.x:324000/web/index.html

How to add Plex Trakt Scrobbler

cd  /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
apt-get install git-core
git clone https://github.com/trakt/Plex-Trakt-Scrobbler
mv /Plex-Trajt-Scrobbler/Trakttv.bundle /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
rm -r Plex-Trakt-Scrobbler
systemctl restart plexmediaserver.service

About

Installation First Kit for Raspberry Pi 🎁

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published