2003-10-29 Wed
■ 止められないUNIXサーバのセキュリティ対策
tag: [security]
- 第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 - very easy to use wrapper to net/http and net/ftp.
tag: [Ruby]
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" => "[email protected]", "Referer" => "http://www.ruby-lang.org/" ) {|f| ... }
■ 導電インクで「しゃべる新聞紙」も可能に?
■ Amazon.comが書籍の全文検索サービス開始
tag: [search]
http://slashdot.jp/articles/03/10/24/0629225.shtml?topic=102
検索対象となるのは、190社以上の出版社の書籍12万冊以上、
総ページ数は3,300万ページ
検索はユーザ登録してなくても可.
内容を見るにはユーザ登録が必要.