- 浏览: 2546320 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (676)
- linux运维 (157)
- php (65)
- mysql (78)
- nginx (27)
- apche (18)
- framework (6)
- windows (9)
- IDE工具 (23)
- struts2 (7)
- java (13)
- 移动互联网 (14)
- memcache redis (23)
- shell基础/命令/语法 (37)
- shell (50)
- puppet (4)
- C (11)
- python (9)
- 产品经理 (27)
- Sphinx (4)
- svn (12)
- 设计构建 (12)
- 项目管理 (44)
- SEO (1)
- 网站架构 (26)
- 审时度势 (42)
- 网络 (14)
- 激发事业[书&视频] (81)
- 其它 (12)
- 摄影 (8)
- android (21)
最新评论
-
zhongmin2012:
原文的书在哪里
数据库水平切分的实现原理解析---分库,分表,主从,集群,负载均衡器 -
renzhengzhi:
你好,请问个问题,从master同步数据到slave的时候,s ...
数据库水平切分的实现原理解析---分库,分表,主从,集群,负载均衡器 -
ibc789:
你好,看了你的文章,我想请教个问题, 我在用 redis的时候 ...
redis 的两种持久化方式及原理 -
iijjll:
写得非常好
数据库水平切分的实现原理解析---分库,分表,主从,集群,负载均衡器 -
iijjll:
写得非常好
数据库水平切分的实现原理解析---分库,分表,主从,集群,负载均衡器
---------------------------------本地源
service rpcbind start
#service portmap start
#mount 192.168.1.216:/mnt /mnt
#mount -l
# ll /mnt/
total 44
drwxr-xr-x 2 root root 4096 Aug 15 10:41 file
-rwxr-xr-x 1 root root 1280 Apr 29 13:56 install.sh
drwxr-xr-x 2 root root 4096 May 25 12:09 iso
drwx------ 2 root root 4096 Aug 9 11:21 lost+found
drwxr-xr-x 4 root root 4096 May 10 14:26 nagios
-rwxr-xr-x 1 root root 259 Jun 24 10:22 proxy.sh
drwxr-xr-x 8 root root 4096 May 3 14:29 rhel54_64
drwxr-xr-x 8 root root 4096 May 3 11:04 rhel54_i386
dr-xr-xr-x 9 root root 4096 May 25 14:54 rhel6_32
dr-xr-xr-x 11 root root 4096 May 25 12:08 rhel6_64
dr-xr-xr-x 5 root root 4096 May 18 09:27 xs-tools
#vim /etc/yum.repos.d/myyum.repo
[Cluster]
name=Cluster Directory
baseurl=file:///mnt/rhel54_64/Cluster
enabled=1
gpgcheck=0
[ClusterStorage]
name=ClusterStorage Directory
baseurl=file:///mnt/rhel54_64/ClusterStorage
enabled=1
gpgcheck=0
[Server]
name=Server Directory
baseurl=file:///mnt/rhel54_64/Server
enabled=1
gpgcheck=0
[VT]
name=VT Directory
baseurl=file:///mnt/rhel54_64/VT
enabled=1
gpgcheck=0
================== 为Redhat5配置网易的yum源
网易开源的镜像站 :http://mirrors.163.com/
根据的你的Redhat的版本,选择相应的Centos的源路径
我的OS是x86_64 Redhat5,对应的rpm路径 http://mirrors.163.com/centos/5/os/x86_64/
导入证书(证书的位置 http://mirrors.163.com/centos/)
rpm -import http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-5
使用网易的源(参考 http://mirrors.163.com/.help/centos.html 注意备份旧的文件)
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS5-Base-163.repo
修改文件(把所有$releasever替换成5,保存
)
vim CentOS5-Base-163.repo
更新yum
yum makecache
yum -y update
--------------------如何查看CentOS版本方法
有以下命令可以查看:
# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.4 (Final)
Release: 5.4
Codename: Final
这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。
root@MyMail
~ # uname
Linux
root@MyMail
~ # uname -r
2.6.18-164.el5
以下二种方法适用于RedHat,CentOS
root@MyMail
~ # cat /etc/redhat-release
CentOS release 5.4 (Final)
登录到linux执行rpm -q redhat-release
#rpm -q redhat-release
或CentOS
root@MyMail
~ # rpm -q centos-release
centos-release-5-4.el5.centos.1
cat /proc/version
uname -r
uname -a
yum -v
其中CentOS-Base.repo记录着网络上的yum源的地址和路径信息等
CentOS-Media.repo记录着可以从本地作为yum源的介质和路径
#yum list installed | grep yum
yum.noarch 3.2.22-20.el5.centos installed
yum-fastestmirror.noarch 1.1.16-13.el5.centos installed
yum-metadata-parser.i386 1.1.2-3.el5.centos installed
yum-updatesd.noarch 1:0.9-2.el5 installed
#yum update --skip-broken
You can try it like this:
yum update --skip-broken
这个是我刚碰到的问题!
yum remove xorg-x11-drv-joystick 这样不行的话在
yum remove xorg-x11-drivers-7.1-4.1.el5.i386
http://centos.ustc.edu.cn/
推荐
http://linux.vbird.org/linux_server/0210network-secure.php#update_how
-------------------------------------安装后请按照以下步骤修改CenOS-Base.repo,以后就可以方便的用yum安装软件了.
cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo
修改以上文件后, 如需要安装gcc, 直接yum install gcc就可以了
为Centos5添加网易163、搜狐的yum源
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS-Base-163.repo
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
yum makecache
yum update
更新现有的包命令是:
yum update
http://www.linuxdiyf.com/viewarticle.php?id=182663
http://forums.fedoraforum.org/showthread.php?t=195001
---------------------------???????????
http://centos.ustc.edu.cn/centos/5/addons/i386/repodata/repomd.xml
: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Please verify its path and try again
------------------------????Another app is currently holding the yum lock; waiting for it to exi
yum命令用ctrl+z命令中断后,再运行yum时,出现:
Existing lock /var/run/yum.pid: another copy is running as pid 3046.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
NND,说我正在使用yum。输入
rm -f /var/run/yum.pid
/sbin/service yum-updatesd restart
Stopping yum-updatesd: [ OK ]
Starting yum-updatesd: [ OK ]
好了,一切正常了
-----------------------------------------???
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Loading mirror speeds from cached hostfile
发表评论
-
设置sudo为不需要密码
2015-04-17 09:04 10520有时候我们只需要执 ... -
haproxy 安装配置和负载实例
2015-03-27 11:49 11539一、环境说明实验环境 OS CentOS5.4 192.1 ... -
/dev/mapper/VolGroup00-LogVol00 100% 如何处理
2015-03-03 10:51 8228服务器磁盘跑满了, 命令查看 如下 [root@lo ... -
Tsar开源:淘宝内部大量使用的系统监控工具
2014-08-07 09:51 979Tsar是淘宝的一个用来收集服务器系统和应用信息的采集报告 ... -
Linux运维常用命令 (转载)
2013-01-31 10:23 25331 删除0字节文件find-type f - ... -
linux恢复 rm -rf 删除的文件:extundelete
2013-01-24 15:47 8920http://blog.csdn.net/pang6013 ... -
网站排障分析常用的命令
2013-01-21 18:17 1404------------------------------- ... -
迁移vmware服务器后Device eth0 does not seem to be present
2013-01-21 10:58 2256用VMware 安装 linux 6.0 ... -
LoadRunner如何监控Linux系统资源 : rpc.rstatd
2012-12-17 14:49 10309一 简述:LoadRunner监控Linux资源时弹出如下错误 ... -
僵尸Z进程和D进程
2012-12-10 16:47 13160-------------- 1 关于ZOMBIE进 ... -
Unix操作系统硬链接与符号链接的区别
2012-12-10 16:08 2027Unix操作系统有很多值得 ... -
nagios配置参数详解
2012-12-04 14:12 9455# Nagios return codes#定 ... -
nagios自定义监控nginx php和ip_conn
2012-12-03 17:57 3175自定义ip_conn.sh :http://zhume ... -
【汇总】shell show收藏
2012-11-29 14:03 1295================== shell从文本取对应的 ... -
Kickstart+PXE+DHCP+TFTP+NFS自动安装Centos5
2012-11-29 11:34 1611http://5ydycm.blog.51cto.com/11 ... -
haproxy+keepalived高可用负载均衡(七层)
2012-11-29 10:36 4014HAproxy是一款基于TCP( ... -
LVS+Keepalived
2012-11-29 10:10 1739http://www.linuxvirtualserver.o ... -
haproxy & LVS*(keepalived和heartbeat) & ng的比较
2012-11-29 10:04 7607http://network.51cto.com/art/ ... -
运维架构师-并不遥远的彼岸
2012-11-28 17:45 1741在百度里搜索运维架构师,你会发现招聘的职位还不少并且月薪、年 ... -
puppet模块汇总
2012-11-21 17:08 3036在磁盘上,一个模块对应一个特殊的目录结构: MODULE_ ...
相关推荐
CentOS yum 源配置文档 CentOS yum 源配置是 Linux 操作系统中的一种软件管理机制,它允许用户从远程或本地仓库中安装、更新和卸载软件包。 yum(Yellow dog Updater Modified)是 CentOS 操作系统的软件包管理器,...
在RHEL(Red Hat Enterprise Linux)6.X系统中,由于官方RHEL的yum源可能需要订阅服务,对于那些没有订阅的用户,可以使用免费的CentOS yum源来替代。CentOS是RHEL的一个开源克隆版,因此它的软件包与RHEL高度兼容。...
在RHEL5中使用CentOS的YUM源是一个常见的做法,尤其是当企业用户没有购买RHEL订阅的情况下。RHEL(Red Hat Enterprise Linux)是企业级Linux发行版,提供专业的技术支持和服务,但需要购买相应的订阅才能使用其全部...
这个博客附件提供了一套步骤来帮助Red Hat 7用户切换到CentOS的yum源,从而实现软件的更新和安装。 首先,我们需要了解`CentOS7-Base-163.repo`这个文件。这是CentOS的一个基础软件仓库配置文件,包含了指向CentOS ...
- **下载CentOS YUM源**:你可以从CentOS的官方网站或者其他可靠的镜像站点下载适用于RHEL7的CentOS YUM源配置文件,通常这些文件以 `.repo` 结尾。 - **替换或添加配置**:将下载的 `.repo` 文件复制到 `/etc/yum...
【CentOS6.9的yum源】:在Linux操作系统中,CentOS 6.9是广泛使用的稳定版本,而YUM(Yellowdog Updater, Modified)则是它的一个关键组件,用于自动化软件包的安装、升级和管理。YUM通过与远程仓库(也称为yum源)...
centos6_64 yum配置,一键搞定.centos6_64 yum配置,一键搞定
本文将深入探讨如何下载与安装CentOS 9 Stream ISO镜像,并详细讲解如何配置YUM源,以便在系统中进行软件包的安装和更新。 一、CentOS 9 Stream ISO镜像获取 CentOS 9 Stream的ISO镜像是安装系统的媒介,可以从官方...
### CentOS配置本地yum源 #### 一、使用CentOS镜像构建本地yum源 在CentOS环境下,系统默认连接的yum源通常是CentOS官方提供的,这在国外服务器上,因此在中国大陆地区使用时可能会遇到访问速度慢甚至是无法访问的...
"Centos6 yum国内源.zip"这个压缩包文件正是为了解决这个问题而提供的,它包含了将CentOS 6的yum源切换到国内镜像站的相关配置。 首先,让我们理解一下YUM(Yellowdog Updater, Modified)是什么。YUM是CentOS系统...
本文将详细讲解如何在CentOS7系统中配置本地YUM源。 首先,你需要一个包含所有所需软件包的本地仓库。通常,你可以从官方网站或其他可靠的来源下载完整的CentOS7 ISO镜像,或者从网络上下载完整的软件包仓库。这些...
标题"rhel中yum源替换centos中yum源"暗示了我们需要了解如何在RHEL系统上更改默认的YUM源,以便它能指向CentOS的软件仓库,或者在CentOS系统上做相反的操作。这个过程通常涉及修改YUM配置文件和获取新的软件仓库镜像...
下载地址 https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo
CentOS 6.5 的 软件源很多官方已经停止维护,该文件包内配置好的yum源是可以正常使用的。将原/etc/yum.repos.d/目录下原来的 .repo 备份, 然后把本文件包内的repo文件复制过去, yum clean all 后,再 yum ...
阿里CentOS6 yum源
CentOS 5 yum源,163 yum源,shouhu yum源
本话题聚焦于如何将Red Hat Enterprise Linux (RHEL) 6系列的YUM源替换为CentOS的YUM源,因为RHEL的官方源需要注册并付费使用,而CentOS则提供了开源且免费的替代源。以下是进行此操作所需了解的关键知识点: 1. **...
安装yum,必须按照顺序... file /usr/lib/python2.6/site-packages/yum/__init__.py from install of yum-3.2.29-40.el6.centos.noarch conflicts with file from package yum-3.2.27-14.el6.noarch ……其它输出略……
通用版redhat6或者centos6的yum源
在 CentOS 系统中,配置本地 Yum 源库是一项重要的任务,特别是在没有网络连接或者网络不稳定的情况下,可以通过本地 Yum 源库来安装和更新软件包。以下是一步一步教你如何在 CentOS 上配置本地 Yum 源库。 首先,...