setup plex on a freenas 9.10.3 system
nov 11/2017
assumed already setup and defined dataset
note: child data sets will not be inherited
- Name: plex
| sudo apt-get install virtualenv | |
| git clone https://github.com/uuu/xxx | |
| cd xxx | |
| virtualenv –p python3 venv | |
| source venv/bin/activate | |
| pip install –r requirements.txt |
| install docker-ce on hyper-v behind enterprise ssl-mitm proxy | |
| - could be manually installed via *.deb but wanted official repo support | |
| Part 1. Get ubuntu to recognize cert: | |
| ------------------------------------- | |
| Error: | |
| Ign:10 https://download.docker.com/linux/ubuntu xenial/stable Translation-en |
| sudo apt-get install software-properties-common | |
| sudo add-apt-repository -y ppa:ethereum/ethereum | |
| sudo apt-get update | |
| sudo apt-get install ethereum | |
| screen geth --rinkeby | |
| screen geth --datadir=$HOME/.ethereum/rinkeby attach ipc:$HOME/.ethereum/rinkeby/geth.ipc console | |
| ############################################################################################################# | |
| Welcome to the Geth JavaScript console! |
| # QR code wifi poster | |
| # works natively on iphone (ios11) tested but not android? | |
| # create QR code (set as contents: wifi network) | |
| http://zxing.appspot.com/generator/ | |
| # Running Unifi Controller 5.5 on an RPI2 | |
| # Most of the commands will copy and paste | |
| # Working as of Oct/21/2017 | |
| Hardware | |
| - rpi 2 - an rpi3 will work, but since the controller will be wired its a good use of older hardware | |
| - 8gb micro sdcard | |
| - keyboard + monitor/tv for initial setup | |
| Installation Steps: |
| Download etcher for your os (for writing images to SD Card) | |
| https://etcher.io/ | |
| Flash latest raspbian () | |
| Adafruit 5" and 7" 800x480 TFT HDMI Backpack | |
| Learn: https://learn.adafruit.com/adafruit-5-800x480-tft-hdmi-monitor-touchscreen-backpack/raspberry-pi-config | |
| Store: https://www.adafruit.com/product/2407 |