摘要: 查看哪些是自启动服务systemctl list-units开机自启动systemctl enable revicename.service关闭开机自启动systemctl disable revicename.service重新加载配置文件systemctl reload sevicename.s 阅读全文
posted @ 2022-04-13 12:08 安桌的拉北鼻 阅读(284) 评论(0) 推荐(1)
摘要: 更新,删除 yum -y update # 更新所有已安装的rpm包 -y 表示在需要选择时默认确定 更新完 可以清理一下缓存 yum clean all yum makecache yum -y install xxx包名 # yum安装指定软件包命令 yum update xxx包名 #更新某个 阅读全文
posted @ 2022-04-13 10:46 安桌的拉北鼻 阅读(898) 评论(0) 推荐(0)
摘要: 安装中文字体命令yum groupinstall "fonts"安装完成后查看是否成功安装中文语言包: locale -a |grep "zh_CN"如果显示下面图片: vi /etc/locale.conf localectl set-locale LANG=zh_CN.UTF8 localect 阅读全文
posted @ 2022-04-13 10:11 安桌的拉北鼻 阅读(1004) 评论(0) 推荐(1)