Skip to content

Commit

Permalink
fix/tweak: really old links & ctrl key
Browse files Browse the repository at this point in the history
+ Converted another few really old urls into direct path links.
+ Changed STRG -> CTRL on a few English guides that has the latter.
  • Loading branch information
ThatGuyJacobee committed Oct 10, 2024
1 parent 9d0c8f9 commit cbac246
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/dedicated-linux-openvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mknod /dev/net/tun c 10 200
chmod 0666 /dev/net/tun
```

Save the file by pressing `STRG+O`, followed by `Y` and finally press `Enter`. To exit the file press `CTRL+X`. After that run the following command:
Save the file by pressing `CTRL+O`, followed by `Y` and finally press `Enter`. To exit the file press `CTRL+X`. After that run the following command:

```
chmod +x /usr/sbin/tunscript.sh
Expand All @@ -41,7 +41,7 @@ chmod +x /usr/sbin/tunscript.sh
Once you have done this, run ``crontab -e`` and select the **nano editor** [1]. Add this line to the end of the file:
``` @reboot /usr/sbin/tunscript.sh || exit 1 ```

Save the file by pressing `STRG+O`, then `Y` and finally press `Enter`. To exit the file press `CTRL+X`. You should then be able to continue after a restart.
Save the file by pressing `CTRL+O`, then `Y` and finally press `Enter`. To exit the file press `CTRL+X`. You should then be able to continue after a restart.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/dedicated-windows-plesk.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Plesk is a comprehensive web hosting and server management platform that allows

## Establish a connection to the server

To install Plesk on the server, you first need to connect to it. How this works is explained in detail in our separate instructions: [RDP First Access](https://docs.zap-hosting.com/docs/en/vserver-windows-userdp/#-remotedesktopverbindung)
To install Plesk on the server, you first need to connect to it. How this works is explained in detail in our separate instructions: [Initial Access (RDP)](vserver-windows-userdp.md)

## Plesk Installer

Expand Down
2 changes: 1 addition & 1 deletion docs/minecraft-addop.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ As soon as the connection to the server has been established via FTP, you have t

![](https://screensaver01.zap-hosting.com/index.php/s/TTeL8WqnQfrdEDq/preview)

Now the value of "level" must be set to the desired level for the desired player, whereupon the file must be saved with **STRG+S**.
Now the value of "level" must be set to the desired level for the desired player, whereupon the file must be saved with **CTRL+S**.

![](https://screensaver01.zap-hosting.com/index.php/s/WKQkAR3oALsSNAc/preview)

Expand Down
2 changes: 1 addition & 1 deletion docs/minecraft-default-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Commands can be executed from anywhere in the console using RCON. A password is

### op-permission-level

The standard OP level can be specified here, which should be assigned to a new operator at the beginning. The respective level and the individual allocation per player is [here](https://docs.zap-hosting.com/docs/en/minecraft-addop.md/) described in more detail by us.
The standard OP level can be specified here, which should be assigned to a new operator at the beginning. The respective level and the individual allocation per player is [here](minecraft-addop.md) described in more detail by us.

### enable-query

Expand Down
4 changes: 2 additions & 2 deletions docs/vserver-linux-openvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mknod /dev/net/tun c 10 200
chmod 0666 /dev/net/tun
```

Save the file by pressing `STRG+O`, followed by `Y` and finally press `Enter`. To exit the file press `CTRL+X`. After that run the following command:
Save the file by pressing `CTRL+O`, followed by `Y` and finally press `Enter`. To exit the file press `CTRL+X`. After that run the following command:

```
chmod +x /usr/sbin/tunscript.sh
Expand All @@ -41,7 +41,7 @@ chmod +x /usr/sbin/tunscript.sh
Once you have done this, run ``crontab -e`` and select the **nano editor** [1]. Add this line to the end of the file:
``` @reboot /usr/sbin/tunscript.sh || exit 1 ```

Save the file by pressing `STRG+O`, then `Y` and finally press `Enter`. To exit the file press `CTRL+X`. You should then be able to continue after a restart.
Save the file by pressing `CTRL+O`, then `Y` and finally press `Enter`. To exit the file press `CTRL+X`. You should then be able to continue after a restart.

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plesk ist eine umfassende Webhosting- und Servermanagement-Plattform, die es Ben
## Verbindung zum Server herstellen

Um Plesk auf dem Server zu installieren, musst du dich erstmal mit diesen verbinden.
Wie das geht, ist hier in unserer separaten Anleitung ausführlich erläutert: [RDP Erstzugriff](https://docs.zap-hosting.com/docs/de/vserver-windows-userdp/#-remotedesktopverbindung)
Wie das geht, ist hier in unserer separaten Anleitung ausführlich erläutert: [RDP Erstzugriff](vserver-windows-userdp.md)

## Plesk Installer

Expand Down

0 comments on commit cbac246

Please sign in to comment.