Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Last active August 29, 2015 13:57
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 jamiehs/9622796 to your computer and use it in GitHub Desktop.
Save jamiehs/9622796 to your computer and use it in GitHub Desktop.
Setup a new Raspberry Pi Dashing board based on cloned image of "raspberrypi2"
# Find listening port 22 on the network
nmap -T5 -n -p 22 --open --min-parallelism 100 192.168.0.0/24
# edit hostname and hosts to change the hostname.
sudo nano /etc/hostname
sudo nano /etc/hosts
# edit the static IP address in the interfaces file.
sudo nano /etc/network/interfaces
# edit the auto-started chromium web page
sudo nano /etc/xdg/lxsession/LXDE/autostart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment