莫名
搜索文章
首页
= 768 && isOpen) { isOpen = false; setTimeout(() => enableScroll(document.body), 200); }">
enableScroll(document.body), 200);" x-transition:enter="transition ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" style=" position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1001; overscroll-behavior: none; " >
enableScroll(document.body), 200)" >
首页
全部
GIS (0)
dokcer (4)
Java (4)
centos7 (3)
Centos7扩容磁盘
一、计算每块盘剩余空间(单位 GiB) # 获取剩余扇区数,换算成 GiB(1 GiB = 1024*1024*1024 B) sda_free=$(($(blockdev --getsize64 /dev/sda)/1024/1024/1024 - 685)) # 685G 已用 sdb_fr
作者:莫名
发布时间:2025-09-28
分类:
centos7
Centos建立离线仓库
一. 在线拉取依赖 安装 yum-utils 工具包(如果未安装) yum install -y yum-utils createrepo 创建目录存放下载的 RPM 包
作者:莫名
发布时间:2025-07-18
分类:
centos7
标签:
#
centos7
Centos7创建独立网卡
vi /etc/sysconfig/network-scripts/ifcfg-dummy01 # 写入以下内容 DEVICE=dummy01 #当前名称需要和文件名称-后面名称一致否则会有问题 TYPE=dummy ONBOOT=yes IPADDR=192.168.1.100 #修改为自定义
作者:莫名
发布时间:2025-05-05
分类:
centos7
标签:
#
centos7
共 3 篇文章
1
页