
Linux
苹果macOS引导镜像
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos6解决You could try using --skip-broken to work around the problem,rpm -Va --nofiles --nodigest问题
由于工作需要安装Centos6.1,为了保证系统稳定性,yum update更新软件,网上找了好多方法,比如:yum clean all yum install libotf … 更换源 等等都不行,最后通过yum remove matahari* 完美解决,特此记录。 --> Finished Dependency Resolution Error: Package: matahari-s...原创 2019-09-22 09:29:16 · 1184 阅读 · 0 评论 -
Centos7.7安装Python3.7.4
[root@study ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) [root@study ~]# yum install gcc make zlib zlib-devel openssl openssl-devel libffi-devel bzip2-devel ncurses-devel gdbm-dev...原创 2019-09-23 08:13:58 · 1095 阅读 · 0 评论 -
Centos7 安装Telnet服务与启动
环境:centos7.7 IP:10.9.96.212 [root@study ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) [root@study ~]# 1.在安装Telnet前先检查系统是否安装了telnet-server和xinetd [root@study ~]# rpm -qa tel...原创 2019-09-19 13:22:01 · 924 阅读 · 0 评论