vimwiki: dth @ dth-ThinkPad-E560
This commit is contained in:
parent
da3cf9daa6
commit
0139db66ec
4 changed files with 30 additions and 8 deletions
13
ubuntu.md
13
ubuntu.md
|
|
@ -1,7 +1,5 @@
|
|||
## Document Roadmap
|
||||
|
||||
* ubunutu script should install all programs in one go (and not ask go Y every time)
|
||||
* add necessary packages:
|
||||
* oh-my-zsh install
|
||||
* ssh setup from vimwiki
|
||||
* git clone dotfiles
|
||||
|
|
@ -86,6 +84,17 @@ Copy the public key to machines which you want to access with this machine.
|
|||
Inversely, if you want other machines to ssh to this machine,
|
||||
copy their public keys to this machine.
|
||||
|
||||
#### ssh resources
|
||||
* [Digital Ocean ssh essentials](https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys)
|
||||
|
||||
#### server-side setup checklist
|
||||
* setup locales (LC_LANGUAGE, LC_ALL)
|
||||
* install openssh-server
|
||||
* enable ssh service on startup
|
||||
* copy workstation public key to server
|
||||
* ssh via key (i.e no password)
|
||||
* disable password authentication
|
||||
|
||||
|
||||
## Snap packages
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue