From ddc8b6cc08986a4f04f3667ba88ff333b7ab1e36 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Tue, 12 Feb 2019 11:07:34 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fbc8f8..20eed15 100644 --- a/README.md +++ b/README.md @@ -1050,7 +1050,7 @@ I won't provide [For the lazy](#Editing-Configuration-Files---For-The-Lazy) code Example: ``` bash - sudo sysctl -w kernel.exec-shield=1 + sudo sysctl -w kernel.ctrl-alt-del=0 ``` **Note**: There are no spaces in `key=value`, including before and after the space. @@ -1059,10 +1059,10 @@ I won't provide [For the lazy](#Editing-Configuration-Files---For-The-Lazy) code ``` bash $ sudo cat /etc/sysctl.conf - kernel.exec-shield = 1 + kernel.ctrl-alt-del = 0 fs.file-max = 65535 ... - kernel.ctrl-alt-del = 0 + kernel.sysrq = 0 ``` 1. After updating the file you can reload the settings or reboot. To reload: