From 6cf3601b3cea1bf9b53d5866f47f526853908d9a Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 10 Aug 2024 00:34:06 +0200 Subject: [PATCH] Add Debian/README.md --- Debian/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Debian/README.md diff --git a/Debian/README.md b/Debian/README.md new file mode 100644 index 0000000..6e53eea --- /dev/null +++ b/Debian/README.md @@ -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 +``` \ No newline at end of file