2021年1月26日

linux系统模板机优化

摘要: 模板机优化配置 hosts文件配置 \cp /etc/hosts{,.bak} cat >/etc/hosts<<EOF 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhos 阅读全文

posted @ 2021-01-26 17:32 爱学习的渣渣 阅读(103) 评论(0) 推荐(0)

linux系统静态路由配置

摘要: 系统路由设置 设置方法: centos6: route 和网络相关的命令 使用net-tools 静态默认路由: a 编写网卡配置文件 b 利用命令临时配置 route add default gw 10.0.0.2(网关地址) route del default gw 10.0.0.2 作用: 实 阅读全文

posted @ 2021-01-26 14:49 爱学习的渣渣 阅读(683) 评论(0) 推荐(0)

导航