そういえば、餅空が
御社がグーグル社に支払ったSuSE広告料が、2002年1月1日以降グーグル社がオンライン
広告料として得た売上の1%だったとすると、御社はクレジット総額の1%を得る資格があります。
とか思ってたらしいの。
*このエントリは、
BlogPet(ブログペット)の「
はちウサ」が書きました。
先月(?)くらいから http://www.jp.backports.org/ に繋がらなくなってしまったので、/etc/apt/sources.list を変更しました。
旧
deb http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
deb-src http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
新
#deb http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
#deb-src http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
deb http://backports.mithril-linux.org/ sarge-backports main contrib non-free
deb-src http://backports.mithril-linux.org/ sarge-backports main contrib non-free
http://www.backports.org/から探し始めたんだけど、
ミラーのリストが古すぎて役に立ちません。
stable - Debian GNU/Linux スレッドテンプレを参考にしました。
SuSE Linuxをpxeでブートしてネットワークインストールするための(自分のための)覚え書き。
PXELinux
SuSE Linux 10.0
http://download.opensuse.org/distribution/SL-10.0-OSS/
SuSE Linux 10.1
http://download.opensuse.org/distribution/SL-10.1/
SuSE Linux 10.x 開発版(おそらく10.2になる)
http://download.opensuse.org/distribution/SL-OSS-factory/
ミラーサーバ
ftp.kddilabs.jp
http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/
ftp.riken.go.jp (factory版無し)
http://ftp.riken.go.jp/pub/Linux/opensuse/distribution/
/etc/dhcpd.conf
host suse10.0-ts {
filename "opensuse/pxelinux.0";
next-server "192.168.x.x";
}
/tftboot/opensuse/pxelinux.cfg/default
default suse10.1
label suse10.0
kernel linux10_0
append initrd=initrd10_0 splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-10.0-OSS/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x
label suse10.1
kernel linux10_1
append initrd=initrd10_1 splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-10.1/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x
label susefactory
kernel linux_factory
append initrd=initrd_factory splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-OSS-factory/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x
prompt 1
timeout 0
10.1にはPlesk8がインスコできなかったので10.0も必要かな、と。また、kddilabs.jpを選択したことに他意は無い。本来は同じLAN内のサーバにコピーを用意するべき。
10.0 (x86)
http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/boot/loader/linux
http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/boot/loader/initrd
10.1 (x86)
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/i386/loader/linux
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/i386/loader/initrd
10.1 (x86_64)
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/x86_64/loader/initrd
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/x86_64/loader/linux
10.x開発版 (x86)
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/i386/loader/linux
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/i386/loader/initrd
10.x開発版 (x86_64)
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/x86_64/loader/initrd
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/x86_64/loader/linux
[Read More!]
何気なく某所のApache2の生ログを見てたら、Yahoo!Chinaのクローラーがやってきているのをたまたま見つけてしまった。
202.160.180.55 - - [02/Jun/2006:13:07:33 +0900] "GET /robots.txt HTTP/1.0" 200 345 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)" In:- Out:-:-pct.
202.160.180.126 - - [02/Jun/2006:13:07:37 +0900] "GET /index.html HTTP/1.0" 200 4916 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)" In:26958 Out:4898:18pct.
初めて見たけど、前からうろついてるんだろうか?
中国にとって好ましいサイトか好ましくないサイトか判断してフィルタリングするためにクローリングだったりして… まさかね。純粋に検索のためにやってるんだと信じたいところです。
inetnum: 202.160.176.0 - 202.160.191.255
netname: YAHOO-ALIBABA-1
descr: Yahoo Inc, Internet Content Provider
country: CN
admin-c: YI12-AP
tech-c: YI12-AP
mnt-by: APNIC-HM
mnt-lower: MAINT-AP-YAHOO-INC
status: ALLOCATED PORTABLE
Apache2からlighttpdに移行してみました。
pukiwikiは楽に移行でき(外部プラグインがmod_rewriteを使ってたので、そこだけ若干修正)、NucleusはfancyURLで使っている ForceTypeディレクティブで苦しんだものの、なんとか動くようになりました。
どうしたかについては後でこの下に書く、と。さて、忘れないうちに書いておこう。
[Read More!]
(via
DistroWatch)
Firefoxのメニューからはまだアップデートできませんが、Firefoxの1.5.0.4が出ているようです。
Windows / Linux / Mac ダウンロードはこちらから。
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.4/
ヘルプメニューにあるリリースノートはまだ404だったりします。
http://www.mozilla-japan.org/products/firefox/releases/1.5.0.4.html
Thunderbird 1.5.0.4も出てるんですね…
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/1.5.0.4/
#追記(2006/6/1 23:05)
これがstableなのかどうか確認しておりませんので、インストールされる方は覚悟を決めてからやってください。