Archive for 10月, 2009

 

楽天キャッシュ

10月 26th, 2009

楽天アフィリエイトの報酬が来年の一月から3000ポイント以上については楽天キャッシュで返金するそうです。
税務署に言われたんですかね?ポイント留保が恐ろしいことになってると予想されますので
楽天カードは、楽天で利用すると2ポイント、普段使っても1ポイントつきます。
普段使って一ポイント帰ってくるので、家賃や生活費をカードで落とすと結構貯まります。

Read full article | コメントは受け付けていません。

WordPress 2.8.4を使ってみました。

10月 25th, 2009

今まで自作のシステムとmovable typeしか使ったことなかったのですが。
wordpressを使っている人が多いので使ってみました。
メリット : 無料、商用利用可能
デメリット : 静的コンテンツの書き出し、複数サイトの管理がやや
(使いなれていたり、いろいろいじってる人は問題ないかもしれません。)
使ってみたplugin
– hyper cache
– Google XML Sitemaps
後で自作のタグやリンクを入れたいですね。

Read full article | コメントは受け付けていません。

install APC 3.0.19 to centos ,php5.1.x

10月 25th, 2009

yum install php-devel
yum install gcc
yum install make
3.0.19を入れてみる。
http://pecl.php.net/package/APC
よりダウンロード
解凍した場所で
[APC-3.0.19]#phpize
[APC-3.0.19]#whereis php-config
[APC-3.0.19]#php-config: /usr/bin/php-config
php-configの場所だけ変更
[APC-3.0.19]#./configure –enable-apc-mmap –with-apxs –with-php-config=/usr/bin/php-config
# make install
Installing shared extensions: /usr/lib/php/modules/
[APC-3.0.19]# vim /etc/php.ini
extension=apc.so
[APC-3.0.19]#/etc/init.d/httpd restart
[APC-3.0.19]#php -i
apc
APC Support => disabled
Version => 3.0.19
MMAP Support => Enabled
MMAP File Mask =>
Locking type => pthread mutex Locks
Revision => $Revision: 3.154.2.5 $
Build Date => Oct 25 2009 15:21:14
有効になっていない。
php.iniにとりあえず一行追加
extension=apc.so
[...]

Read full article | コメントは受け付けていません。

Hello world!

10月 25th, 2009

blogをwordpressに替えました。
古いものはこちら

Read full article | 1 Comment »