1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-09-13 18:41:35 +02:00

Typography: Removed comma after 'Afterwards' at the begin of sentence

This commit is contained in:
2026-04-14 05:25:16 +02:00
parent e2e2310b81
commit ede99678ea
69 changed files with 109 additions and 109 deletions

View File

@@ -114,7 +114,7 @@ Make sure to restart the SSH daemon afterward by running the following command.
service sshd restart
```
Afterward, X-forwarding should be enabled on the server.
Afterward X-forwarding should be enabled on the server.
For full functionality install the `x11-apps` package as well.
#### Enabling X-Forwarding on a Client
@@ -166,7 +166,7 @@ the process.
ps aux | grep "ssh -f -N -L <local port>"
```
Afterward, it can be killed by running the following command where `<process-id>` is the ID of the
Afterward it can be killed by running the following command where `<process-id>` is the ID of the
process found with the previous command.
```sh