From 3ad64e3e2bc0b3464b47c7b138f8ed86832d0870 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 7 Jul 2020 00:35:24 +0200 Subject: [PATCH] Remove offending sidekick Could you please don't judge people, because they have a different opinion on a technical topic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac77385..5aaa857 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ On modern Linux systems, you can disable privileged ports like this: sudo sysctl -w net.ipv4.ip_unprivileged_port_start=0 ``` -Or, if you want to cling to ancient historic relics like a conservative to a racist statue, ensure your Node process has the right to bind to so-called “privileged” ports by issuing the following command before use: +Or ensure your Node process has the right to bind to so-called “privileged” ports by issuing the following command before use: ```sh sudo setcap cap_net_bind_service=+ep $(which node)