1.配置yum源# cd /etc/yum.repos.d/#vi dag.repo写入下列内容#Dag RPM Repository Start[dag]name=Dag RPM Repository for RHEL4baseurl=http://ftp.riken.jp/Linux/dag/r...
分类:
其他好文 时间:
2015-08-28 17:17:25
阅读次数:
699
一、简介 splint是一个针对C语言的开源程序静态分析工具。 二、安装配置 1)yum安装 yum install -y splint 2)源码安装 http://www.splint.org/ 配置 http://www.cnblogs.com/qingxia/archive/2012/09/1...
分类:
系统相关 时间:
2015-08-28 00:34:29
阅读次数:
217
sz和rz概述:secureCRT的sz,rz的使用依赖于linux安装包:lrzszsz:send即从服务器向客户端’发送‘下载文件rz:recieve即在服务器从客户端’接收‘上传文件参数帮助:sz--help
rz--help配置方式如下:1挂载ISO镜像[root@rac2yum.repos.d]#mount/dev/sr0/mnt2配置yum源参考命令..
分类:
其他好文 时间:
2015-08-27 19:02:22
阅读次数:
238
1,两台cenots7.0服务器,我是用KVM虚拟机搭建的。2,互相解析hosts文件3,关闭iptables和selinux,ssh开启4,配置yum源,安装pacemaker,corosync,drbd5,配置drbd,选择procotoC,复制模式,验证结果6,配置corosync,基于crm管理VIP,FSsystem,DRBD块设备7,验证结果,能..
分类:
其他好文 时间:
2015-08-25 12:40:17
阅读次数:
373
1、配置yum源vim/etc/yum.repos.d/CentOS-Base.repo
[mongodb-org-2.6]
name=MongoDB2.6Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1yumcleanall2、安装yuminstall-ymongodb-orgPS:如果yum安装因为网络不给力,那就..
分类:
数据库 时间:
2015-08-18 06:49:48
阅读次数:
167
1 创建rhel-debuginfo.repo,如果有则先备份再删除 cd /etc/yum.repos.d
rm rhel-debuginfo.repo
vi rhel-debuginfo.repo 插入以下内容: [Server]
name=Red Hat Enterprise Linux Server
baseurl=file:///home/redhat-iso #本地i...
分类:
其他好文 时间:
2015-08-17 10:12:46
阅读次数:
171
1、安装的时候要选择带GUI的,就是要带图形的。不然很麻烦。2、如果没有带图形,则需要1)安装和配置YUM。mount /Media /mntcd /mntcd /etc/yum.repo.d/vi server.reponame=serverbaseurl=ftp:///mntenabled=1g...
分类:
其他好文 时间:
2015-08-03 13:02:50
阅读次数:
173
1、安装的时候要选择带GUI的,就是要带图形的。不然很麻烦。2、如果没有带图形,则需要1)安装和配置YUM。mount /Media /mntcd /mntcd /etc/yum.repo.d/vi server.reponame=serverbaseurl=ftp:///mntenabled=1g...
分类:
其他好文 时间:
2015-08-03 12:52:44
阅读次数:
143
每次讲课都要配置yum,很麻烦,自己总接了一下,写了个脚本,一键完成。把它当作系统安装刚安装完成后的优化,是很不错的。不废话了,上脚本[root@localhost~]#viyum_config.sh#!/bin/bash#byscfa2015-08-01############installbasetools#########echo"#######################..
分类:
其他好文 时间:
2015-08-02 06:31:01
阅读次数:
122
linux系统管理之ip配置、yum本地仓库搭建、密码破解1.配置ip2.搭建本地仓库3.破密码‘
分类:
系统相关 时间:
2015-07-30 02:19:40
阅读次数:
295