- https://www.raspberrypi.org/downloads/raspbian/
- https://www.raspberrypi.org/documentation/installation/installing-images/mac.md
https://davidmaitland.me/2015/12/raspberry-pi-zero-headless-setup/
Add file ssh
to /boot/
directory.
https://www.raspberrypi.org/documentation/raspbian/updating.md
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get clean
Update the firmware of your Raspberry Pi
sudo rpi-update
sudo apt-get install samba samba-common-bin
sudo smbpasswd -a pi
sudo service samba restart
sudo mount 192.168.xxx.xxx:/volume1/video /mnt/video -o nolock
Clone GIT repo and follow the instructions
git clone [email protected]:andreafabrizi/Dropbox-Uploader.git
sudo apt-get update; sudo apt-get install plexmediaserver -y
sudo apt-get update; sudo apt-get install libam7xxx0.1-bin
- https://ao2.it/en/news/2013/03/18/libam7xxx-013-released?page=1
- http://manpages.ubuntu.com/manpages/xenial/man1/am7xxx-play.1.html
ssh-keygen -R hostname