https://github.com/chansuke/parse_sysctl
https://github.com/chansuke/parse_sysctl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chansuke/parse_sysctl
- Owner: chansuke
- Created: 2024-07-13T14:52:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T15:38:15.000Z (4 months ago)
- Last Synced: 2026-02-13T00:04:59.580Z (4 months ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# parse_sysctl


This is a simple Rust script to parse the `sysctl.conf` file.
## Usage
Just run the following command:
```bash
cargo run
```
You will see the parsed output of the `sysctl.conf` file.
## Prerequisites
You need to have Rust installed on your system.
If you don't have it, you can install it by following the instructions [here](https://www.rust-lang.org/tools/install).