本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
使用yum提示Error: rpmdb open failed的解决方案
rpmdb: Thread/process 35884/139793484506880 failed: Thread died in Berkeley DB library
error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot ...
AWS ec2 云服务器 yum源找不到软件
AWS ec2云服务器上缺省的yum源里面软件太少,需要作如下扩展:
yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
执行完就可以了。
yum: Cannot find a valid baseurl for repo: migsrv解决方法
yum安装程序报错:
Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
Could not retrieve mirrorlist http://yum.wsd.com/index.php?release=1.2&arch=x86_64&repo=migsrv er ...
给centos重新安装yum的base-repo源
如果自己的centos的系统yum源出现问题了,如何才能修复?
#### 方式一:使用国内的阿里云镜像
(1)把/etc/yum.repos.d/下面所有的源给删除掉了
(2)下载镜像
````
# CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.r ...
将Centos的yum源更换为国内的阿里云源,yum失败dns处理
https://yq.aliyun.com/articles/33286 (将Centos的yum源更换为国内的阿里云源)
http://blog.csdn.net/inslow/article/details/54177191
阿里云是最近新出的一个镜像源。得益于阿里云的高速发展,这么大的需求,肯定会推出自己的镜像源。
linux centos7 yum 安装
31.yum 源修改
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-3.4.3-150.el7.centos.noarch.rpm
wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-metadata-parser- ...
@Marked-CentOS修改镜像源头
CentOS6改为阿里镜像源:
1. cd /etc/yum.repos.d
2. mv CentOS-Base.repo CenOS-Base.repo.bak
3. wget http://mirrors.aliyun.com/repo/Centos-6.repo
4. mv Centos-6.repo CentOS-Base.repo
5. yum makecache
...
CentOS 6.8下配置 yum 安装 Nginx
第一步,在/etc/yum.repos.d/目录下创建一个源配置文件nginx.repo:
cd /etc/yum.repos.d/
vim nginx.repo
填写如下内容:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
gpgcheck=0
enabl ...
运行yum系统提示Existing lock /var/run/yum.pid: another copy is running as pid
运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046
问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: another copy is running as pid 5048.有时等5~10分钟yum可以正常使用。 ...
git centos yum 安装 (服务器端 ,客户端)
21.git 服务器端安装 centos yum
21.1安装服务器端
yum install -y git
git --version 查看安装
21.2安装客户端
下载 Git for Windows,地址:https://git-fo ...