From b900a333a92e1e44add70cdd9efbc97bc31e9cf1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 9 Sep 2022 02:27:59 -0400 Subject: [PATCH] Fix command again Signed-off-by: Tommy --- content/os/NetworkManager Trackability Reduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/NetworkManager Trackability Reduction.md b/content/os/NetworkManager Trackability Reduction.md index 557eb05..e42bf56 100644 --- a/content/os/NetworkManager Trackability Reduction.md +++ b/content/os/NetworkManager Trackability Reduction.md @@ -114,7 +114,7 @@ hostname-mode=none This will prevent NetworkManager from setting transient hostnames that may be provided by some DHCP servers. This will have no visible effect except with an empty static hostname. -After editing the file, run `sudo nmcli general reload conf` to apply the new configuration. Run `sudo hostnamectl --transient hostname` to reset the transient hostname. +After editing the file, run `sudo nmcli general reload conf` to apply the new configuration. Run `sudo hostnamectl --transient hostname ""` to reset the transient hostname. ---