一般我们安装好系统后常常会有一些软件默认没有安装,但ISO镜像里面都带有了。这时候就需要我们建立本地yum源 建立挂接点: #mkdir -p /media/XXX XXX?自建目录 ? mount?-o?ro?/dev/cdrom?/mnt/iso 挂载ISO...
分类:
其他好文 时间:
2014-10-11 00:18:14
阅读次数:
277
CentOS安装Axel:目前yum源上没有Axel,我们可以到http://pkgs.repoforge.org/axel/下载rpm包安装。32位CentOS执行下面命令:wget -c http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.i386....
分类:
系统相关 时间:
2014-10-10 23:54:14
阅读次数:
265
以前工作中一直使用centos系统,突然今天新装了RedHat5.4系统,想用VIM工具可是新装系统大家都知道没有安装此工具,大家这时肯定都会想到使用YUM安装下就可以了,可是RedHat自带的YUM源,是在收费的情况下才能使用的。于是由于咱是小农阶级没办法GOOGLE下,原来这样的情况不是..
分类:
其他好文 时间:
2014-10-10 21:21:24
阅读次数:
151
1:yum仓库的方式软件仓库的提供方式有三种:file://ftp://http://RPM软件包的来源:RedHat发布的RPM包集合:如bind,lynx,gcc等第三方、用户自定义的RPM包集合:如qq,realplay等软件注:来自第三方的软件如果和yum库的软件包有依赖关系,解决办法:附22:配置yum客户端.repo..
分类:
其他好文 时间:
2014-10-10 20:47:35
阅读次数:
240
最直观的思路安装kernel headers不就好了么,于是输入命令:
yum install kernel-headers
可是安装完以后重新安装vmware-tools时还是提示需要kernel headers,怎么办怎么回事?不要着急,输入命令:
yum install kernel-devel
安装完成,再运行vmware tools的安装文件,发现,就这样OK了~...
分类:
系统相关 时间:
2014-10-10 20:31:14
阅读次数:
214
CentOS6.4使用yum快速搭建LAMP环境安装apache[root@lamp~]#yum-yinstallhttpd开机启动[root@lamp~]#chkconfighttpdon开启服务[root@lamp~]#servicehttpdstart安装一些扩展[root@lamp~]#yuminstall-yhttpd-manualmod_sslmod_perlmod_auth_mysql查看下端口是否启动[root@lamp~]#n..
分类:
其他好文 时间:
2014-10-10 20:12:24
阅读次数:
177
今天要将手机上的录音文件传到电脑上,小米使用MTP设备,在fedora中使用MTP设备,要先安装如下软件:sudo yum install -y gvfs-mtp libmtp simple-mtpfs建立挂载点:sudo mkdir /media/mtp修改权限:sudo chmod 777 /....
分类:
Web程序 时间:
2014-10-10 19:28:04
阅读次数:
287
可能是系统自动升级正在运行,yum在锁定状态中。Anotherappiscurrentlyholdingtheyumlock;waitingforittoexit...Theotherapplicationis:yumMemory:19MRSS(304MBVSZ)Started:FriOct1009:05:582014-10:40agoState:Traced/Stopped,pid:1272可以通过强制关掉yum进程:#rm-f/var/run..
分类:
其他好文 时间:
2014-10-10 16:59:34
阅读次数:
210
下载libevent,这个是memcache的支持。从网上找到源码直接编译安装。注:CentOS默认是安装了的所以不需要再这一步。为测试libevent是否安装成功:#ls-al/usr/lib|greplibeventlrwxrwxrwx1rootroot2111??1217:38libevent-1.2.so.1->libevent-1.2.so.1.0.3-rwxr-xr-x1rootroot..
分类:
Web程序 时间:
2014-10-10 16:25:04
阅读次数:
289
yumremovephpphp-bcmathphp-cliphp-commonphp-develphp-fpmphp-gdphp-imapphp-ldapphp-mbstringphp-mcryptphp-mysqlphp-odbcphp-pdophp-pearphp-pecl-igbinaryphp-xmlphp-xmlrpc
rpm-Uvh
yuminstallphp55wphp55w-bcmathphp55w-cliphp55w-commonphp55w-develphp55w-fpmphp55w-..
分类:
Web程序 时间:
2014-10-10 15:19:04
阅读次数:
181