Skip to content

Instantly share code, notes, and snippets.

@wulingyun
wulingyun / testCPU.sh
Created November 29, 2021 10:12
Linux CPU Testing
time echo "scale=5000; 4*a(1)" | bc -l -q
@wulingyun
wulingyun / cleanMacMenu.sh
Created January 12, 2022 06:54
Clean the Open With menu in macOS
cd /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support
./lsregister -kill -r -all local, system, user; killall Dock;