Skip to content

Instantly share code, notes, and snippets.

@mjvdende
Last active April 29, 2019 22:22
Show Gist options
  • Save mjvdende/57520e4c877137073e0bd8cef92ab424 to your computer and use it in GitHub Desktop.
Save mjvdende/57520e4c877137073e0bd8cef92ab424 to your computer and use it in GitHub Desktop.

ubuntu server 18 lts raspberry pi

$ sudo hostnamectl set-hostname 'new-hostname'

$ adduser username
$ usermod -aG sudo username

$ docker.help On Ubuntu classic, before installing the docker snap, please run the following command to add the login user into docker group. sudo addgroup --system docker sudo adduser $USER docker newgrp docker

$ sudo snap install docker

unifi controller https://github.com/ryansch/docker-unifi-rpi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment