docs(readme): add demo gif

This commit is contained in:
Orhun Parmaksız 2022-03-08 01:05:33 +03:00
parent c0ed57576d
commit 6e2e477c61
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
**systeroid** is implemented using [procfs](https://en.wikipedia.org/wiki/Procfs) which is the virtual file system that is typically mapped to a mount point named `/proc` at boot time. This means checking the value of some kernel parameter requires opening a file in this virtual filesystem, reading its contents, parsing them, and closing the file. In Linux, these dynamically configurable kernel options are available under `/proc/sys` which contains directories representing the sections of the kernel and readable/writable virtual files. For example, to enable/disable IP forwarding, `1` or `0` could be written in `/proc/sys/net/ipv4/ip_forward` or `systeroid ip_forward=1` command can be used to change the value of the parameter.
![Demo](img/systeroid-demo.gif)
<details>
<summary>Table of Contents</summary>

BIN
img/systeroid-demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB