博客
分类
标签
归档
友链
关于
博客
分类
标签
归档
友链
关于
Out-Degree++
出度++
博客
在Alpine中运行阿里云 aliyun-cli 报错 -ash: ./aliyun: not found
是因为缺少依赖导致的,手动安装即可:
1
apk add --no-cache libc6-compat musl
2022-08-04
Linux
阅读全文
PVE中 LXC Alpine 简单体验
换源https://mirrors.tuna.tsinghua.edu.cn/help/alpine/ 12sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories 更改时区1234567891011121314151617181920LXC-netwo...
2022-06-15
Linux
阅读全文