convert .mkv to .webm
https://emacs.ch/@skybert/110315637030153305
ffmpeg -i foo.mkv -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis foo.webm
技术
Password
https://rot256.dev/post/pass/ pass 软件的安全风险
如何选择密码管理软件的讨论 https://news.ycombinator.com/item?id=35845612
Pandoc https://pandoc.org/
pandoc -f markdown -t org -o output_file.org input_file.md
Docker
Docker Hub mirror
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["..."]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
Git
科学上网
Emacs/Vim
GNU Make
CMake
LaTex – 写文章
修图
- 裁剪圆形图片
- https://imagestool.com/ (旧版本 https://renzhezhilu.github.io/webp2jpg-online/ )
- 用 Inkscape 将 png 转成 svg
- Imagemagick png to svg
magick convert input.png -transparent white -background white -flatten output.svg
Misc
- [google webfonts helper](https://google-webfonts-helper.herokuapp.com/fonts)
- 为去不同的国家准备 SIM 卡 https://prepaid-data-sim-card.fandom.com/wiki/Prepaid_SIM_with_data
音乐
代码共享
https://github.com/screego/server
很不错的软件,可以实时和别人交流所写的代码。