summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/gemini.md2
-rw-r--r--content/irc.md6
-rw-r--r--content/peertube.md2
-rw-r--r--content/pleroma.md2
4 files changed, 6 insertions, 6 deletions
diff --git a/content/gemini.md b/content/gemini.md
index dba5a1a..ace0503 100644
--- a/content/gemini.md
+++ b/content/gemini.md
@@ -120,7 +120,7 @@ chmod +x agate-server
#### Create a system service
Now we need to create a systemd service to autostart and manage agate.
-The gemini user does not have permission to do this, so press `ctrl-d`
+The gemini user does not have permission to do this, so press <kbd>ctrl-d</kbd>
to log out of the gemini user and return to root. As root, create the
file below by opening it in your text editor (nano, vim, etc.):
diff --git a/content/irc.md b/content/irc.md
index f61abca..d07345f 100644
--- a/content/irc.md
+++ b/content/irc.md
@@ -106,8 +106,8 @@ and change them, as long as you know what you\'re doing.
The next steps involve editing the newly copied `ircd.yaml` file. If you
do not know how to edit text files from the command line, you can use
-`nano`, which is very simple, using arrow keys to navigate, `CTRL+O` to
-save, and `CTRL+X` to exit.\
+`nano`, which is very simple, using arrow keys to navigate, <kbd>CTRL+O</kbd> to
+save, and <kbd>CTRL+X</kbd> to exit.\
Another option is `vim`, which is a much more powerful text editor, but
has a learning curve. It is only recommended for this guide if you
already know how to use it.\
@@ -615,7 +615,7 @@ Starting the server is done in one command:
./ergo run
```
-It will stay online until you close the terminal, or press CTRL+C.
+It will stay online until you close the terminal, or press <kbd>CTRL+C</kbd>.
Don\'t worry, the next section goes over how to make it run like a
normal server with a SystemD service.\
If you have not already, make sure the port `6697` is not blocked on
diff --git a/content/peertube.md b/content/peertube.md
index b0ec47e..2875904 100644
--- a/content/peertube.md
+++ b/content/peertube.md
@@ -182,7 +182,7 @@ smtp:
```
At this point, we have done all we need to do as the PeerTube user. Run
-`exit` or press `Ctrl-d` to log out and return to the root prompt where
+`exit` or press <kbd>Ctrl-d</kbd> to log out and return to the root prompt where
we will configure Nginx and other system settings.
## Certbot
diff --git a/content/pleroma.md b/content/pleroma.md
index 78aab03..9714e3b 100644
--- a/content/pleroma.md
+++ b/content/pleroma.md
@@ -90,7 +90,7 @@ rm /tmp/pleroma.zip
```
We need to briefly return to the root user so we can run the following
-command (via the postgres user) to set up the database. Type `ctrl-d` or
+command (via the postgres user) to set up the database. Type <kbd>ctrl-d</kbd> or
run `exit` to return to the root user, then run:
```sh