使用 aptitude 替代 apt-get

aptitude 是一个功能强大的包管理工具,它在处理依赖问题时比 apt-get 更为优秀。使用 aptitude 可以更精细地处理依赖冲突。sudo aptitude install package-name

ffmpeg提高mp4视频音量

ffmpeg -i "input.mp4" -af volume=3 -vcodec copy "output.mp4"命令的详细解释:“ffmpeg”环境变量或ffmpeg.exe文件的具体路...

PHP 笔记

毫秒时间戳(int)(microtime(true)*1000); //毫秒时间戳file_get_contents 模拟 post$en = '{"q": "","sour...

AdGuard Home 显示客户端 IP 地址

使用 Nginx 反代时,客户端显示的是服务器的 IP 地址,可以通过以下设置显示为客户端的 IP 地址。location ^~ /dns-query { …… proxy_set_header X-Real-IP ...