2023年10月17日

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 阅读(409) 评论(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 阅读(621) 评论(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 阅读(145) 评论(0) 推荐(0) 编辑

导航