http://www.hotwired.co.jp/news/news/20031028206.html
ftnk.jp -> ~fumi -> ChangeLog -> 2003-10 -> 2003-10-29
2003-10 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2003-10-29 Wed
- 第1回 不要なサービスの停止こそ管理の第一歩
http://www.atmarkit.co.jp/fsecurity/rensai/unix_sec01/unix_sec01.html
- 第2回 ソフトウェアの現状確認とアップグレード
http://www.atmarkit.co.jp/fsecurity/rensai/unix_sec02/unix_sec02.html
- 第3回 サービスをセキュアにするための利用制限〜TCP Wrapperによるサービスのアクセス制限〜
http://www.atmarkit.co.jp/fsecurity/rensai/unix_sec03/unix_sec01.html
- サービスをセキュアにするための利用制限(2)〜管理者特権の利用制限〜
http://www.atmarkit.co.jp/fsecurity/rensai/unix_sec04/unix_sec01.html
openの中に直接URIを書けるようにする。Ruby 1.8標準塔載。
使用例
require 'open-uri'
open("http://www.ruby-lang.org/en/index.html") {|f|
f.each_line {|line| p line}
p f.base_uri
p f.content_type
p f.charset
p f.content_encoding
p f.last_modified
}
open-uri を使わないとこんな感じ
URI.parse("http://www.ruby-lang.org/en/").open(
"User-Agent" => "Ruby/#{RUBY_VERSION}",
"From" => "foo@bar.invalid",
"Referer" => "http://www.ruby-lang.org/"
) {|f|
...
}
■ 導電インクで「しゃべる新聞紙」も可能に?
http://slashdot.jp/articles/03/10/24/0629225.shtml?topic=102
検索対象となるのは、190社以上の出版社の書籍12万冊以上、
総ページ数は3,300万ページ
検索はユーザ登録してなくても可.
内容を見るにはユーザ登録が必要.





