随笔分类 -  Shell

摘要:适应操作系统:CentOS 7 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) nginx_install.sh脚本内容 #!/bin/bash # nginx安装包链接 nginx_u 阅读全文
posted @ 2021-09-02 16:21 神奇二进制 阅读(2774) 评论(0) 推荐(0) 编辑
摘要:准备工作 MySQL 该版本下载地址: https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.30-linux-glibc2.12-x86_64.tar.gz mysql_install-v1.0.sh脚本如下: #!/bin/ba 阅读全文
posted @ 2021-07-16 11:31 神奇二进制 阅读(4915) 评论(1) 推荐(0) 编辑