Skip to content

Instantly share code, notes, and snippets.

@olpia
olpia / macOS_Speed_Over_Beauty.sh
Last active February 11, 2026 09:57
macOS Speed Over Beauty
# --- INTERFACE & SYSTEM ---
# Disable transparency (Forces the high-performance "Tinted" mode)
defaults write com.apple.universalaccess reduceTransparency -bool true
# Disable window tinting based on desktop wallpaper
defaults write -g AppleReduceDesktopTinting -bool true
# Disable window opening and closing animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
@olpia
olpia / k8s_debug_pod.sh
Last active February 11, 2026 09:57
k8s debug pod
kubectl run debug --rm -it --image nicolaka/netshoot -- bash