liunx工具安装
2022年8月4日...小于 1 分钟
工具安装
linux下宝塔安装
git 安装
nginx 安装 ......
宝塔安装
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
git 安装
#安装
yum -y install git
#卸载
yum -y remove git
#查看版本
git --version
mysql版本
mysql --version
nginx 安装
- 使用 yum 命令安装 Nginx
- 输入指令: yum install -y nginx
- 安装完成后, 启动 Nginx
- 输入指令: nginx
- 设置 Nginx 开机启动
systemctl enable nginx.service
- 重启
service nginx restart
Powered by Waline v3.3.2