10 2023 档案

Linux基础——tmpfs挂载到root目录
摘要:1、(卸载/tmp目录前,请备份/tmp目录下重要数据)查看/tmp目录的挂载情况 df -h 卸载/tmp目录 umount -lf /tmp 2、关闭tmp挂载及tmpfiles相关服务 关闭自动挂载/tmp目录服务 systemctl disable tmp.mount systemctl s 阅读全文

posted @ 2023-10-17 16:17 gkhost 阅读(714) 评论(0) 推荐(0) 编辑

Linux基础——IPV6内核参数配置
摘要:一、检查内核配置是否启动ipv6 net.ipv6.conf.bond0.forwarding = 1 net.ipv6.conf.bond0.disable_ipv6 = 0 net.ipv6.conf.all.forwarding = 1 net.ipv6.conf.default.forwar 阅读全文

posted @ 2023-10-17 16:11 gkhost 阅读(1032) 评论(0) 推荐(0) 编辑

linux基础——修复系统bonding模块
摘要:卸载模块 [root@localhost network-scripts]# modprobe -r bonding 查看模块 [root@localhost network-scripts]# lsmod | grep bonding 绑定模块 [root@localhost network-sc 阅读全文

posted @ 2023-10-17 16:08 gkhost 阅读(245) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示