#把以下內容vi到123.sh裡 sh 123.sh即可執行
#1優化yum源為阿里雲映象源
curl -o /etc/yum.repos.d/centos-base.repo
curl -o /etc/yum.repos.d/epel.repo
yum install -y vim wget net-tools telnet bash-completion bash-completion-extras tree lrzsz htop ntpdate
#關閉防火牆
systemctl stop firewalld.service
systemctl disable firewalld.service
#臨時及永久關閉selinux
setenforce 0
sed -i 's#selinux=enforcing#selinux=disabled#g'
#高亮顯示命令列(可選)
echo "
export ps1='\[\e[32;1m\][\[\e[0m\]\[\e[35;1m\]\u\[\e[0m\]\[\e[31;1m\]@\[\e[0m\]\[\e[36;1m\]\h\[\e[0m\] \w\[\e[32;1m\]]\[\e[0m\]\[\e[34;1m\]\$\[\e[0m\]' " >>/etc/profile
#關閉郵件伺服器(可選)
systemctl stop postfix
systemctl disable postfix
#主機解析(可選)
cat >>/etc/hosts<#定時更新時間(可選)
echo "#定時更新時間
*/5 * * * * /usr/sbin/ntpdate ntp1.aliyun.com &> dev/null " >>/var/spool/cron/root
#ssh優化(可選)
sed -i 's#gssapiauthentication yes#gssapiauthentication no#g' /etc/ssh/sshd_config
sed -i 's#\#usedns yes#usedns no#g' /etc/ssh/sshd_config
#刪除uuid hwaddr(只是刪除現有網絡卡uuid)
sed -ri '/uuid|hwaddr/d' /etc/sysconfig/network-scripts/ifcfg-eth[01]
#一鍵更改主機名在其它指令碼(此功能暫不開放)
#mkdir -p /server/scripts
#cat >>/etc/hosts< /server/scripts/init.sh
#eof
綜合架構部署及環境優化
11 跳板機伺服器 控制遠端連線使用者許可權,記錄使用者所有操作。軟體 jumpserver www.jumpserver.org 12 監控伺服器 監控伺服器程式或硬體狀態。軟體 zabbix 單點故障 乙個點出現問題,會影響整個架構的執行 1 負載均衡如何解決單點問題 軟體實現 keepaliv...
FPGA綜合優化
1 速度和面積 在全面優化水平將達到速度和面積rtl要利用邏輯拓撲的優勢。供 由於在後端而言缺乏知識,門級優化。普通情況下更高的速度要求更高的並行性以及更大的面積,可是在某些特殊情況下並非這樣。由於fpga的布局佈線具有二階效應。直到布局佈線完畢。工具才會知道器件的擁堵或者佈線的困難,可是這時實際邏...
綜合架構rsync服務
補充 網路知識常用命令 route ip route 檢視系統路由資訊 設定系統路由 ping 測試網路連通性 c 指定資料報傳送數量 i 指定資料報傳送間隔 q 指定只顯示結果資訊 f 極速ping多個包 telnet nc nmap 測試服務埠連通性 nmap p 1 1024 www.baid...