今天在redhat5.4_64系统替换yum源的时候出现:[root@mailyum.repos.d]#yumcleanmetadataTherewasaproblemimportingoneofthePythonmodulesrequiredtorunyum.Theerrorleadingtothisproblemwas:/usr/lib/python2.4/site-packages/_sqlitecache.so:wrongELFclass:ELFCLASS32Pleasei..
分类:
其他好文 时间:
2014-07-26 15:39:48
阅读次数:
278
#!/bin/bash
#Author:kernal
#Date:2014-03-25
#Filename:autoinstall_zabbixclient.sh
#autoinstall&configzabbix_agent_client
find/etc/yum.repos.d/-nameepel.repo
if[$?-eq0];then
yum–enablerepo=epel-yinstallzabbix-agent
else
rpm-ivhhttp://dl.fedorapro..
分类:
其他好文 时间:
2014-07-26 03:08:27
阅读次数:
283
#mkdir /mnt/ISO#mount -o loop /root/CentOS-6.4-x86_64-bin-DVD1.iso /mnt/ISO/#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_ba...
分类:
其他好文 时间:
2014-07-25 14:24:31
阅读次数:
235
1、tomcat的代码托管在svn上,地址是:http://svn.apache.org/repos/asf。可以再apache网站上直接下载src。2、直接利用Myeclipse没有能试成功。按照http://blog.csdn.net/kingzuo/article/details/695547...
分类:
系统相关 时间:
2014-07-24 17:24:20
阅读次数:
277
查看一个命令属于哪个rpm包[root@node1yum.repos.d]#whichssh-copy-id
/usr/bin/ssh-copy-id
Youhavenewmailin/var/spool/mail/root
[root@node1yum.repos.d]#rpm-qf/usr/bin/ssh-copy-id
openssh-clients-4.3p2-82.el5
分类:
其他好文 时间:
2014-07-23 21:27:46
阅读次数:
204
前言:在Eclipse中安装好Maven插件,然后创建一个Simple项目。在Eclipse中检出Shiro的官方示例,地址http://svn.apache.org/repos/asf/shiro/trunk/samples/,参考spring-hibernate项目配置。由于之前对Maven的认识不足所以今天专门配置来了解其工作机制,下面是我按照SVN上配置的示例。...
分类:
编程语言 时间:
2014-07-23 18:07:16
阅读次数:
309
自己在家笔记本装来个双系统玩玩,发现触摸板很烦人,禁用!1、安装一个小神器yum install xorg-x11-apps2、查看你到输入硬件对应的id,方便禁用命令[root@huangzhen yum.repos.d]# xinput list? Virtual core pointer .....
分类:
其他好文 时间:
2014-07-23 11:44:06
阅读次数:
331
1.**复制RHEL光盘内容到本地磁盘** 将RHEL光盘的内容复制到一个本地目录下: /var/yum/rhel-6.5/ 2.**创建本地源配置文件** # touch /etc/yum.repos.d/local.repo # vim /etc/yum.repos.d/local.repo [base] nam...
分类:
其他好文 时间:
2014-07-22 09:00:05
阅读次数:
190
#!/bin/sh#POST-COMMITHOOK##Thepost-commithookisinvokedafteracommit.Subversionruns#thishookbyinvokingaprogram(script,executable,binary,etc.)#named‘post-commit‘(forwhichthisfileisatemplate)withthe#followingorderedarguments:##[1]REPOS-PATH(thepathtothisreposit..
分类:
其他好文 时间:
2014-07-21 15:25:17
阅读次数:
284
代码发布流程:代码上线:通过工具进行代码分发,分发方式:push(推)、pull(拉)一般拉得方式比较安全一些。工具:jenkins测试:使用wordpressinstallation:wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.reporpm--importhttp://pkg.jenkin..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
349