Tianhe Gao

工具

convert .mkv to .webm

https://emacs.ch/@skybert/110315637030153305

1ffmpeg -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/

1pandoc -f markdown -t org -o output_file.org input_file.md

Docker

Docker Hub mirror

Docker Hub 镜像加速器

1sudo mkdir -p /etc/docker
2sudo tee /etc/docker/daemon.json <<-'EOF'
3{
4  "registry-mirrors": ["..."]
5}
6EOF
7sudo systemctl daemon-reload
8sudo systemctl restart docker

科学上网

Emacs/Vim

GNU Make

CMake

LaTex – 写文章

修图

1magick convert input.png -transparent white -background white -flatten output.svg

代码共享

https://github.com/screego/server

很不错的软件,可以实时和别人交流所写的代码。


No notes link to this note

Welcome to tell me your thoughts via "email"
UP