配置与管理DNS服务器姓名:马雪敏专业:网络工程查看以bind开头的文件查看磁盘空间安装镜像文件后,再次查看磁盘空间多了1个dvd(etc/sr0)创建一个目录/yum将镜像挂载到/yum目录下,这时/yum下已经有内容了查看磁盘空间,看到/dev/sr0的存放位置有两个进入目录/etc/yum.repo.d..
分类:
其他好文 时间:
2014-06-16 15:39:36
阅读次数:
326
# vi /etc/yum.repos.d/dag.repo[dag]name=Dag RPM Repository for Red Hat Enterprise Linuxbaseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dagg...
分类:
数据库 时间:
2014-06-15 23:52:17
阅读次数:
500
添加系统以外的软件库[1]Addrpmforerepositories#yum-yinstallhttp://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm#把“enabled=0”避免安装软件包发生冲突#sed-i-e"s/enabled=1/enabled=0/g"/etc/yum.repos.d/rpmforge.repo#使用此软件库..
分类:
其他好文 时间:
2014-06-13 21:21:32
阅读次数:
378
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
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
Nagios安装配置说明修改YUM源为国内sohu的站点;[root@nagios~]#cd/etc/yum.repos.d/[root@nagiosyum.repos.d]#lsCentOS-Base.repoCentOS-Debuginfo.repoCentOS-Media.repoCentOS-Vault.repo[root@nagiosyum.repos.d]#mvCentOS-Base.repoCentOS-Base.repo.backup[root@nagiosyu..
分类:
移动开发 时间:
2014-06-10 23:59:17
阅读次数:
484
hql中不能写count(1)可以写count(a.id)里面写具体的属性
String hql="select new com.haiyisoft.vo.entity.cc.repo.BusinessStat( r.paramName ,t.paramName , "
+" (select nvl(count(1),0) "
+" from co...
分类:
其他好文 时间:
2014-06-10 14:54:59
阅读次数:
168
这文章太简单,大家只看我写中文的地方就可以了
Installing RHEL EPEL Repo on Centos 5.x or 6.x
How to install RHEL EPEL repository on Centos 5.x or 6.x
The following article will describe how to configure a...
分类:
其他好文 时间:
2014-06-08 18:10:54
阅读次数:
250
在工作中的经常使用repo命令,但是有时会忘记一些命令和遇到的一些问题,记录下来方便已经查询。
问题1:找不到命令:repo
方法:
在下载android源码的时候用repo时提示找不到命令,可以用如下方法解决,在命令行中输入如下两行:
echo 'export PATH=$PATH:$Home/bin' >>~/.bashrc
export PATH=$PATH...
分类:
移动开发 时间:
2014-06-05 02:39:47
阅读次数:
265
Android 4.0源码下载方法:repo init -u
https://android.googlesource.com/platform/manifest -b
android-4.0.1_r1官方下载页面:http://source.android.com/source/downloadi...
分类:
移动开发 时间:
2014-06-04 14:51:19
阅读次数:
253