Browse Source

Initial Orange Pi Docs

master
Josh Mudge 6 years ago
commit
ea91217d94
  1. 32
      Orangepi-setup.md

32
Orangepi-setup.md

@ -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
Loading…
Cancel
Save