下載地址:http://mirrors.aliyun.com/centos/7/isos/x86_64/linux
對硬件進行一些修改 支持虛擬化ios
配置完成後 點擊肯定 而後開機vim
將這段文字修改成:centos
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20\x86_64 quiet net.ifnames=0 biosdevname=0 1.
輸入完成後 回車api
點擊 Add 添加IP地址 填寫地址信息10.0bash
配置IP
服務器
都配置完成後 點擊 save 保存配置網絡
時區修改:
ssh
點擊done後 選擇安裝包tcp
選擇安裝包後,點擊 Done 關閉 繼續選擇 磁盤
磁盤分區:
添加分區:
建立第一個 swap分區:
swap分區爲內存的1.5倍 這裏默認爲 MB
添加根分區:
檢查:
內核備份關閉:
點擊 Begin installation 開始安裝
步驟總結:
安裝過程 設置root密碼:
點擊 兩次 Done 回到安裝界面
重啓服務器
將/etc/sysconfig/network-scripts/ifcfg-eth0 網卡內容精簡爲:
TYPE=Ethernet BOOTPROTO=none NAME=eth0 DEVICE=eth0 ONBOOT=yes IPADDR=10.0.0.30 NETMASK=255.255.255.0 GATEWAY=10.0.0.254 DNS1=223.5.5.5
修改完成重啓網卡: systemctl restart network
把網卡管理方式改成 NetworkManager.service
systemctl stop NetworkManager.service systemctl disable NetworkManager.service
systemctl stop firewalld #關閉防火牆 systemctl disable firewalld #開機不啓動防火牆
setenforce 0 getenforce
115行:#UseDNS no 改成: UseDNS no 79行:GSSAPIAuthentication yes 改成: GSSAPIAuthentication no 重啓sshd服務: systemctl restart sshd
yum源優化(使用光盤,鏈接上光盤執行如下命令。):
mount /mnt cd /etc/yum.repos.d/ mkdir test -p \mv *.repo test echo '[local] name=local baseurl=file:///mnt gpgcheck=0' >local.repo mount /dev/cdrom /mnt yum makecache
更改成阿里雲yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo
yum install -y bash-completion.noarch
yum install -y net-tools vim lrzsz wget tree screen lsof tcpdump
ystemctl stop postfix.service systemctl disable postfix.service
echo '*/5 * * * * /usr/sbin/ntpdate -u ntp.api.bz' >>/var/spool/cron/root systemctl restart crond.service
優化完畢
shutdown -h now 關機。 整個優化流程完成。
兩個刪除 一個清空
1清空: > /etc/udev/rules.d/70-persistent-net.rules 2刪除: 刪除網卡中的兩行內容,沒有就不清: uuid hwaddr