本站提供的常用运维脚本(方便国内使用)#

Linux换源#

bash <(curl -sSL https://emohe.cn/mirrors.sh)

更换官方源

bash <(curl -sSL https://emohe.cn/mirrors.sh) --use-official-source true

一键安装Docker并配置镜像地址#

bash <(curl -sSL https://emohe.cn/docker.sh)

清华源安装脚本:

bash <(curl -sSL https://emohe.cn/install.sh) --mirror Tuna

Liunx系统修改root密码,并开启root用户登录。#

bash <(curl -sSL https://emohe.cn/root.sh)