7 lines
199 B
Markdown
7 lines
199 B
Markdown
# 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
|
|
``` |