Archive for category linux 服务器安装

apache cassandra在php上的一些应用

http://github.com/mjpearson/Pandra/downloads

Dependencies

        * Cassandra >= 0.6

        * Thrift Interface (tested cassandra.thrift and pre-generated files are packaged)

        * PHP >= 5.3

        * OSSP PHP-UUID module

        – Optional

            * Model Generation – syck yaml

            * Caching – APC or Memcached (PECL)

            * Logging – Syslog, Sendmail and FirePHP
http://incubator.apache.org/cassandra/

No Comments

GraphicsMagick 安装使用

淘宝用于图片resize和水印的工具不是imagemagick而是graphicsmagick,效率据说高一些,我们来试试

download : http://www.graphicsmagick.org/download.html

下载.tar.gz文件 Read the rest of this entry »

No Comments

apache Could not reliably determine the server’s fully 解决。。

修改httpd.conf

ServerName localhost:80

这样就ok了啊~~

No Comments