云AI平台实战 Posted on 2022-07-07 Edited on 2023-01-03 In 人工智能 Word count in article: 696 Reading time ≈ 3 mins. 制作微信名片 初始环境,配置网络,能 PING 通外网 配置 YUM 源 12345678910[root@localhost ~]# mkdir /dvd[root@localhost ~]# mount /dev/sr0 /dvd/[root@localhost ~]# vim /etc/yum.repos.d/local.repo[local]name = This is local repobaseurl = file:///dvdenabled = 1gpgcheck = 0[root@localhost ~]# yum clean all[root@localhost ~]# yum repolist Read more »
云容器平台实战 Posted on 2022-07-01 Edited on 2022-11-16 In 云原生 Word count in article: 494 Reading time ≈ 2 mins. 初始快照 准备工作①部署 IP,能联通外网 ②清除防火墙规则 1234567891011[root@localhost ~]# iptables -F[root@localhost ~]# iptables -X[root@localhost ~]# iptables -Z[root@localhost ~]# /usr/sbin/iptables-save[root@localhost ~]# vim /etc/selinux/config ...SELINUX=disabled 将enforcing改成disabled...[root@localhost ~]# reboot Read more »