優化網絡卡1
vi /etc/sysconfig/network-scripts/ifcfg-eth0
type=ethernet
bootproto=none
defroute=yes
name=eth0
device=eth0
onboot=yes
ipaddr=10.0.0.200
prefix=24
gateway=10.0.0.2
dns1=223.5.5.5
優化網絡卡2
vi /etc/sysconfig/network-scripts/ifcfg-eth1
type=ethernet
bootproto=none
defroute=yes
name=eth1
device=eth1
onboot=yes
ipaddr=172.16.1.200
prefix=24
重啟網絡卡
systemctl restart network
1.配置yum倉庫
rm -f /etc/yum.repos.d/*
curl -o /etc/yum.repos.d/centos-base.repo
curl -o /etc/yum.repos.d/epel.repo
2.安裝基礎軟體包
yum install net-tools vim tree htop iftop gcc gcc-c++ glibc\
iotop lrzsz sl wget unzip telnet nmap nc psmisc \
dos2unix bash-completion bash-completion-extra sysstat \
3.關閉防火牆firewalld
systemctl disable firewalld
systemctl stop firewalld
4.關閉selinux
sed -i '/^selinux=/c selinux=disabled' /etc/selinux/config
5.調整單個程序最大能開啟檔案的數量
echo '* - nofile 65535' >> /etc/security/limits.conf
sed -ri 's#(.*usedns.*)#\1\nusedns no#g' /etc/ssh/sshd_config
7.自動同步伺服器
yum -y install ntpdate
vim /etc/crontab
path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin >/dev/null
*/5 * * * * root ntpdate ntp1.aliyun.com > /dev/null
修改主機名
hostnamectl set-hostname backup
c 模板機制
一 函式的模板 函式模板其實就是乙個模子,用這個模子可以澆注出許多功能相同 引數型別和返回型別不同函式,從而實現 的重用。一般的模板是template,當然新標準c 又增加了乙個關鍵字typename,可以替換class,如 template 為了向下相容,不建議用typename。廢話少說,上程式...
模板機安裝初始
目錄具體的安裝過程略過,要注意幾個點即可 最小化安裝,不要忘記安裝開發工具 更改核心,讓網絡卡名字成為了eth開頭的 net.ifnames 0 biosdevname 0 分割槽時採用三分區 boot swap 根,虛擬機器就不要用lvm了 在安裝的過程當中設定網路位址,點選自動連線 ifconf...
VW模板機準備
系統 centos7 記憶體 建議2g 網絡卡 eth0 nat模式 模擬外網 10.0.0.x eth1 lan區段 模擬內網 172.16.1.x 硬碟 不小於20g或40g 略net.ifnames 0 biosdevname 0 root m01 cat etc sysconfig netw...