Skip to content

Instantly share code, notes, and snippets.

@slamidtfyn
Last active September 3, 2018 16:40
Show Gist options
  • Save slamidtfyn/f949ce58124b838754eff88cf0cd492f to your computer and use it in GitHub Desktop.
Save slamidtfyn/f949ce58124b838754eff88cf0cd492f to your computer and use it in GitHub Desktop.
My OrangePI setup
  1. OS
  1. First Login
  • find ip with: nmap -sn 192.168.0.0/24
  • ssh as root: ssh 192.168.0.91 -l root
  • login with default password: 1234
  • password changed and default user created at login
  1. Setup wireless
  • ssh as user: ssh 192.168.0.91 -l "username"
  • open network config with: nmtiu
  • connect to wifi network
  • find new ip with ifconfig
  • logoff ssh and connect to wifi ip
  • reboot to verify wireless is connected at boot
  1. Setup "call-home"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment