sudo launchctl stop org.cups.cupsd sudo rm /etc/cups/cupsd.conf sudo cp /etc/cups/cupsd.conf.default /etc/cups/cupsd.conf sudo rm /etc/cups/printers.conf sudo launchctl start org.cups.cupsd
mac : Finder Preview Thumbnail not show Hint
killall com.apple.quicklook.ThumbnailsAgent killall Finder
mac : disable adobe genuine service Hint
rm -Rf /Library/Application Support/Adobe/AdobeGCClient
mac : cpu Thermal monitor - command line
sudo powermetrics sudo powermetrics --samplers smc **** SMC sensors **** CPU Thermal level: 0 GPU Thermal level: 22 IO Thermal level: 22 Fan: 498.836 rpm CPU die temperature: 55.23 C GPU die temperature: 77.00 C CPU Plimit: 0.00 GPU Plimit (Int): 0.00 GPU3 Plimit (Ext2): 0.00
mac : commad line : RemoteManagement kickstart
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users admin -privs -all -restart -agent -menu
mac : ms office updater disable Hint
launchctl print gui/$(id -u) | grep microsoftlaunchctl disable gui/$(id -u)/com.microsoft.update.agent launchctl print-disabled gui/$(id -u) | grep microsoft launchctl stop com.microsoft.update.agent launchctl remove com.microsoft.update.agent sudo launchctl stop com.microsoft.update.agent sudo launchctl remove com.microsoft.update.agent sudo launchctl stop com.microsoft.autoupdate.helper sudo launchctl remove com.microsoft.autoupdate.helper
Mac : convert fig animation to pngs Hint
making gif animation $ convert *.png test.gif split gif animation $ convert 'test.gif[0-10]' test%03d.png
mac : tts lame ffmpeg : aiff m4a mp3 convert Hint
say -v Yuna -o filename.aiff -f filename.txt -r 200 lame filename.aiff filename.mp3 ffmpeg filename.mp3 -i filename.m4a -codec:a libmp3lame -qscale:a 1
mac : finder show hidden files
$ defaults write com.apple.Finder AppleShowAllFiles true $ killall Finder
mac : burn boot iso by command Hint
hdiutil burn /Users/owl/Downloads/CentOS-Stream-x86_64-dvd1.iso