Code Monkey home page Code Monkey logo

systemd's Introduction

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

systemd's People

Contributors

wifsimster avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

systemd's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.