上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2024年4月21日

摘要: scala怎么退出 scala> :help //查看帮助 All commands can be abbreviated, e.g., :he instead of :help. :edit <id>|<line> edit history :help [command] print this s 阅读全文
posted @ 2024-04-21 14:07 代码你敲我不敲 阅读(51) 评论(0) 推荐(0)
摘要: tar解压报错——Not found in archive [root@master software]# tar -xzf scala-2.11.8.tgz /usr/local/ tar: /usr/local: Not found in archive tar: Exiting with fa 阅读全文
posted @ 2024-04-21 14:01 代码你敲我不敲 阅读(1160) 评论(0) 推荐(0)

2024年4月10日

摘要: 获得centos73网络yum源 wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 网易 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/C 阅读全文
posted @ 2024-04-10 19:48 代码你敲我不敲 阅读(59) 评论(0) 推荐(0)

2024年4月9日

摘要: docker网络基础 了解docker网络 两种docker网络 单主机与多主机的docker网络 网络驱动 网络驱动 介绍 bridge 桥接网络,这是默认的网络驱动程序 host 主机网络 overlay 覆盖网络 macvlan 将mac地址分配给容器,使容器作为网络上的物理设备 none 表 阅读全文
posted @ 2024-04-09 19:43 代码你敲我不敲 阅读(466) 评论(0) 推荐(0)
摘要: rhcsa练习题容易错的地方 yum仓库的配置 注意 配置yum仓库的时候,baseurl的路径不要写错 dnf clean all && dnf makecache //检查错误 selinux 放行端口的命令 semanage port -a -t http_port_t -p tcp 80se 阅读全文
posted @ 2024-04-09 10:36 代码你敲我不敲 阅读(54) 评论(0) 推荐(0)

2024年4月3日

摘要: 从命令行模式转换为图形化模式 首先需要安装对应的图形化安装包 yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 报错 Transaction check error: file /boot/efi/EFI/centos 阅读全文
posted @ 2024-04-03 18:54 代码你敲我不敲 阅读(430) 评论(0) 推荐(0)
摘要: from RUN CMD EXPOSE LABEL ENV COPY 格式 COPY [--chown=<用户>:<组>]<源>...<目的> COPY [--chown=<用户>:<组>]["<源>"..."<目的>"] 案例 [root@hmm ~]# mkdir yum3-centos [ro 阅读全文
posted @ 2024-04-03 13:44 代码你敲我不敲 阅读(154) 评论(0) 推荐(0)

2024年3月27日

摘要: 系统的启动流程 初始化系统 在rhel7之前使用init初始化系统,在rhel7之后使用systemd初始化系统 init和systemd的区别 init是从上到下依次启动,如果一个点出现问题,那么它后面的点都不会启动 systemd是并行启动,按需启动,可以一次性同步启动多个服务 systemd会 阅读全文
posted @ 2024-03-27 09:32 代码你敲我不敲 阅读(33) 评论(0) 推荐(0)

2024年3月26日

摘要: [root@hmm ~]# vi /etc/docker/daemon.json [root@hmm ~]# systemctl daemon-reload [root@hmm ~]# systemctl restart docker [root@hmm ~]# cat /etc/docker/da 阅读全文
posted @ 2024-03-26 17:38 代码你敲我不敲 阅读(94) 评论(0) 推荐(0)
摘要: 报错 Transaction check error:file /boot/efi/EFI/centos from install of fwupdate-efi-12-5.el7.centos.x86_64 conflicts with file from package grub2-common 阅读全文
posted @ 2024-03-26 15:14 代码你敲我不敲 阅读(121) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

导航

返回顶端