07 2020 档案

摘要:CentOS 7 默认的防火墙是firewall 关闭firewall使用iptables: 关闭firewall: [root@localhost ~]# systemctl stop firewalld.service //停止firewall [root@localhost ~]# syste 阅读全文
posted @ 2020-07-31 09:37 Noleaf 阅读(180) 评论(0) 推荐(0)
摘要:在DNS服务器上: 1.安装bind: [root@localhost ~]# yum -y install bind bind-utils 查看配置文件: [root@localhost ~]# rpm -ql bind | grep etc /etc/logrotate.d/named/etc/ 阅读全文
posted @ 2020-07-29 16:10 Noleaf 阅读(262) 评论(0) 推荐(0)
摘要:源码安装MySQL5.7 1.安装依赖: # yum -y install ncurses ncurses-devel openssl-devel bison gcc gcc-c++ make cmake 下载MySQL: wget https://repo.huaweicloud.com/mysq 阅读全文
posted @ 2020-07-29 13:52 Noleaf 阅读(704) 评论(0) 推荐(0)
摘要:CentOS7部署tomcat8 1.官网下载 下载二进制包,源码包不完整 [root@localhost ~]# wget https://repo.huaweicloud.com/apache/tomcat/tomcat-8/v8.5.70/bin/apache-tomcat-8.5.70.ta 阅读全文
posted @ 2020-07-29 10:17 Noleaf 阅读(136) 评论(0) 推荐(0)
摘要:CentOS7源码安装JDK8☘️ 1.下载jdk Java 版本支持路线图 Java 9、Java 10、Java 12、Java 13、Java 14、Java 15 和 Java 16 均为短期版本,建议不要使用以上版本。 官网下载 如有旧版本请先卸载openjdk: [root@localh 阅读全文
posted @ 2020-07-29 10:06 Noleaf 阅读(170) 评论(0) 推荐(0)
摘要:源码安装Git🍄 git官网下载最新版本GIT: https://mirrors.edge.kernel.org/pub/software/scm/git/ [root@localhost ~]# wget https://mirrors.edge.kernel.org/pub/software/ 阅读全文
posted @ 2020-07-29 09:58 Noleaf 阅读(222) 评论(0) 推荐(0)
摘要:Jenkins发布服务端配置 项目Git分支:http://192.168.1.184/dyexpress/diyi.butlerapp.git 使用分支:test 主项目csproj文件位置:http://192.168.1.184/dyexpress/diyi.butlerapp/blob/te 阅读全文
posted @ 2020-07-27 15:30 Noleaf 阅读(251) 评论(0) 推荐(0)