CentOS的软件安装方法rpm和yumcentos的软件安装大致可以分为两种类型:[centos]rpm文件安装,使用rpm指令 类似[ubuntu]deb文件安装,使用dpkg指令[centos]yum安装 类似[ubuntu]apt-get安装rpm命令(一)查询系统装已经安装的软件信息...
分类:
其他好文 时间:
2014-09-17 11:39:02
阅读次数:
182
32位的RHEL6如何使用CentOS6的yum源分类:Linux基础学习2012-12-03 21:56325人阅读评论(0)收藏举报32位的RHEL6如何使用CentOS6的yum源(2012-01-16 19:29)http://blog.chinaunix.net/uid-24501667-...
分类:
其他好文 时间:
2014-09-17 10:02:02
阅读次数:
312
一、下载VirtualBox的RHEL软件库配置文件 cd /etc/yum.repos.dwget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo二、安装RPMForge ...
分类:
其他好文 时间:
2014-09-17 07:49:41
阅读次数:
239
一、安装apache
[root@server03 etc]# yum install httpd
二、配置
[root@server03 etc]# cd /var/www/html
建一个网页
[root@server03 html]# vim index.html
开启服务
[root@server03 html]# service httpd start
在浏览器输入本机i...
分类:
其他好文 时间:
2014-09-16 18:57:51
阅读次数:
238
一、安装
yum install bind-utils.x86_64
yum install bind
二、配置
vim /etc/named.conf
编辑文件内容为:
############################################################
options {
listen-on port 53 { 127.0.0...
分类:
其他好文 时间:
2014-09-16 17:25:50
阅读次数:
328
什么是yumyum是yellowdogupdatermodified的缩写。yellowdog是一个Linux的distribution,RH将这种升级技术利用到自己的distribution形成了现在的yum,感觉上yum和apt的原理类似,但是apt是编译代码,执行效率远高于使用python写成的yum。yum的理念是使用一个中心仓库(repository..
分类:
系统相关 时间:
2014-09-16 16:08:42
阅读次数:
386
优化linux系统:1.安装精简的系统安装包。2.配置高速国内yum源。3.禁止开机不必要的服务。4.优化系统内核参数/etc/sysctl.conf5.增加系统文件描述符,堆栈等配置。6.禁止root远程登陆,修改ssh端口为特殊端口,禁止DNS,空密码。7,有外网IP的机器要开启配置防火墙,仅对外开启..
分类:
系统相关 时间:
2014-09-16 12:51:21
阅读次数:
293
1、安装依赖包yum install flex byacc libpcap ncurses ncurses-devel libpcap-devel2、下载iftopwget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gzta...
分类:
系统相关 时间:
2014-09-16 12:23:40
阅读次数:
290
http://www.server110.com/mariadb/201310/2670.html1、在 /etc/yum.repos.d/ 下建立 MariaDB.repo,内容如下:[azureuser@mono etc]$ cd /etc/yum.repos.d[azureuser@mono ...
分类:
数据库 时间:
2014-09-16 12:21:50
阅读次数:
232
iRedMail是个专门用于Redhat/CentOS下的企业Mail服务集成安装软件包,本来只要有干净的系统就可以轻松安装,无奈国内网络状况和墙头众多,安装中也有很多问题需要解决,下面记录的都是我安装之中所遇到问题,特记录下来备忘。1,首先要替换系统的yum源到国内的镜像源,否则用yum安装软.....
分类:
其他好文 时间:
2014-09-16 12:17:20
阅读次数:
2480