wgethttp://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpmyuminstallepel-release-7-1.noarch.rpm或者用rpm-ivhepel-release-7-1.noarch.rpm安装查看是否安装成功:yumrepolist
分类:
其他好文 时间:
2014-09-01 15:50:14
阅读次数:
550
步骤:启动的时候,在启动界面,相应启动项,内核名称上按“e”;进入后,找到linux16开头的地方,按“end”键到最后,输入rd.break,按ctrl+x进入;进去后输入命令mount,发现根为/sysroot/,并且不能写,只有ro=readonly权限;mount-oremount,rw/sysroot/,重新挂载,之后mou..
分类:
其他好文 时间:
2014-09-01 02:52:13
阅读次数:
295
在RHEL7里有几种防火墙共存:firewalld、iptables、ebtables,默认使用firewalld来管理netfilter子系统,不过底层调用的命令仍然是iptables等。因为这几个daemon是冲突的建议禁用其他的几种服务:systemctlmaskiptables(ip6tables,ebtables)在firewalld中使用了区域(zone)的概..
分类:
其他好文 时间:
2014-09-01 02:52:03
阅读次数:
5621
http://blog.csdn.net/pkueecser/article/details/8836973重要:存放路径 cd /etc/yum.repos.d首先备份CentOS-Base.repomv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.re....
分类:
其他好文 时间:
2014-08-29 21:15:38
阅读次数:
198
阿里云上有详细介绍: 环境配置http://www.aliyun.com/目录:一、Redhat/CentOS安装vsftp软件二、Ubuntu/Debian安装vsftp软件一、Redhat/CentOS安装vsftp软件1.更新yum源首先需要更新系统的yum源,便捷工具下载地址:http:/....
分类:
系统相关 时间:
2014-08-29 19:57:28
阅读次数:
289
rhel5.4 x64安装apache http server2.2.27,并创建自动启服务1、使用yum安装gcc和make,如何使用yum,请参阅使用光盘创建yum源2、上传apache http server,文件名:httpd-2.2.27.tar3、安装httpserver# mkdir ...
分类:
其他好文 时间:
2014-08-28 09:32:39
阅读次数:
212
cd/etc/yum.repos.d/cprhel-debuginfo.reporhel-debuginfo.repo.bak替换rhel-debuginfo.repo然后导入key,记得dns配置好了32bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/i386/RPM-GPG-KEY-CentOS-564bit:rpm--importhttp://ftp.sjtu.edu.cn/centos/5/os/x86_64/RPM-GPG..
分类:
其他好文 时间:
2014-08-27 19:00:59
阅读次数:
181
在安装时,一定要使用Centos6.4光盘为yum源,否则可能使用了版本有问题的openssl1、首先要先安装GCC GCC-C++ Openssl等依赖模块: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl...
分类:
数据库 时间:
2014-08-27 18:10:28
阅读次数:
338
软件包是什么?centos如何安装,卸载,升级软件包?软件包如何管理?如何编译安装?如何配置yum源?一个软件包的组成部分:1.二进制程序位置:/bin/sbin/usr/bin/usr/sbin/usr/local/bin/usr/local/sbin2.库文件位置:/lib/usr/lib/usr/local/lib3.配置文件位置:/etc4.帮助文..
分类:
系统相关 时间:
2014-08-27 02:46:07
阅读次数:
276
1.创建挂载目录# mkdir -p /media/cdrom2.挂载对应系统版本的iso光盘镜像文件# mount -o loop -t iso9660 /opt/rhel-server-6.2-x86_64-dvd.iso /media/cdrom3.配置yum文件如下# vi /etc/yum...
分类:
系统相关 时间:
2014-08-26 22:43:16
阅读次数:
323