yum配置与使用(很详细)yum的配置一般有两种方式,一种是直接配置/etc目录下的yum.conf文件,另外一种是在/etc/yum.repos.d目录下增加.repo文件。一、yum的配置文件$cat/etc/yum.conf[main]cachedir=/var/cache/yum#yum下载...
分类:
其他好文 时间:
2014-06-11 23:11:34
阅读次数:
376
1.下载并安装最新的bind包yum install –y bind bind-chroot
bind-utis2.配置named.confacl internals{ 127.0.0.0/8; 192.168.0.0/24;};view
"internal" { m...
分类:
其他好文 时间:
2014-06-11 22:51:09
阅读次数:
331
Server端:一.安装NTP包1 #yum -y install ntp
/*yum安装NTP服务*/2 #chkconfig --add ntpd /*添加NTP*/3 #chkconfig ntpd on ...
分类:
其他好文 时间:
2014-06-11 22:37:33
阅读次数:
335
linux yum命令详解yum(全 称为 Yellow dog Updater,
Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载
RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无...
分类:
其他好文 时间:
2014-06-11 22:15:39
阅读次数:
321
This how-to will explain how to download rpm
packages from a yum repository without installing them. This will work on Redhat
Enterprise Linux 5.x, Fe...
分类:
其他好文 时间:
2014-06-11 22:07:34
阅读次数:
406
pre-read;为了达到一键搞定的目的!现Ruiy简单做如下几小条规定
如果你想这么一键来搞定请君莫要违背约束!1. 下载 `二进制` mysql软件介质版本不限,二进制包务必,源码及rpm包格式,此处玩不转;eg: wget
http://cdn.mysql.com/Downloads/MySQ...
分类:
数据库 时间:
2014-06-11 21:45:49
阅读次数:
440
centOs下: error: Failed dependencies: 检查依赖性错误
解决方法刚才安装avast的linux版,结果出现了:[root@localhost /]# rpm -ivh
avast4workstation-1.3.0-1.i586.rpmerror: Failed d...
分类:
其他好文 时间:
2014-06-11 12:34:53
阅读次数:
186
一、安装Apache2 #yum -y install
httpd安装配置完成,启动httpd服务#service httpd start二、安装Mysql1.安装mysql#yum -y install
mysql-server安装完成,启动mysql服务:#service mysqld star...
分类:
数据库 时间:
2014-06-11 11:14:36
阅读次数:
416
系统为centOS;配置网络cd
/etc/sysconfig/network-scripts/vi ifcfg-eth0先按装pel和相关模块yum -y install
perl-develyum -y install perl-CPAN然后进行CPAN的配置cpan -i o conf ini...
分类:
其他好文 时间:
2014-06-05 19:24:28
阅读次数:
396
在Debian系列中安装软件包可以使用apt或者dpkg安装deb包,但是在CentOs,
Redhat等则只能安装RPM包,如果希望在Redhat或者CentOS下也安装Deb包的话是不可行的,但是可以使用alien工具将Deb包转换为Rpm包,安装alien的过程很简单。1.到http://ww...
分类:
其他好文 时间:
2014-06-05 16:12:45
阅读次数:
300