会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
醒醒和等等
首页
订阅
管理
2023年9月16日
服务器部署-必要软件安装
摘要:
centos7初始化脚本 #!/bin/bash # init centos7 ./centos7-init.sh 主机名 # 检查是否为root用户,脚本必须在root权限下运行 if [[ "$(whoami)" != "root" ]]; then echo "please run this
阅读全文
posted @ 2023-09-16 11:11 leepandar
阅读(41)
评论(0)
推荐(0)
编辑