随笔分类 -  Linux

摘要:## Installation ```bash # Docs: https://mirrors.ustc.edu.cn/help/brew.git.html#homebrew-linuxbrew sudo apt-get install --no-install-recommends --yes g 阅读全文
posted @ 2023-06-24 09:32 Arkx86 阅读(216) 评论(0) 推荐(0)
摘要:```bash # change the mirror of apt cat > /etc/apt/sources.list ``` ```bash sudo apt-get install --no-install-recommends --yes zsh ``` 阅读全文
posted @ 2023-06-24 07:00 Arkx86 阅读(53) 评论(0) 推荐(0)
摘要:```vimscript set cursorline set number ``` 阅读全文
posted @ 2023-05-17 22:03 Arkx86 阅读(15) 评论(0) 推荐(0)
摘要:转换格式 ffmpeg -i <input.filename> -c copy <output.filename> 按帧转换成图片 ffmpeg -i <input.filename> -r [frame] -f image2 image-%03d.jpg 输出单视频流单音频流 ffmpeg -i 阅读全文
posted @ 2023-05-12 17:01 Arkx86 阅读(314) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2023-05-12 02:50 Arkx86 阅读(13) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2023-05-12 02:47 Arkx86 阅读(17) 评论(0) 推荐(0)
摘要:阿里巴巴 腾讯 华为 清华大学 中国科技大学 上海交通大学 南京大学 南方科技大学 浙江大学 阅读全文
posted @ 2023-05-02 05:11 Arkx86 阅读(14) 评论(0) 推荐(0)
摘要:Installation pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 阅读全文
posted @ 2023-05-02 05:02 Arkx86 阅读(28) 评论(0) 推荐(0)
摘要:lsof -i:[port] 阅读全文
posted @ 2022-11-29 09:37 Arkx86 阅读(19) 评论(0) 推荐(0)
摘要:adduser [username] 阅读全文
posted @ 2022-11-29 08:22 Arkx86 阅读(132) 评论(0) 推荐(0)