ipconfig(知道基本命令)
IP(掌握所有命令)
当Linux系统电脑初始化后;1 更改yum源 2 更改hostname 3 安装常用软件包 (例如 开发软件包 yum -y groupinstall "Development Tools")
网络中必要的
DEVICE TYPE ONBOOT BOOTPROTO
常用dns服务114.114.114.114 8.8.8.8
关闭NetworkManager
service NetworkManager stop
永久性关闭
chkconfig NetworkManager off (在centos 7 中为 systemctl stop NetworkManager.service
重启 systemctl disable NetworkManager.service )
本文介绍了CentOS系统的基础配置步骤,包括更改yum源、hostname设置、安装常用软件包等。此外还详细说明了网络配置的相关操作,如修改网络设备类型、启动方式及使用常用的DNS服务。
966

被折叠的 条评论
为什么被折叠?



