Skip to content

Instantly share code, notes, and snippets.

@timperrett
Last active December 3, 2016 22:11
Show Gist options
  • Save timperrett/b62c6715a943bb900dbb7d6c090fea4f to your computer and use it in GitHub Desktop.
Save timperrett/b62c6715a943bb900dbb7d6c090fea4f to your computer and use it in GitHub Desktop.
initial commands to run on a new rpi 3 for server applications
$ sudo apt-get update && sudo apt -y dist-upgrade
$ sudo passwd root
<enter new password>
$ sudo systemctl disable avahi-daemon
$ sudo systemctl disable avahi-daemon.socket
$ sudo systemctl stop bluetooth && sudo systemctl disable bluetooth
& sudo apt-get install -y htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment