14 articles
Saturday, Nov 21, 2020
MinIO >MinIO是在Apache License v2下发布的与Amazon S3兼容的云存储服务器。作为对象存储,MinIO可以存储非结构化数据,例如照片,视频,日志文件,备份和容器映像。对象的最大大小为5TB MinIO支持商业订阅,类似于红帽系统的商业模式,不过MinIO提供免费的使用...
Wednesday, Apr 8, 2020
debian /ubuntu系统安装测速软件的方法 apt-get update && apt-get upgrade apt-get install speedtest-cli 在终端执行 speedtest-cli speedtest-cli 会自动拉取距离你最近数据中心的数据 https:/...
Wednesday, Apr 1, 2020
新安装的Debian 10,需要对安装源镜像地址进行修改 因为在国内,个人使用感觉163的源最快,最稳定。。。 备份系统的安装源地址,方便有需要时候恢复使用 mv /etc/apt/sources.list /etc/apt/sources.listback20200401 创建新的163源地址 ...
Monday, Mar 30, 2020
到MySQL官网下载apt安装源 https://dev.mysql.com/downloads/repo/apt/ wget https://repo.mysql.com//mysql-apt-config0.8.15-1all.deb apt install ./mysql-apt-config...