From 5f6cffd6126a437e4db04fc176a3eb20a3456a05 Mon Sep 17 00:00:00 2001 From: pi Date: Wed, 26 Nov 2025 17:42:11 +0000 Subject: [PATCH] Linux/Linux_general_commands.md aktualisiert --- Linux/Linux_general_commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Linux/Linux_general_commands.md b/Linux/Linux_general_commands.md index 73e332e..0eacb27 100644 --- a/Linux/Linux_general_commands.md +++ b/Linux/Linux_general_commands.md @@ -1,4 +1,9 @@ ### updates ```bash sudo apt-get update && sudo apt-get full-upgrade && sudo apt-get autoclean && sudo apt-get autoremove --purge +``` + +### lets encrypt verlängern +```bash +sudo certbot renew --dry-run ``` \ No newline at end of file