From: FadeMind Date: Wed, 25 Nov 2015 17:50:02 +0000 (+0100) Subject: update Reloading hosts file instructions for Linux X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f1d8114499c2a0b84fbd2b83a1f060ef4c08c9fb;p=stevenblack-hosts.git update Reloading hosts file instructions for Linux --- diff --git a/readme_template.md b/readme_template.md index f472558e3..45310aa6a 100644 --- a/readme_template.md +++ b/readme_template.md @@ -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`