当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: #!/bin/sh APACHE_VER="2.0.
 

 

 ·linux下wu-ftpd的配置使用指南    »显示摘要«
    摘要:linux下wu-ftpd的配置使用指南linux下一般最常用的ftp工具wu-ftpd.(以前) wu-ftpd的安装非常容易,大多数版本的linux中都包含了wu-ftpd的rpm软件包,你可以在安装linux时指定装入。如果你想自行编译源代码,也可以到ftp://ftp.wu-ftpd.org下载最新版本的源代码包。 安装好以后,可以用ckconfig命令来检查是否已经正确安装。在/etc/......
 ·外贸英语900句 之 价格price    »显示摘要«
    摘要:外贸英语900句 之 价格price(一) business is closed at this price. 交易就按此价敲定。 your price inacceptable (unacceptable). 你方价格可以(不可以)接受。 your price is feasible (infeasible). 你方价格是可行(不可行)的。 your price is......


一步到位的 LAMP 安装脚本 (AMP部分)

#!/bin/sh 【程序编程相关:2G还是40G?Linux到底需要多少虚

【推荐阅读:sed 的用法

apache_ver="2.0.54" 【扩展信息:欢迎加入我的QQ群!

php_ver="4.4.0"

mysql_ver="4.0.25"

httpd="/httpd"

mysql="/mysql"

#src_root="/root/comp/test"

if [ -e mysql-$.tar.bz2 ]; then

echo "mysql-$.tar.bz2"

tar -jxf mysql-$.tar.bz2

else

echo "mysql-$.tar.gz"

tar -zxf mysql-$.tar.gz

fi

cd mysql-$

pwd

./configure --prefix=$ \

--with-charset=gb2312 \

--without-bench \

--without-docs \

--with-mysqld-user=mysqld \

cflags=-duse_old_functions \

--with-pthread 2>&1 >>test.log

make 2>&1 >>test.log

make install 2>&1 >>test.log

cp support-files/my-medium.cnf /etc/my.cnf

cp support-files/mysql.server /etc/rc.d/mysql.server

cd $

bin/mysql_install_db --user=mysqld

chown -r root  .

chown -r mysqld var

chgrp -r mysqld .

bin/mysqld_safe --user=mysqld &


...   下一页
 ·代理arp    »显示摘要«
    摘要:什么是proxy arp?proxy arp就是通过使用一个主机(通常为router),来作为指定的设备对另一设备作出arp请求的应答proxy arp是如何工作的?设备需求:cisco 2500系列的rourercisco ios release 12.2(10b)screen.width-500)this.style.width=screen.width-500; }" border="0"......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE