您好,登录后才能下订单哦!
这篇文章主要介绍了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进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。