Skip to content

Instantly share code, notes, and snippets.

View jglenn9k's full-sized avatar

James Glenn jglenn9k

View GitHub Profile
tr -dc '[:alnum:]' < /dev/urandom | fold -w 15 | head -n 1
@samueljon
samueljon / toggleHT.sh
Last active February 10, 2026 07:07
Disable / Enable HyperThreading cores on runtime - linux
#!/bin/bash
HYPERTHREADING=1
TABLE_VIEW=0 # Default to list view
AUTO_MODE=0 # Automatic enable/disable without prompt
# Color codes
BOLD='\033[1m'
GREEN='\033[0;32m'
RED='\033[0;31m'