Linux下用脚本获取未注册的3位字母域名

五月 17th, 2011 | 1 Comment | Posted in PHP, Shell | 阅读次数: 439 次

Author:gaojinbo Time:2011-5-17 Email:admin@gaojinbo.com 由于有个朋友想注册个好点的域名,一个一个查询太麻烦,很多都被别人注册了。 通过下面的方法,可以方便地查出3位[......]

Read more

Tags: ,

ubuntu 10.04下安装php5.2.x

四月 9th, 2011 | 9 Comments | Posted in PHP, Ubuntu | 阅读次数: 279 次

1.检测php安装版本
php_installed=`dpkg -l | grep php| awk ‘{print $2}’ |tr "\n" " "`

2.删除已安装的php
sudo ap[......]

Read more

Tags: ,

PHP 5.3.6 正式版发布

三月 18th, 2011 | 9 Comments | Posted in PHP | 阅读次数: 259 次

经过两个RC版后,PHP 5.3.6 发布了正式版。 该版本主要是提升了 5.3.x 的稳定性,修复了超过60个bug,有一些跟安全相关。 详细内容请看官方发行说明

Tags:

php-posix安装

三月 10th, 2011 | 2 Comments | Posted in PHP | 阅读次数: 242 次

Author:gaojinbo Time:2011-3-10 linux下安装php-posix,linux php-posix, php-posix rpm,php posix扩展这个问题困扰了近30分钟,后来发现安装如此简单,希望[......]

Read more

Tags: ,

ubuntu10.04下安装配置php+nginx+mysql

三月 9th, 2011 | 1 Comment | Posted in Nginx, PHP, Ubuntu | 阅读次数: 461 次

Author:gaojinbo Time:2011-3-9 其实在ubuntu下安装php+mysql+nginx环境是非常简单的,通过apt就能自动安装了,配置也非常简单。 这个文档适合新手,接触LINUX少的,又想在LINU[......]

Read more

Tags: , ,

ubuntu10.04下安装配置zend Guard代替Zend Optimizer

三月 8th, 2011 | 2 Comments | Posted in PHP, Ubuntu | 阅读次数: 805 次

Author:gaojinbo Time:2011-3-8 由于ubuntu 10.04下通过apt-get安装的php是5.3的,有些php程序使用了Zend Optimizer,php5.3又不支持,通过以下方法安装Zend Gu[......]

Read more

Tags: , ,

编centos5.5下编译安装php5.3.5 V1.0

二月 28th, 2011 | 7 Comments | Posted in Centos, PHP | 阅读次数: 547 次

Author:gaojinbo Time:2011-2-27 Centos5.5下编译安装php5.3.5,编译安装php5.3.5   下载 wget http://cn.php.net/get/php-5[......]

Read more

Tags: ,

php nginx pathinfo支持配置

十二月 29th, 2010 | 3 Comments | Posted in Nginx, PHP | 阅读次数: 361 次

Author:gaojinbo Time:2010-12-29 nginx path_info支持,php path_info,nginx pathinfo,nginx下安装php168,根据以下配置,就能很方便地在nginx上安装[......]

Read more

Tags: , ,

php加速php apc

十一月 10th, 2010 | 2 Comments | Posted in PHP | 阅读次数: 194 次

Author:gaojinbo Time:2010-11-10 加快php执行速度,我们可以使用php的apc扩展,经过测试php运行速度有很大提升。如果已安装Zend Optimizer eAccelerator,有可能会引起冲突。[......]

Read more

Tags: ,

PHP实现多服务器共享 SESSION 数据

八月 21st, 2010 | 9 Comments | Posted in PHP | 阅读次数: 282 次

一、问题起源     稍大一些的网站,通常都会有好几个服务器,每个服务器运行着不同功能的模块,使用不同的二级域名,而一个整体性强的网站,用户系统是统一的,即一套用户名、密码在整个网站的各个模块中都是可以[......]

Read more

Tags: ,