★ 安装
yum install nfs-utils rpcbind
apt install nfs-kernel-server rpcbind
systemctl enable nfs-server
★ 配置文件
[/etc/exports.d/...
阅读全文...
docker 镜像推送脚本
脚本
https://github.xyh.moe:8888/xian.yuheng/docker-push
#! /bin/bash
# 禁止 ^C 显示
if [ -t 0 ]; then
stty -echoctl
#stty echoc...
阅读全文...
阅读全文...