Skip to content

Instantly share code, notes, and snippets.

@norbekaiser
Last active March 7, 2016 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norbekaiser/d1722e1f833a61aaa4aa to your computer and use it in GitHub Desktop.
Save norbekaiser/d1722e1f833a61aaa4aa to your computer and use it in GitHub Desktop.
pi3_b
#!/bin/sh
ssh pi@raspberrypi
ssh pi@raspberrypi.local
ssh pi@192.168.52.170
#!/bin/sh
sudo adduser norb
sudo adduser norb sudo
ssh norb@raspberrypi.local
sudo sed -i 's/pi/norb/g' /etc/passwd
sudo -e /etc/passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment