Initial Orange Pi Docs

This commit is contained in:
Josh Mudge 2018-03-18 21:11:59 -06:00
commit ea91217d94
1 changed files with 32 additions and 0 deletions

32
Orangepi-setup.md Normal file
View File

@ -0,0 +1,32 @@
6:52-6:54
fs_resize
sudo apt-get update && sudo apt-get upgrade
SSH setup:
7:43-46
9:40-
If curl is giving
sudo apt-get install ca-certificates
To fix "sudo: unable to resolve host OrangePI" errors and edit /etc/hosts/ and add
```
127.0.1.1 OrangePi
```
SECURITY ERROR: 'PermitRootLogin prohibit-password' is not set in /etc/ssh/sshd_config
PermitRootLogin no
PasswordAuthentication no
10:18
I followed: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04 to enable swap and set the swapiness to:
vm.swappiness=70