Git Product home page Git Product logo

myraspberry3's Introduction

My raspberry script

scripts to run on raspberry, with raspbian jessie. just because i'm lazzy ...

To do

update readme and have a master script have a look to

this project is about to have

Important

before going to your plexmedia server (http://your-ip:32400/web) be sure to have reboot after have intalled it !

Then, don't forget to add media to your PlexMedia Server Library. (see tips)

How to use:

git clone https://github.com/duduclx/myraspberry3.git
cd rasppms

if you want to intall Plexmedia Server:

sudo chmod +x install_pms.sh
sudo ./install_pms.sh

If you want to install PlexConnect:

sudo chmod +x install_plexconnect.sh
sudo ./plexconnect.sh

If you want to install xscreensaver:

sudo chmod +x install_xscreensaver.sh
sudo ./install_xscreensaver.sh

If you want to install tightvnc:

sudo chmod +x vnc.sh
sudo ./vnc.sh

and then, connect to your raspberry using this setting in your favorite vnc viewer:

raspberry-ip:5901

If you want to remove some useless package:

sudo chmod +x remove_packages.sh
sudo ./remove_packages.sh

tips

You can install bonjour (to connect to your raspberry from the finder on your mac)

sudo apt-get install avahi-daemon libavahi-client-dev
sudo update-rc.d avahi-daemon defaults

Add an USB Hard Drive to your Raspberry and mount it at boot.

It's can be something like that:

sudo mkdir /mnt/library
sudo nano /etc/fstab

and add this line (considering your hdd is /dev/sda)

/dev/sda1    /mnt/library   vfat   defaults    0    0

a command line like

df -l

can help you to know the name of your hard drive

myraspberry3's People

Contributors

duduclx avatar

Watchers

James Cloos avatar  avatar

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.