摘要: 1.下载 https://www.oracle.com/java/technologies/downloads/#java8 2.创建java文件夹(usr-local)赋予高权限 chmod 777 java 3.解压文件 tar -zvxf jdk-linux-x64.tar.gz 4.配置环境 阅读全文
posted @ 2022-07-28 14:34 Dabo丶 阅读(37) 评论(0) 推荐(0) 编辑
摘要: linux开放端口的两种方法(选其一): Linux命令: 开发端口 /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT 保存 /etc/rc.d/init.d/iptables save 重启 /etc/init.d/iptables res 阅读全文
posted @ 2022-07-28 14:34 Dabo丶 阅读(915) 评论(0) 推荐(0) 编辑