From 585c0595fdc7f1d9374c2b2886b7175c2982b4f8 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 07:33:19 -0300 Subject: [PATCH] Atualizar o README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ad64d..213a082 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ In order to fix this, you will need to add a custom udev rule in your system, so To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot might be required) -If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste in the terminal then press Ctrl + X to save the file. +If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste it in the terminal then press Ctrl + X to save the file. ### Webpage not reachable (Oracle VirtualBox) Shutdown your virtual machine (icon in the upper right corner). In VirtualBox's manager, click your image and open `Settings`. Under `Network` change `Attached to:` to `Bridged Adapter` and click `ok`. Start your virtual machine.