update Reloading hosts file instructions for Linux
authorFadeMind <redacted>
Wed, 25 Nov 2015 17:50:02 +0000 (18:50 +0100)
committerFadeMind <redacted>
Wed, 25 Nov 2015 17:50:02 +0000 (18:50 +0100)
readme_template.md

index f472558e3b76752478af2cd9218ad1775c3d322d..45310aa6a087361e707e6d3a9d6509cd489de6ee 100644 (file)
@@ -101,10 +101,12 @@ and run:
 `ipconfig /flushdns`
 
 ### Linux
-Open a Terminal and run:
+Open a Terminal and run with root privileges:
+
+**Debian/Ubuntu** `sudo /etc/rc.d/init.d/nscd restart`
 
-`/etc/rc.d/init.d/nscd restart`
+**Linux with systemd**: `sudo systemctl restart network.service`
 
-**Linux with systemd**: systemctl restart network.service
+**Fedora Linux**: `sudo systemctl restart NetworkManager.service`
 
-**Fedora Linux**: systemctl restart NetworkManager.service
+**Arch Linux/Manjaro**: `sudo systemctl restart NetworkManager.service`
git clone https://git.99rst.org/PROJECT