会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lin.Wang
云计算领域一枚小运维
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2023年1月16日
ceph 15.2.1(octups)部署
摘要: 目录服务器信息互信和解析时钟配置源关闭防火墙UFW安装包部署mon部署osd部署mgr部署mgr服务mgr使用dashboard模块部署mds文件系统使用其他报错信息及处理常用命令 服务器信息 节点 角色 地址 node-1 mon,mgr,mds,osd 192.168.100.11 node-2
阅读全文
posted @ 2023-01-16 12:03 ishmaelwanglin
阅读(182)
评论(0)
推荐(0)
2023年1月15日
lsof命令详解
摘要: 说明 lsof 是关于文件打开信息的标准输出工具 输出标题 COMMAND: 进程的名称 PID: 进程标识符 USER: 进程所有者 FD: 文件描述符,应用程序通过文件描述符识别该文件。如cwd、txt等 TYPE: 文件类型,如DIR、REG等 DEVICE: 指定磁盘的名称 SIZE/O
阅读全文
posted @ 2023-01-15 10:50 ishmaelwanglin
阅读(481)
评论(0)
推荐(0)
虚拟机通过virsh qemu-monitor-command在线备份
摘要: 查看存储设备名 # 通过qmp查看 virsh qemu-monitor-command DOMAIN --pretty '{ "execute": "query-block" }' # 通过hmp查看 virsh qemu-monitor-command DOMAIN --hmp 'info bl
阅读全文
posted @ 2023-01-15 10:48 ishmaelwanglin
阅读(1841)
评论(0)
推荐(0)
ethtool命令详解
摘要: 说明 ethtool是一个针对网卡驱动的工具,通过驱动暴露给NAPI的接口调用。 选项 ethtool eth0: 查询ethx网口基本设置。 -a: 查看网卡中接收模块RX、发送模块TX和Autonegotiate模块的状态:启动on 或 停用off -A: 修改网卡中 接收模块RX、发送模块TX
阅读全文
posted @ 2023-01-15 10:40 ishmaelwanglin
阅读(9331)
评论(0)
推荐(1)
findmnt命令详解
摘要: findmnt主要是用来查看文件系统信息的工具 数据来源: /etc/fstab /etc/mtab /proc/self/mountinfo 帮助信息: ➜ ~ findmnt --help Usage: findmnt [options] findmnt [options] <device> |
阅读全文
posted @ 2023-01-15 10:36 ishmaelwanglin
阅读(687)
评论(0)
推荐(0)
2023年1月11日
deb打包: 使用dpkg命令
摘要: 目录目标步骤检测安装效果附录control文件字段描述contol架构字段控制文件的描述信息DEBIAN/preinst样例DEBIAN/postinst样例DEBIAN/prermDEBIAN/postrmInstall的执行过程Upgrade的执行过程Purge的执行过程Remove的执行过程
阅读全文
posted @ 2023-01-11 16:27 ishmaelwanglin
阅读(2492)
评论(0)
推荐(0)
2023年1月10日
chrony服务部署配置
摘要: chrony的服务,在centos上是chronyd,在ubuntu上是chrony 环境信息 |操作系统系统|Server|Client|外网NTP服务器| |:-|:-|:-|:-| |ubuntu20|192.168.100.21|192.168.100.22|ntp.aliyun.com|
阅读全文
posted @ 2023-01-10 21:16 ishmaelwanglin
阅读(736)
评论(0)
推荐(0)
2023年1月7日
RPM打包
摘要: 禁止自动分析源码添加不应该加入的依赖 在spec文件中加入Autoreq: 0即可 opnvswitch源码打包需要加入,否则会解析代码中的依赖,在ISO中安装检测失败/bin/python3 %post 部分如果有shell 则依赖关系会自动增加/bin/sh , 如果合并入镜像是不能有/bin/
阅读全文
posted @ 2023-01-07 19:26 ishmaelwanglin
阅读(1076)
评论(0)
推荐(0)
2023年1月3日
vscode写markdown开启实时预览
摘要: 实时预览markdown 安装markdown all in one插件以后 编写markdown文档可以, 通过command + shift + p打开 vscode的配置, 输入>Markdown: Open Preview to the Side 即可打开预览效果如图 也可以通过快捷键ctr
阅读全文
posted @ 2023-01-03 11:18 ishmaelwanglin
阅读(14316)
评论(0)
推荐(2)
2022年12月6日
macos更换homebrew源
摘要: 卸载原版homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" 安装清华的homebrew源 export HOMEBREW_BREW_GIT
阅读全文
posted @ 2022-12-06 16:59 ishmaelwanglin
阅读(45)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告