随笔分类 - Linux
摘要:## Installation ```bash # Docs: https://mirrors.ustc.edu.cn/help/brew.git.html#homebrew-linuxbrew sudo apt-get install --no-install-recommends --yes g
阅读全文
摘要:```bash # change the mirror of apt cat > /etc/apt/sources.list ``` ```bash sudo apt-get install --no-install-recommends --yes zsh ```
阅读全文
摘要:```vimscript set cursorline set number ```
阅读全文
摘要:转换格式 ffmpeg -i <input.filename> -c copy <output.filename> 按帧转换成图片 ffmpeg -i <input.filename> -r [frame] -f image2 image-%03d.jpg 输出单视频流单音频流 ffmpeg -i
阅读全文
摘要:Linux # install Go brew install go # set go mirror export GOPROXY=https://proxy.golang.com.cn,direct macOS # install Go brew install go # set go mirro
阅读全文
摘要:Ubuntu 20.04 # https://developer.aliyun.com/mirror/ubuntu # backup cp /etc/apt/sources.list /etc/apt/sources.list.bak # install ca-certificates apt in
阅读全文
摘要:阿里巴巴 腾讯 华为 清华大学 中国科技大学 上海交通大学 南京大学 南方科技大学 浙江大学
阅读全文
摘要:Installation pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
阅读全文

浙公网安备 33010602011771号