From 5f6f6a4230860df5a1190f2a462120530f8e69d5 Mon Sep 17 00:00:00 2001 From: inhji Date: Tue, 10 Dec 2019 09:10:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EPOSTINSTALL.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- POSTINSTALL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/POSTINSTALL.md b/POSTINSTALL.md index e251efb..20e8775 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -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" ``` \ No newline at end of file