Category: Docker

May 7, 2023

convert a MOV file to an MP3 audio file using FFmpeg

The command to convert a MOV file to an MP3 audio file using FFmpeg is `ffmpeg -i input.mov -vn -acodec libmp3lame -qscale:a 2 output.mp3`, which specifies input, disables video, sets audio codec and quality, and names the output file.

Read more
May 7, 2023

MAC m4v 转 mp3 的软件

推荐使用Leawo Video Converter或Any Video Converter软件将MAC上的m4v格式视频转换为mp3音频,支持多种格式和批量转换功能,可从官网或应用商店下载。

Read more
May 7, 2023

docker 文件把 inode 占满了怎么办呐

解决/var/lib/docker/overlay2下大量文件占用inode导致磁盘空间不足的问题,可以尝试清理不必要的容器和镜像、优化Docker存储配置、升级Docker版本或手动清理Overlay2存储。

Read more
May 7, 2023

Google voice 可以免费给其他国家发送短信吗?

Google Voice 允许向国外发送短信,但费用因目标国家而异,需登录账户查看具体信息。

Read more
May 7, 2023

Slack 宣布整合 ChatGPT

Slack 推出 Slack GPT,集成多种语言模型,提升辅助写作和自动化流程能力,增强客户数据掌控和创新竞争力。

Read more
PreviousNext