摘要:
/etc/profile export JAVA_HOME= export PATH=$PATH:$JAVA_HOME/bin export CLASSPATH=.:$JAVA_HOME/lib 阅读全文
posted @ 2020-06-22 00:58
阿布都日
阅读(1340)
评论(0)
推荐(0)
摘要:
tar -zxvf jdk-14.0.1_linux-x64_bin.tar.gz -C /opt/module/ 阅读全文
posted @ 2020-06-22 00:42
阿布都日
阅读(74)
评论(0)
推荐(0)
摘要:
sudo chown example:example /module 阅读全文
posted @ 2020-06-22 00:33
阿布都日
阅读(79)
评论(0)
推荐(0)
摘要:
useradd example passwd example #example配置root权限(/etc/soduers) 阅读全文
posted @ 2020-06-22 00:28
阿布都日
阅读(142)
评论(0)
推荐(0)
摘要:
MAC地址(/sys/class/net/enp0s3/address) 修改网卡配置(/etc/sysconfig/network-script/ifcfg-eth0) DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:0 阅读全文
posted @ 2020-06-22 00:16
阿布都日
阅读(101)
评论(0)
推荐(0)