[root@localhost mysoft]# java -versionjava version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM)64-Bit Server VM (build 25.161-b12, mixed mode)
./configure --build编译平台 --host运行平台 --target目标平台
1. configure: error: cannot guess build type; you must specify one
解决办法:指定编译平台
./configure --buildarm 2. configure: error: Either a previously installed…
查看网络信息
一般会看到enp0s3的网络配置
ip address切换至网络配置路径
cd /etc/sysconfig/network-scripts/编辑配置
vi ifcfg-enp0s3 编辑配置
主要修改
静态ip:BOOTPROTOdhcp --> OOTPROTOstaticDNS(訪問外網):DNS1114.114.114.114本机ip: 192.168.70.121子网掩码…