文章
笔记
灭菌指南
Mac 定时开机
查看计划
pmset -g sched设置每天下午18时开机
sudo pmset repeat poweron MTWRFSU 18:00:00取消所有计划
sudo pmset repeat canceladb 电池
终端窗口 adb shell dumpsys battery终端窗口 adb -s 192.168.2.122:33873 shell dumpsys battery目录下mp4,提高15分贝
find . -maxdepth 1 -type f -name "*.mp4" ! -name "*_up.mp4" ! -name "._*" | while read -r file; doffmpeg -nostdin -i "$file" -filter:a "volume=15dB" -c:v copy "${file%.*}_up.mp4"done
