https://github.com/noraworld/sysctl-conf
https://github.com/noraworld/sysctl-conf
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noraworld/sysctl-conf
- Owner: noraworld
- Created: 2021-09-11T06:26:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T17:16:42.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:27:39.975Z (9 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sysctl-conf
sysctl config files.## Setup
```shell
cd sysctl-conf
sudo rm /etc/sysctl.conf
sudo rm -r /etc/sysctl.d
sudo ln -s $PWD/sysctl/sysctl.conf /etc
sudo ln -s $PWD/sysctl/sysctl.d /etc
```## Apply
```
sudo sysctl -p
sudo service procps restart
```