04 2021 档案

摘要:名词 LVM:逻辑卷管理 (Logical Volume Manager) PV:物理卷(Physical volume) VG:卷组(Volume Group) LV:逻辑卷(Logical Volume) 创建LVM 创建PV 需要将物理磁盘转化为物理卷-PV [root@localhost ~ 阅读全文
posted @ 2021-04-28 15:57 *聚散流沙* 阅读(112) 评论(0) 推荐(0)
摘要:分区-格式化-挂载 1、分区 [root@localhostvm ~]# fdisk /dev/sdc 欢迎使用 fdisk (util-linux 2.23.2)。 更改将停留在内存中,直到您决定将更改写入磁盘。 使用写入命令前请三思。 命令(输入 m 获取帮助):n Partition type 阅读全文
posted @ 2021-04-27 09:12 *聚散流沙* 阅读(256) 评论(0) 推荐(0)
摘要:1、帮助命令: [root@localhost ~]# docker version 版本; [root@localhost ~]# docker info 描述; [root@localhost ~]# docker --help 2、镜像命令: [root@localhost ~]# docke 阅读全文
posted @ 2021-04-26 15:41 *聚散流沙* 阅读(45) 评论(0) 推荐(0)
摘要:1、yum安装gcc相关 [root@localhost ~]# yum -y install gcc [root@localhost ~]# yum -y install gcc-c++ 查询版本号是否正确 [root@localhost ~]# gcc -v 2、卸载旧版本 [root@loca 阅读全文
posted @ 2021-04-26 15:19 *聚散流沙* 阅读(86) 评论(0) 推荐(0)