„POSTINSTALL.md“ ändern

This commit is contained in:
inhji 2019-12-10 09:10:31 +01:00
부모 5732a2b16c
커밋 5f6f6a4230
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -4,8 +4,18 @@
apt install git zsh inotify-tools borgbackup
```
# Increase Inotify watchers
See: https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers
```
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
```
# Setup SSH
See: https://wiki.archlinux.org/index.php/SSH_keys#Ed25519
```
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "johnnie@posteo.de"
```