commit ea91217d949407b8285be7d5a51eebb9d06be592 Author: Josh Mudge Date: Sun Mar 18 21:11:59 2018 -0600 Initial Orange Pi Docs diff --git a/Orangepi-setup.md b/Orangepi-setup.md new file mode 100644 index 0000000..88f6850 --- /dev/null +++ b/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