
CentOS
文章平均质量分 78
RAYFUXK
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在Centos7 中的一些操作
1. CentOS7 关闭防火墙 (1)关闭防火墙:sudo systemctl stop firewalld.service (2)关闭开机启动防火墙:sudo systemctl disable firewalld.service 来自:http://www.centoscn.com/CentOS/config/2015/0701/5768.html 2. CentOS7 静...原创 2016-11-22 22:28:48 · 195 阅读 · 0 评论 -
解决CentOS下的conflicts with file from错误.
首先,根据我自己搜索查到的有关于这个 ‘conflicts with file from package’错误的发生一般有两种情况。 第一种是在使用rpm安装的时候。网上有相关的解决方法: https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s3-rpm-conflicting-files.html To make RPM i...2016-03-04 16:48:58 · 6767 阅读 · 0 评论