/* About ----- This directory contains extra files to make the 'fancy urls' feature even more fancier, by eliminating the 'index.php'-part of the URL Installation ------------ 1. Copy all files in this directory (except for index.html) to your main nucleus dir (where your index.php and action.php file are) If you have an already existing .htaccess file (most ftp-programs don't show hidden files by default, so don't start uploading it without checking your server). If you do, download that old one first, and copy the contents of the new .htaccess file (from the fancyurls folder) in your old one, and upload that... 2. Edit this file so that $CONF['Self'] points to your main directory. NOTE: this time, and only this time, the URL should NOT end in a slash 3. Also edit the $CONF['Self'] variable in your index.php, if you don't want to end up with index.php/item/1234 urls when people come via that way 4. Enable 'Fancy URLs' in the Nucleus admin area (nucleus management / edit settings) 5. Off you go! If it doesn't work: ------------------- Remove the files again (don't forget the hidden file .htaccess). Voila. */ // remember: this URL should _NOT_ end with a slash. $CONF['Self'] = 'http://www.momoso-net.com/~ms08'; ?>
2006-06-13: The greatest in the world
6月12日に独立行政法人情報通信研究機構(NICT)の光・時空標準グループなるところが、時刻制度10ナノ秒以内で毎秒100万リクエスト以上に耐えられる日本標準時に直結したNTPサーバを稼働させたと!
なんとこの能力は世界最高性能なんだと。こんな世界一を使わないわけには行かないのでみんなでNTPの設定をしてPCの鼓動を一つにしよー。そしてサッカー日本を応援しよー。(設定方法文頭のリンクから)
そこで我が家のGENTOO Linuxも同じビートにするのでこんなことします。
gentooez8 ~ # vi /etc/ntp.conf
server ntp.tohoku.ac.jp
server ntp.nict.jp ←これ
driftfile /var/lib/ntp/ntp.drift
restrict default nomodify nopeer
restrict 127.0.0.1
logfile /var/log/ntp.log
もともとあった東北大のNTPサーバの下に世界一のビートを追加
gentooez8 ~ # /etc/init.d/ntpd restart
でNTPDの再起動
gentooez8 ~ # ntpq -p
remote refid st t when poll reach delay offset jitter
============================================================
+zao.net.tohoku. .GPS. 1 u 56 64 377 54.902 0.985 0.525
*ntp-b2.nict.go. .PPS. 1 u 57 64 377 42.462 -1.046 2.476
こんなんで動作確認!
日本がんばれー
※八百万の神に
これは大峠に向う山中にひっそりと建つ神社の石段です。なかなか神秘的です。決勝トーナメント進出「ガラガラぱんぱん!」
Category: Gentoo Linux No Trackbacks