发布时间:2013-05-09 10:34:16
一、环境搭建1、apache+php+mysql。php必需有GD库的支持,不然无法表现注册验证码。2、应用mantis最新版本mantis-1.0.6.tar.gz二、安装设置 1、apache+php+mysql安装略。2、下载mantis。wget tar zxvf mantis-1.0.6.tar.gzmv mantis-1.0.6 /usr/local/mantis3、添加apache假造目次。vi /usr/local/apache.........【阅读全文】
发布时间:2013-05-08 10:31:15
建立oracle的rac经常要建立ssh相互认证,每次都是使用copy 和 paste来建立,很容易错误,自己写了一个简单的脚本,很容易完成这个工作,如下:mkdir -p ~/.sshchmod 755 ~/.ssh/usr/bin/ssh-keygen -t rsa/usr/bin/ssh-keygen -t dsacat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keyscat ~/.ssh/id_dsa.pu.........【阅读全文】
发布时间:2013-05-07 10:32:03
名称:expr ### 字串长度 shell>> expr length "this is a test" 14 ### 数字商数 shell>> expr 14 % 9 5 ### 从位置处抓取字串 shell>> expr substr "this is a test" 3 5 is is ### 数字串 only the first character shell>> expr index "testforthegame" e 2 ### 字串真实重现 shell>> expr quo.........【阅读全文】
发布时间:2013-05-06 09:59:49
实验环境Centos4.5pcre-7.8.tar.gz 正则表达式下载地址:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/nginx-0.7.26.tar下载地址:http://www.nginx.net/ php-5.2.6.tar.bz2下载地址:http://www.php.net/releases/php-5.2.6-fpm-0.5.9.diff.gzphp-fpm是为PHP打的一.........【阅读全文】
发布时间:2013-05-02 10:32:48
在linux系统下,如果你下载并安装了应用程序,很有可能在键入它的名称时出现“command not found”的提示内容。如果每次都到安装目标文件夹内,找到可执行文件来进行操作就太繁琐了。这涉及到环境Linuxfuwuqijiqun/index.html'>变量PATH的设置问题,而PATH的设置也 是在linux下定制环境Linuxfuwuqijiqun/index.html'>变量P.........【阅读全文】