Remove em dashes from the remaining English content

This commit is contained in:
Djeex
2026-08-31 23:39:19 +02:00
parent 4090203dc4
commit 9abee89478
15 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ __Warning:__ If you have multiple services to expose like `subdomain1.mydomain.c
Every time a device connects to your local network, your router assigns it an IP address using DHCP rules.
This IP is randomly selected from a predefined pool.
At every device reboot, the IP may change which is problematic if you're forwarding ports, as the target IP may no longer be valid.
At every device reboot, the IP may change, which is problematic if you're forwarding ports, as the target IP may no longer be valid.
To avoid this, use your router's DHCP server to assign a static IP address.
+2 -2
View File
@@ -88,7 +88,7 @@ sudo chmod 2775 /video
```
### Create the user
Now add a no-login user this user cannot log into the server but can access Samba.
Now add a no-login user: this user cannot log into the server but can access Samba.
```bash [Terminal]
sudo useradd -M -s /sbin/nologin sambauser
@@ -126,7 +126,7 @@ sudo apt install cifs-utils
### Create the Mount Destination
We will create a folder on our local machine where the remote `/video` folder will be mounted e.g., `/mnt/video`.
We will create a folder on our local machine where the remote `/video` folder will be mounted, e.g. `/mnt/video`.
```bash [Terminal]
sudo mkdir /mnt/video