Skip to content

Instantly share code, notes, and snippets.

@rorar
rorar / HToggler.su
Last active October 16, 2024 20:38 — forked from samueljon/toggleHT.sh
Disable / Enable HyperThreading cores on runtime | CPU config backup and restore | simple CPU Mitigation Check that prevents HT | For Linux 🐧
#!/bin/bash
# ------------------------------------------------------------------------
# Usage Instructions:
# To download and use this script, follow these steps:
# wget http://example.com/HToggler.su -O HToggler.su
# chmod +x HToggler.su
# sudo ./HToggler.su
# ------------------------------------------------------------------------