diff options
author | Justus Perlwitz <hello@justus.pw> | 2024-07-20 21:43:25 +0900 |
---|---|---|
committer | Justus Perlwitz <hello@justus.pw> | 2024-07-20 22:03:12 +0900 |
commit | 8a286bb34122c450608669a650310dda04633594 (patch) | |
tree | 6e09e4879d02c6d9ec72cde796d1c82b0d2d6685 /README.md | |
parent | Document how to test NixOS build with QEMU (diff) | |
download | YubiKey-Guide-8a286bb34122c450608669a650310dda04633594.tar.gz |
Remove trailing whitespace in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2032,7 +2032,7 @@ sudo nft -f ./nftables.conf **Review the System State** -`NetworkManager` should be the only listening service on port 68/udp to obtain a DHCP lease (and 58/icmp6 if you have IPv6). +`NetworkManager` should be the only listening service on port 68/udp to obtain a DHCP lease (and 58/icmp6 if you have IPv6). If you want to look at every process's command line arguments you can use `ps axjf`. This prints a process tree which may have a large number of lines but should be easy to read on a live image or fresh install. @@ -2042,7 +2042,7 @@ ps axjf # List all processes in a process tree ps aux # BSD syntax, list all processes but no process tree ``` -If you find any additional processes listening on the network that aren't needed, take note and disable them with one of the following: +If you find any additional processes listening on the network that aren't needed, take note and disable them with one of the following: ```bash sudo systemctl stop <process-name> # Stops services managed by systemctl |