摘要:
一、安装环境 虚拟机:银河麒麟V10 posgresql版本:postgresql-13.1 下载postgresql最新版:http://www.postgresql.org/ftp/source/ 二、使用make方法安装posgresql 1、首先下载源码postgres: [root@loc 阅读全文
摘要:
一、Kylin系统查看firewalld状态 systemctl status firewalld(或者:systemctl status firewalld.service,或者:systemctl is-active firewalld)active(running):表示防火墙已经开启。 二、 阅读全文
摘要:
1、下载安装包apache-tomcat-9.0.33.tar.gz 2、创建安装路径: 进入安装路径:[root@localhost ~]# cd /opt 创建目录:[root@localhost opt]# mkdir tomcat 把安装包apache-tomcat-9.0.33.tar.g 阅读全文