摘要: ## 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 阅读(211) 评论(0) 推荐(0)
摘要: ## Docker ```bash ``` ## Docker Compose ```bash cat > docker-compose.yml <<-'EOF' # Docs: https://hub.docker.com/r/linuxserver/code-server # Port: 844 阅读全文
posted @ 2023-06-24 08:35 Arkx86 阅读(68) 评论(0) 推荐(0)
摘要: # Docker ## Installation ```bash # Debian 10 (Buster) # Docs: https://docs.docker.com/engine/install/debian/ apt-get install \ --no-install-recommends 阅读全文
posted @ 2023-06-24 07:56 Arkx86 阅读(99) 评论(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 阅读(48) 评论(0) 推荐(0)