Skip to content

Instantly share code, notes, and snippets.

@brettbeeson
Last active August 4, 2020 06:48
Show Gist options
  • Save brettbeeson/1ffaa12e09bea289d66f306b8dd09d2b to your computer and use it in GitHub Desktop.
Save brettbeeson/1ffaa12e09bea289d66f306b8dd09d2b to your computer and use it in GitHub Desktop.
- install Ubuntu Desktop 20
-- minimal install
-- LVM
- install ssh
sudo apt install openssh-server
- now can remote in
scp -r .ssh server-name
ssh server-name
- basics
sudo apt install vim git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment