We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134abb5 commit 3f37aaeCopy full SHA for 3f37aae
README.md
@@ -33,6 +33,10 @@ sudo tar -C /opt -xzf nvim-linux64.tar.gz
33
export PATH="$PATH:/opt/nvim-linux64/bin"
34
```
35
36
+```
37
+curl -fsSL https://tailscale.com/install.sh | sh
38
39
+
40
Update alternatives:
41
42
```shell
@@ -90,7 +94,5 @@ infocmp -x | ssh YOUR-SERVER -- tic -x -
90
94
## Post-install checklist
91
95
92
96
- [ ] Add me to the `docker` group: `usermod -aG docker ${USER}`
93
-- [ ] SSH hardening.
-- [ ] Setup SSH keys: `ssh-keygen -t ed25519 -C "${USER:?}@$(hostname -f)"`
97
- [ ] Ubuntu Live Patch: https://ubuntu.com/advantage
98
- [ ] Configure a [Docker Credential Helper](https://github.com/docker/docker-credential-helpers/) in `~/.docker/config.json`.
0 commit comments