aboutsummaryrefslogtreecommitdiff
path: root/www/content/notes/cheat-sheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/notes/cheat-sheet.md')
-rw-r--r--www/content/notes/cheat-sheet.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/content/notes/cheat-sheet.md b/www/content/notes/cheat-sheet.md
index 56bc92a..2f30140 100644
--- a/www/content/notes/cheat-sheet.md
+++ b/www/content/notes/cheat-sheet.md
@@ -4,11 +4,8 @@ date: 2025-04-01T23:09:53+08:00
lastmod: 2025-06-12T01:09:39+08:00
---
-{{< mono >}}
-
goto: [Hurd Cheat Sheet (in a separated page)](/notes/hurd/cheat-sheet)
-
-{{< /mono >}}
+{class="mono"}
## GRUB
@@ -44,7 +41,7 @@ docker run -it --rm -v "./data/git/user-info:/user-info" httpd htpasswd /user-in
A complete command is `[prefix] [docker (based on challenge kind)] [command] [challenge] [domains] [test] [misc]`
| part | for | segment |
-| --- | --- | --- |
+| :-: | :-: | --- |
| prefix | * | `docker run -it --rm --name certbot -v "./data/certbot/certs:/etc/letsencrypt" -v "./data/certbot/data:/var/lib/letsencrypt"` |
| docker | challenge standalone | `-p "0.0.0.0:80:80"` |
| docker | challenge nginx | `-v "./data/certbot/webroot:/var/www/certbot"` |