Update README.md

This commit is contained in:
IMTheNachoMan
2019-02-12 11:07:34 -05:00
committed by GitHub
parent 7319a19de8
commit ddc8b6cc08

View File

@@ -1050,7 +1050,7 @@ I won't provide [For the lazy](#Editing-Configuration-Files---For-The-Lazy) code
Example: Example:
``` bash ``` 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. **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 ``` bash
$ sudo cat /etc/sysctl.conf $ sudo cat /etc/sysctl.conf
kernel.exec-shield = 1 kernel.ctrl-alt-del = 0
fs.file-max = 65535 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: 1. After updating the file you can reload the settings or reboot. To reload: