style(readme): resize demo gif

This commit is contained in:
Orhun Parmaksız 2022-03-08 01:13:44 +03:00
parent 6e2e477c61
commit 66cd215e74
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -34,7 +34,9 @@
**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)
<a href="img/systeroid-demo.gif">
<img src="img/systeroid-demo.gif" width="800">
</a>
<details>
<summary>Table of Contents</summary>