摘要: [root@localhost ~]# cat install_docker.sh #!/bin/bash # #******************************************************************** #Author: Gexuchuan #**** 阅读全文
posted @ 2022-03-29 21:01 gg888666 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 取ip [root@localhost ~]# hostname -I| cut -d " " -f1 192.168.80.171 [root@localhost ~]# ifconfig ens33 |head -n2|grep -v ens33 |tr -s " " |cut -d " " - 阅读全文
posted @ 2022-03-29 17:11 gg888666 阅读(48) 评论(0) 推荐(0) 编辑
摘要: [root@localhost data]# useradd -G bin,root -s /bin/csh -c "Gentoo Distribution" gentoo [root@localhost data]# id gentoo uid=1008(gentoo) gid=1008(gent 阅读全文
posted @ 2022-03-29 17:11 gg888666 阅读(68) 评论(0) 推荐(0) 编辑