Linux - Ubuntu配置终端支持中文
安装语言包sudo apt-updatesudo apt-get install language-pack-zh-hans设置区域为中国sudo update-locale LANG=zh_CN.UTF-8
安装语言包sudo apt-updatesudo apt-get install language-pack-zh-hans设置区域为中国sudo update-locale LANG=zh_CN.UTF-8
watch命令watch -n .1 command表示每 0.1 秒 执行 command监控 cpu 频率查看 cpu 频率grep \"^[c]pu MHz\" /proc/cpuinfo监控watch -n .1 'grep \"^[c]pu MHz\
压缩分辨率将原本 19201080 的视频压缩至 1280720ffmpeg -i ./whole-src-img.mp4 -vf scale=1280:720 ./whole-src-img2.mp4播放 pcm 文件ffplay -f s16le -ar 8k -ac 1 test.pcm参数说
按时间查询日志journalctl --since "2015-06-26 23:15:00" --until "2015-06-26 23:20:00"
排序需要使用到 sort sort -r, --reverse: 降序,不指定默认是升序 -h, ---human-numeric-sort: 以人类可读方式展示 (如: 2K 1G) -M, --month-sort:
使用 优先队这个需要使用到优先队列, 这是支持设置优先级的队列, 官网文档 提到, 在声明队列时, 设置 ("x-max-priority", 10)历史消息曾也是高优先级如何与新消息区分在消息属性中设置 时间戳, 并且设置一个新消息阈值, 超过这个时间就是历史消息, 这样,
安装语言包sudo apt-updatesudo apt-get install language-pack-zh-hans设置区域为中国sudo update-locale LANG=zh_CN.UTF-8
ls -l1v ./
sed -i 's/old-text/new-text/g' input.txt
FROM reg-ai.chehejia.com/system/ubuntu:22.04RUN printf "\deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted\n\deb http://mirrors.aliyun.