PHP简介安装PHP解决依赖关系# 请配置好yum源(系统安装源及epel源)后执行如下命令:yum
-y groupinstall "Desktop Platform Development"yum -y install bzip2-devel
libmcrypt-devel mhash-deve...
分类:
Web程序 时间:
2014-05-05 22:14:58
阅读次数:
404
A Star not a Tree?
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3272
Accepted: 1664
Description
Luke wants to upgrade his home computer network from 10mbs...
分类:
其他好文 时间:
2014-05-03 21:31:49
阅读次数:
417
Web服务的基本搭建和访问控制环境:web:[root@Web~]#ifconfig|head-2
eth0Linkencap:EthernetHWaddr52:54:01:AC:DE:C4
inetaddr:192.168.122.10Bcast:192.168.122.255Mask:255.255.255.0
[root@rh_1~]#yum-yinstallhttpdNDS:Linkencap:EthernetHWaddr52:54:02:AC:DE:C4
ineta..
分类:
Web程序 时间:
2014-05-03 15:17:05
阅读次数:
389
1、启动系统,我是用iso镜像挂载,挂载到/isomkdir/isomount-a-tiso9660-oloop/dev/cdrom/iso2、安装FTP服务(如果系统已带则在桌面管理-服务器设置-服务可以很方便的启动vsftpd服务)cd/iso/Packagesrpm-ivhvsftpd*chkconfigvsftpdonservicevsftpdstart3、安装createrepo的..
分类:
其他好文 时间:
2014-05-03 15:08:00
阅读次数:
385
1.挂载光盘镜像2.配置yum文件Vim/etc/yum.repos.d/rhel-source.repo3.安装vsftpdYuminstallvsftpd4.主文件/etc/vsftpd/vsftpd.conf配置5.建立虚拟用户口令库文件login.txt6.生成vsftp的认证文件使用db_load命令生成认证文件,“-f”命令选项设置的值是虚拟用户的口令库文件,即..
分类:
系统相关 时间:
2014-05-03 14:55:33
阅读次数:
464
linux源码升级内核当前环境:[root@localhost~]#uname-r
2.6.18-348.el5配置流程:1、准备yum库安装g++gcc[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo
[rhel-server]
name=Redserver
baseurl=file:///misc/cd/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-..
分类:
系统相关 时间:
2014-05-03 14:40:08
阅读次数:
500
安装modsecurity时,出现“configure: *** apu library not found.”。
解决方法:
yum install apr-util-devel...
分类:
其他好文 时间:
2014-05-02 10:52:44
阅读次数:
433
编译Lua时,出现这样的错误:
gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -c -o lua.o lua.clua.c:67:31: error:
查阅了一下,centOS上需要安装readline-devel ncurses-devel
yum install readline-devel ncurses-devel
...
分类:
系统相关 时间:
2014-05-02 07:03:00
阅读次数:
455
强制关掉yum进程:#rm-f/var/run/yum.pid然后就可以使用yum了。
分类:
移动开发 时间:
2014-05-02 04:18:15
阅读次数:
371
一直没有静下心来好好研究研究htk。最近听了豆豆童鞋的建议,决定从头看一遍htk。就从安装开始吧。顺便做个整理。
我的环境是centos 6.5 32bit 在vmware虚拟机中运行。
一、首先要安装依赖。yum的用法就不做记录了,需要安装的是gcc和libx11,命令分别是:
sudo yum install gcc*
sudo yum install libx11*
【因为我没有使...
分类:
系统相关 时间:
2014-05-01 18:32:34
阅读次数:
604