Add Debian/README.md

This commit is contained in:
b.waal 2024-08-10 00:34:06 +02:00
parent 3884d3e2cf
commit 6cf3601b3c

7
Debian/README.md Normal file
View File

@ -0,0 +1,7 @@
# Debian Snippets
## CPU Governor:
```
wget https://git.ictcorpnet.com/b.waal/Snippets/raw/branch/main/Debian/CPU%20Governor/setup.sh -O /tmp/cpu_governor-setup.sh
bash cpu_governor-setup.sh
```