您好,登錄后才能下訂單哦!
這篇文章主要介紹了Linux中常用的調優方法有哪些的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇Linux中常用的調優方法有哪些文章都會有所收獲,下面我們一起來看看吧。
selinux是美國國家安全局對于強制訪問控制的實現,這個功能很強大,同時又很麻煩,大多是運維人員都選擇將其關閉,利用其它途徑增加安全性。
此命令是永久關閉selinux,執行后重啟系統生效。
[root@chao selinux]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
linux系統和windows系統類似,開機也會自啟一些服務,沒用的服務即會占用資源又有安全隱患,需要把必須運行的服務開機自啟,其他的關閉。
[root@chao selinux]# systemctl list-unit-files|grep enabledabrt-ccpp.service enabled abrt-oops.service enabled abrt-vmcore.service enabled abrt-xorg.service enabled abrtd.service enabled atd.service enabled auditd.service enabled autovt@.service enabled chronyd.service enabled crond.service enabled dbus-org.fedoraproject.FirewallD1.service enabled dbus-org.freedesktop.ModemManager1.service enabled dbus-org.freedesktop.NetworkManager.service enabled dbus-org.freedesktop.nm-dispatcher.service enabled dmraid-activation.service enabled firewalld.service enabled getty@.service enabled irqbalance.service enabled iscsi.service enabled kdump.service enabled ksm.service enabled ksmtuned.service enabled libstoragemgmt.service enabled libvirtd.service enabled
[root@chao selinux]# systemctl disable postfix.serviceRemoved symlink /etc/systemd/system/multi-user.target.wants/postfix.service.
編輯/etc/ssh/sshd_config文件 更改默認端口為Port 22222 保存退出,重啟服務!
查看系統是否是 zh_CN.UTF-8 如果不是手動添加一行到此文件。
[root@chao etc]# cat locale.confLANG="zh_CN.UTF-8"
[root@chao ~]# echo 'export TMOUT=300' >>/etc/profile[root@chao ~]# source /etc/profile[root@chao ~]# env |grep -i tmout[root@chao ~]# vim /etc/profile[root@chao ~]# source /etc/profile[root@chao ~]# 等待輸入超時:自動登出Connection closing...Socket close. Connection closed by foreign host. Disconnected from remote host(172.16.1.16) at 11:01:36. Type `help' to learn how to use Xshell prompt.
將原來的5條改成10條
[root@chao ~]# sed -i 's/^HISTSIZE=5/HISTSIZE=10/' /etc/profile[root@chao ~]# source /etc/profile
[root@chao ~]# echo redflag 5.9 >/etc/issue[root@chao ~]# cat /etc/issueredflag 5.9
[root@chao ~]# chattr -i /etc/passwd /etc/shoadow /etc/group /etc/gshadow /etc/inittab
關于“Linux中常用的調優方法有哪些”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“Linux中常用的調優方法有哪些”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。