Google
 

2008年11月17日

●携帯振り分け


RewriteEngine On

# SoftBank
RewriteCond %{HTTP_USER_AGENT} ^J-PHONE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Vodafone [OR]
RewriteCond %{HTTP_USER_AGENT} ^MOT- [OR]
RewriteCond %{HTTP_USER_AGENT} ^SoftBank
RewriteRule ^$ /mobile/v/ [R=302,L]

# DoCoMo
RewriteCond %{HTTP_USER_AGENT} ^DoCoMo
RewriteRule ^$ /mobile/i/ [R=302,L]

# au(HDML-Only)
RewriteCond %{HTTP_USER_AGENT} ^UP.Browser [OR]
RewriteCond %{HTTP_USER_AGENT} ^KDDI
RewriteRule ^$ /mobile/a/ [R=302,L]

2008年11月12日

●CentOS 文字化け

/etc/sysconfig/i18n
LANG="ja_JP.eucJP"
SUPPORTED="ja_JP.eucJP:ja_JP:ja"
SYSFONT="latarcyrheb-sun16"

/etc/man.config
PAGER /usr/bin/lv -i

2008年10月26日

●Debian

Debianでインストール済のパッケージのリストを表示するには、
# dpkg -l

/etc/apt/sources.list
deb http://ftp2.jp.debian.org/debian/ etch main contrib non-free
deb http://ftp2.jp.debian.org/debian/ etch-proposed-updates main contrib non-free
deb http://ftp2.jp.debian.org/debian-security/ etch/updates main contrib non-free
deb http://security.debian.org etch/updates main contrib non-free

deb-src http://ftp2.jp.debian.org/debian/ etch main contrib non-free
deb-src http://ftp2.jp.debian.org/debian/ etch-proposed-updates main contrib non-free
deb-src http://ftp2.jp.debian.org/debian-security/ etch/updates main contrib non-free
deb-src http://security.debian.org etch/updates main contrib non-free

続きを読む "Debian"
2008年10月07日

●CentOS4にはnkfがない。。

CentOS4にはnkfがない。。

src.rpmで、RPMを作る

rpmbuild --rebuild nkf-2.0.8b-2.fc9.src.rpm

rpm -ivh nkf-2.0.8b-2.x86_64.rpm
rpm -ivh perl-NKF-2.0.8b-2.x86_64.rpm

2008年08月27日

●Maximum execution time of 30 seconds exceededの対応方法

set_time_limit(60);

2008年08月21日

●vipmap(vpopmail)

/etc/sysconfig/network-script/ifcfg-eth0:0

DEVICE=eth0:0
BOOTPROTO=static
IPADDR=xxx.xxx.xxx.xxx
NETMASK=255.255.255.0
ONBOOT=yesq
NO_ALIASROUTING=yes

vipmap -a xxx.xxx.xxx.xxx fatcat-hosting.net

2008年08月11日

●date

Linux
date +%Y%m%d -d 'yesterday'

FreeBSD
date -v-1d +%Y%m%d

2008年07月31日

●gaminrc

/etc/gamin/gaminrc

fsset ext3 poll 10


2008年07月21日

●最近読んだ本5

丸山圭三郎 『ソシュールの思想』 岩波書店

2008年07月18日

●RPM のデータベースファイルを再構築

rpm --rebuilddb