上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
摘要: Xtrabackup备份脚本🥌 xtrabackup全量备份脚本 [root@VM-16-10-centos ~]# vim mysql-full-backup.sh #!/bin/bash export MYSQL_HOME=/usr/local/Percona-Server-5.5.21-re 阅读全文
posted @ 2022-02-21 16:37 Noleaf 阅读(11) 评论(0) 推荐(0)
摘要: 离线部署MySQL5.6 一.部署依赖包 阿里云盘 1.卸载mariadb [root@localhost ~]# rpm -qa|grep mariadb // 查询出来已安装的mariadb [root@localhost ~]# rpm -e --nodeps 文件名 // 卸载mariadb 阅读全文
posted @ 2022-02-17 15:31 Noleaf 阅读(185) 评论(0) 推荐(0)
摘要: 部署confluence 1.准备工作 Linux:安装MySQL,confluence windows:安装jdk,破解工具 2.下载安装 下载破解包:https://306t.com/file/15323800-217465309 JDK部署 MySQL5.7部署 MySQL配置: create 阅读全文
posted @ 2021-11-03 16:08 Noleaf 阅读(248) 评论(0) 推荐(0)
摘要: nginx编译新模块 1.查看当前nginx编译模块 [root@iZ2zehdwq9kcuuz64a2m22Z ~]# nginx -V nginx version: nginx/1.16.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 阅读全文
posted @ 2021-11-02 11:09 Noleaf 阅读(280) 评论(0) 推荐(0)
摘要: nginx平滑升级及回滚 1.查看当前nginx版本 [root@iZ2zehdwq9kcuuz64a2m21Z ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.16.1 built by gcc 4.8.5 20150623 (R 阅读全文
posted @ 2021-11-02 10:45 Noleaf 阅读(170) 评论(0) 推荐(0)
摘要: redis安装 1.下载源码包 wget http://download.redis.io/releases/redis-4.0.11.tar.gz 2.解压安装 tar zxvf redis-4.0.11.tar.gz -C /usr/local cd /usr/local/redis-4.0.1 阅读全文
posted @ 2021-10-31 17:28 Noleaf 阅读(129) 评论(0) 推荐(0)
摘要: memcached1.6源码安装 1.下载memcached和libevent memcached安装依赖libevent,所以需要先安装libevent https://libevent.org/ https://www.memcached.org/ [root@localhost ~]# wge 阅读全文
posted @ 2021-10-31 16:33 Noleaf 阅读(163) 评论(0) 推荐(0)
摘要: Harbor部署 官网:https://github.com/goharbor/harbor/releases 1.下载harbor离线包 wget https://storage.googleapis.com/harbor-releases/release-1.9.0/harbor-offline 阅读全文
posted @ 2021-10-29 16:30 Noleaf 阅读(223) 评论(0) 推荐(0)
摘要: Maven源码部署 1.下载源码 wget https://repo.huaweicloud.com/apache/maven/maven-3/3.8.0/binaries/apache-maven-3.8.0-bin.tar.gz 2.解压部署 tar -xvf apache-maven-3.8. 阅读全文
posted @ 2021-10-28 16:58 Noleaf 阅读(157) 评论(0) 推荐(0)
摘要: tomcat单机多实例部署 1.tomcat单机多实例配置 以单实例为基础 https://www.cnblogs.com/haoee/p/13395551.html wget https://repo.huaweicloud.com/apache/tomcat/tomcat-8/v8.5.70/b 阅读全文
posted @ 2021-10-28 16:36 Noleaf 阅读(68) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页