Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 309 Bytes

File metadata and controls

14 lines (12 loc) · 309 Bytes

history + cut

history | grep 'minikube\|kubectl' | cut -c 8- | uniq -u | grep -v history

resize images

for FILE in *.png; do ffmpeg -i $FILE -vf scale=1000:-1 "$FILE"_1000.png; done

macos power chime

defaults write com.apple.PowerChime ChimeOnNoHardware -bool true;killall PowerChime