会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
newhappy98
impossible's Blog
博客园
首页
新随笔
订阅
管理
2023年10月9日
Alpine Linux 修改源
摘要: Backup cp -a /etc/apk/repositories /etc/apk/repositories.bak Write in cat > /etc/apk/repositories << EOF https://repo.huaweicloud.com/alpine/v3.18/mai
阅读全文
posted @ 2023-10-09 15:11 Arkx86
阅读(164)
评论(0)
推荐(0)
2023年10月8日
Database
摘要: Usage cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/_/mysql # Port: 3306 5433 version: "3" services: mysql: image: mysql:8 environment: -
阅读全文
posted @ 2023-10-08 05:10 Arkx86
阅读(55)
评论(0)
推荐(0)
2023年6月26日
GoPeed
摘要: ## Docker ```bash docker run -d -p 9999:9999 -v /path/to/download:/download liwei2633/gopeed ``` ## Docker Compose ```bash cat > docker-compose.yml <<
阅读全文
posted @ 2023-06-26 23:34 Arkx86
阅读(187)
评论(0)
推荐(0)
2023年6月24日
Homebrew
摘要: ## 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)
code-server
摘要: ## 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 install on Debian 10
摘要: # 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
阅读(98)
评论(0)
推荐(0)
Debian 10 初始化设置
摘要: ```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
阅读(46)
评论(0)
推荐(0)
2023年6月3日
Typesense
摘要: ## Usage ```bash cat > docker-compose.yml --enable-cors' network_mode: host restart: always volumes: - $PWD/typesense/data/:/data/ EOF # is the passwo
阅读全文
posted @ 2023-06-03 16:59 Arkx86
阅读(67)
评论(0)
推荐(0)
Meilisearch
摘要: ## Usage ```bash cat > docker-compose.yml network_mode: host restart: always volumes: - $PWD/meilisearch/data/:/meili_data/ EOF # ``` ## Start ```bash
阅读全文
posted @ 2023-06-03 11:48 Arkx86
阅读(168)
评论(0)
推荐(0)
2023年5月27日
StreamLink
摘要: ## Usage ```bash cat > docker-compose.yml <<-'EOF' # https://hub.docker.com/r/chigusa/bililive-go # Port: 7150 version: "3" services: streamlink: imag
阅读全文
posted @ 2023-05-27 12:58 Arkx86
阅读(87)
评论(0)
推荐(0)
下一页