排序
Centos搭建私有软件yum源
搭建私有软件源 软件源服务器: 先安装好nginx服务或httpd服务 修改nginx配置文件 vim /usr/local/nginx/conf/nginx.conf 在http项中添加下列参数 autoindex on; #开启nginx目录浏览功能 autoind...
Centos – 搭建DHCP及路由转发
首先安装dhcp服务 yum install dhcp -y 编辑并替换DHCP服务配置文件 DHCP配置文件路径 /etc/dhcp/dhcpd.conf systemctl start dhcpd 配置文件 # # DHCP Server Configuration file. # see /usr/...
Centos – 部署常用的系统环境
部署系统环境: 安装epel仓库 yum -y install epel-release 安装软件源 rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm 或添加自建软件源: 创建一个软件源文件 vim /etc/yu...
Centos的安装
安装系统时按TAB键 然后输入下面代码 回车进入安装 即可使用默认eth网卡名称 net.ifnames=0 biosdevname=0 #注意要先加空格 进入系统后修改网卡配置 /etc/sysconfig/network-scripts/ifcfg-eth1...