Skip to content

Instantly share code, notes, and snippets.

@l1x
Last active April 5, 2020 17: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 l1x/b744a44ac5fd2481f644501f03d62829 to your computer and use it in GitHub Desktop.
Save l1x/b744a44ac5fd2481f644501f03d62829 to your computer and use it in GitHub Desktop.
Some provisioning for a default installation Raspbian
sudo apt update -y && sudo apt upgrade -y
sudo systemctl enable ssh
sudo systemctl start ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment