位置: 编程技术 - 正文

CentOS系统环境精简优化详解(centos基本环境)

编辑:rootadmin

推荐整理分享CentOS系统环境精简优化详解(centos基本环境),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:centos运行环境,centos 精简,centos基本环境,centos lamp环境部署,centos运行环境,centos 环境变量设置,centos8基本环境选哪个,centos运行环境,内容如对您有帮助,希望把文章链接给更多的朋友!

第一步、删除不必要的自带软件包

yum remove Deployment_Guide-en-US finger cups-libs cups ypbind

yum remove bluez-libs desktop-file-utils ppp rp-pppoe wireless-tools irda-utils

yum remove sendmail* samba* talk-server finger-server bind* xinetd

yum remove nfs-utils nfs-utils-lib rdate fetchmail eject ksh mkbootdisk mtools

yum remove syslinux tcsh startup-notification talk apmd rmt dump setserial portmap yp-tools

yum groupremove "Mail Server" "Games and Entertainment" "X Window System" "X Software Development"

yum groupremove "Development Libraries" "Dialup Networking Support"

yum groupremove "Games and Entertainment" "Sound and Video" "Graphics" "Editors"

yum groupremove "Text-based Internet" "GNOME Desktop Environment" "GNOME Software Development"

第二步、升级centos系统

yum update #更新系统

yum clean all #清理全部缓存文件

第三步、禁用seLinux

sestatus #先执行看seLinux状态,如果不是disabled,就需要执行下面步骤,否则不要执行

vi /etc/selinux/config

SELINUX=disabled #禁用SeLinux

SELINUX=enforcing #使用SeLinux

第四步、禁止IPV6(执行后需要reboot重启)

vi /etc/modprobe.conf #打开文件,把下面两行加到最后

alias net-pf- off

alias ipv6 off

第五步、初始化防火墙

touch /etc/sysconfig/iptables

iptables -F

iptables -X

iptables -Z

service iptables save

service iptables restart

第六步、禁止无用服务

#! /bin/bash

service acpid off

service atd stop

service auditd stop

service avahi-daemon stop

service avahi-dnsconfd stop

service bluetooth stop

service conman stop

service cpuspeed stop

service cups stop

service dnsmasq stop

service dund stop

service firstboot stop

service hidd stop

service httpd stop

service ibmasm stop

service ip6tables stop

service irda stop

service kdump stop

service lm_sensors stop

service mcstrans stop

service messagebus stop

service microcode_ctl stop

service netconsole stop

service netfs stop

service netplugd stop

service nfs stop

service nfslock stop

service nscd stop

service ntpd stop

service oddjobd stop

service pand stop

service pcscd stop

service portmap stop

CentOS系统环境精简优化详解(centos基本环境)

service psacct stop

service rdisc stop

service restorecond stop

service rpcgssd stop

service rpcidmapd stop

service rpcsvcgssd stop

service saslauthd stop

service sendmail stop

service setroubleshoot stop

service smb stop

service vncserver stop

service winbind stop

service wpa_supplicant stop

service xfs stop

service ypbind stop

service yum-updatesd stop

chkconfig acpid off

chkconfig atd off

chkconfig auditd off

chkconfig avahi-daemon off

chkconfig avahi-dnsconfd off

chkconfig bluetooth off

chkconfig conman off

chkconfig cpuspeed off

chkconfig cups off

chkconfig dnsmasq off

chkconfig dund off

chkconfig firstboot off

chkconfig hidd off

chkconfig httpd off

chkconfig ibmasm off

chkconfig ip6tables off

chkconfig irda off

chkconfig kdump off

chkconfig lm_sensors off

chkconfig mcstrans off

chkconfig messagebus off

chkconfig microcode_ctl off

chkconfig netconsole off

chkconfig netfs off

chkconfig netplugd off

chkconfig nfs off

chkconfig nfslock off

chkconfig nscd off

chkconfig ntpd off

chkconfig oddjobd off

chkconfig pand off

chkconfig pcscd off

chkconfig portmap off

chkconfig psacct off

chkconfig rdisc off

chkconfig restorecond off

chkconfig rpcgssd off

chkconfig rpcidmapd off

chkconfig rpcsvcgssd off

chkconfig saslauthd off

chkconfig sendmail off

chkconfig setroubleshoot off

chkconfig smb off

chkconfig vncserver off

chkconfig winbind off

chkconfig wpa_supplicant off

chkconfig xfs off

chkconfig ypbind off

chkconfig yum-updatesd off

这样通过上述6步骤,就可以完成对centos精简和优化。

CentOS文件和目录权限实战详解 环境创建俩个用户user1和user2[root@localhost~]#useradduser1[root@localhost~]#useradduser2创建两个文件夹[root@localhost~]#mkdir-p/user1/user2打开另外一个终端切换到su-user1[roo

CentOS6.2版本用yum升级到CentOS6.6的方法 因为手上只有6.2版本的CentOS,安装好后觉着版本太低了,就通过命令行进行升级查看可用的更新#yumlistupdates更新升级到centos6.5#yumupdate不幸的是,我在这

CentOS用户账号管理详解 1、用户管理/etc/passwd用户名配置文件/etc/shadow用户密码配置文件(1)/etc/passwd的结构:username:password:uid:gid:commit:userhomepath:shell说明:uid和gid系统默认按序自

标签: centos基本环境

本文链接地址:https://www.jiuchutong.com/biancheng/359107.html 转载请保留说明!

上一篇:CentOS系统中跟踪高IO等待详解(linux 追踪)

下一篇:CentOS文件和目录权限实战详解(centos查看目录空间大小)

  • 捐赠支出税前扣除条件
  • 百旺税控盘汇总表怎么看
  • 营业收入大于资产总计和主营业务收入之和什么原因
  • 工程结算开票金额与付款金额区别
  • 公司买车能一次性抵扣所得税吗
  • 企业出现亏损的原因有哪些
  • 货物无偿赠送分录
  • 顾客抽奖代扣个税账务处理
  • 外购一批原材料对外销售
  • 交易性金融资产入账价值怎么计算
  • 企业应纳税所得额计算例题
  • 存货自然灾害损失进项税
  • 股票收入要交所得税吗
  • 弱电系统安装的注意要点
  • 票据贴现手续费发票可以抵扣吗
  • 新个税申报身份怎么填
  • 合并报表的收入
  • 公户转给股东的钱需要交个税吗
  • 农机公司也要缴残保金吗
  • dir852迅雷路由器
  • win10如何查看显卡配置
  • 固定资产减值判断标准
  • PHP:pg_get_notify()的用法_PostgreSQL函数
  • 集团公司交税怎么交?
  • 开发商卖房子要交多少营业税
  • 企业常用的消毒措施有
  • php执行脚本
  • 工程施工余额在哪方
  • etc发票计算抵扣
  • js中的截取字符串
  • tomcat-juli
  • vue $函数
  • https是如何保证安全的
  • vue父子组件传值
  • ps闪退是什么原因win11
  • 小规模纳税人增值税账务处理
  • sql有什么
  • 承兑能随便给别人看吗
  • phpmyadmin密码修改
  • 房产税征收对象和依据2021
  • 转账进公户
  • 留抵进项税额怎么做分录
  • 什么单位需要
  • 现金流量表格式有几种
  • 借方会计科目表
  • etc电子发票需要勾选吗
  • 工程发票可以抵扣增值税吗
  • 稽查人员是干嘛的
  • 会计工作重点工作
  • 企业建帐的基本要求
  • 企业注销怎么回事
  • 出售短期债券投资发生的净损失计入哪里
  • windows使用痕迹是指是什么
  • linux编译步骤
  • GrooveMonitor.exe是什么进程?GrooveMonitor.exe可以禁用卸载吗?
  • 此windows副本不是正版黑屏
  • win7如何开启VT
  • win10虚拟机无法安装
  • win10周年版
  • linux中比较文件链接数的变化
  • linux用yum
  • win7开机系统恢复
  • linux系统安装程序
  • 动画时期
  • qt渲染引擎
  • js浏览器打印
  • excel乱码怎么转换
  • shell脚本转换文件编码
  • js中匿名函数的作用
  • jquery从入门到精通
  • js的匿名函数
  • jQuery webuploader分片上传大文件
  • python制作gui
  • 编写javascript代码
  • jquery.siblings()
  • python查找列表中的元素
  • 投资性房地产如何合并抵消
  • 山东税务社保缴纳进入小程序
  • 辽宁省医保明细查询
  • 税务投诉电话12345
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设