2009年8月27日木曜日

Firefoxのデータベース最適化

Firefoxを長く使っていると、内部データベースが肥大化して速度が遅くなる。。。らしいので、データベースを最適化します。

[ツール]→[エラーコンソール]でエラーコンソールを開く(Ctrl + Shift + J)
エラーコンソールに下のコードを入力。
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");
[コードを評価]を押す。Firefoxが固まるのでしばらく待つ。
最適化完了。リンク
らしいが、実感できない。元のサイトでも疑ってる声があるような感じ。

参考
http://lifehacker.com/5344418/make-firefox-faster-by-vacuuming-your-database
http://www.ideaxidea.com/archives/2009/08/how_to_optimize_firefox_internal_db.html

2009年8月25日火曜日

Ubuntu8.04ppcのsource.list

Ubuntu8.04のppc版はsource.listを書き直さないとapt-getしたときにエラーが出てしまう。追記する形で問題ないようだけど、エラーメッセージを消すためには、デフォルトのミラーサーバーのURLをコメントアウトする必要がある。
緑色の字がコメントアウトした行。赤色の字が追記した行。ソースリストだけコメントアウトすれば良いっぽい。赤字の部分はどこかのサイトにかいてあったのをコピペしたんだけど、サイトを忘れた。Ubuntuがppc版を非公式でリリースするようになったから、ミラーサーバーも限定されているみたい。
/etc/apt$ cat sources.list
#
# deb cdrom:[Ubuntu-Server 8.04.1 _Hardy Heron_ - Release powerpc (20080703)]/ hardy main restricted

#deb cdrom:[Ubuntu-Server 8.04.1 _Hardy Heron_ - Release powerpc (20080703)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ports.ubuntu.com/ubuntu-ports/ hardy main restricted
# deb-src http://ports.ubuntu.com/ubuntu hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates main restricted
# deb-src http://ports.ubuntu.com/ubuntu hardy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy universe
# deb-src http://ports.ubuntu.com/ubuntu hardy universe
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates universe
# deb-src http://ports.ubuntu.com/ubuntu hardy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ports.ubuntu.com/ubuntu-ports/ hardy multiverse
# deb-src http://ports.ubuntu.com/ubuntu hardy multiverse
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-updates multiverse
# deb-src http://ports.ubuntu.com/ubuntu hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://ports.ubuntu.com/ubuntu-ports/ hardy-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
# deb http://archive.canonical.com/ubuntu hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security main restricted
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security universe
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security universe
deb http://ports.ubuntu.com/ubuntu-ports/ hardy-security multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ hardy-security multiverse

2009年8月8日土曜日

Ubuntu8.04とCanon Pixus 560iを接続

Ubuntu8.04LTSにCanon PIXUS 560iを接続する方法です。USBケーブルで接続して、ドライバをインストールすれば動作します。

始めに/etc/apt/sources.listに次の行を追加します。
deb http://mambo.kuhp.kyoto-u.ac.jp/~takushi/ubuntu ./
ポイントは、ubuntuユーザーは末尾をubuntuとすることです。debianとなっていると、後でダウンロードするファイルがダウンロードできません。

それからapt-getコマンドで情報を更新して、適切なプログラムをインストールします。
# apt-get update
# apt-get install libcnbj-2.4 bjfilter-2.4 pstocanonbj
最新はlibcnbj-2.6 bjfilter-2.6でした。
インストールできたら[システム]→[システム管理]→[印刷]でプリンタの設定をします。ドライバを「Canon PIXUS 560i ver.2.4」にして、テスト印刷してみます。

こんな感じ。

参考
http://mambo.kuhp.kyoto-u.ac.jp/~takushi/japanese.html#canon
https://forums.ubuntulinux.jp/viewtopic.php?pid=31605

2009年8月1日土曜日

BIND 9 に脆弱性

今年の夏もBINDに脆弱性が発見されたみたい。

参考
http://jprs.jp/tech/security/bind9-vuln-dynamic-update.html

確か去年の夏もひと騒ぎあったような気がするが。

ということで、管理しているプライマリーDNSをアップデートします。
手順としては、killコマンドでnamedのプロセスを止め、namedディレクトリをまるごとバックアップします。これは念のため。

使っているBINDのバージョンを調べて、最新のBINDをダウンロード。

# /usr/local/sbin/named -v
BIND 9.6.0-P1
バージョンはBIND 9.6.0-P1なので、最新バージョンのBIND 9.6.1-P1をダウンロード。tarコマンドで展開した後、インストールします。
# wget http://ftp.isc.org/isc/bind9/9.6.1-P1/bind-9.6.1-P1.tar.gz
# tar xvfz bind-9.6.1-P1.tar.gz
# cd bind-9.6.1-P1
# ./configure
# make
# make install
インストールしたらnamedを立ち上げます。
# /usr/local/sbin/named -u named -t /var/named/
立ち上がったらdigコマンドで動作確認。バージョンが9.6.1-P1になっていることも確認できた。

SOAレコード
# dig @localhost google.co.jp soa

; <<>> DiG 9.6.1-P1 <<>> @localhost google.co.jp soa
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37582
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;google.co.jp. IN SOA

;; ANSWER SECTION:
google.co.jp. 86400 IN SOA ns1.google.com. dns-admin.google.com. 1387850 21600 3600 1209600 300

;; AUTHORITY SECTION:
google.co.jp. 345600 IN NS ns1.google.com.
google.co.jp. 345600 IN NS ns2.google.com.
google.co.jp. 345600 IN NS ns4.google.com.
google.co.jp. 345600 IN NS ns3.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 345542 IN A 216.239.32.10
ns2.google.com. 172742 IN A 216.239.34.10
ns3.google.com. 172742 IN A 216.239.36.10
ns4.google.com. 172742 IN A 216.239.38.10

;; Query time: 46 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 1 03:44:49 2009
;; MSG SIZE rcvd: 222

正引き
# dig @localhost google.co.jp a

; <<>> DiG 9.6.1-P1 <<>> @localhost google.co.jp a
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21758
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;google.co.jp. IN A

;; ANSWER SECTION:
google.co.jp. 1402 IN A 74.125.95.104
google.co.jp. 1402 IN A 72.14.203.104
google.co.jp. 1402 IN A 74.125.91.104

;; AUTHORITY SECTION:
google.co.jp. 345260 IN NS ns1.google.com.
google.co.jp. 345260 IN NS ns4.google.com.
google.co.jp. 345260 IN NS ns3.google.com.
google.co.jp. 345260 IN NS ns2.google.com.

;; ADDITIONAL SECTION:
ns1.google.com. 345202 IN A 216.239.32.10
ns2.google.com. 172402 IN A 216.239.34.10
ns3.google.com. 172402 IN A 216.239.36.10
ns4.google.com. 172402 IN A 216.239.38.10

;; Query time: 5 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 1 03:50:29 2009
;; MSG SIZE rcvd: 224

逆引き
# dig @localhost -x 192.168.10.1

; <<>> DiG 9.6.1-P1 <<>> @localhost -x 192.168.10.1
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56849
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;1.10.168.192.in-addr.arpa. IN PTR

;; AUTHORITY SECTION:
168.192.in-addr.arpa. 10800 IN SOA prisoner.iana.org. hostmaster.root-servers.org. 2002040800 1800 900 604800 604800

;; Query time: 29 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 1 03:48:28 2009
;; MSG SIZE rcvd: 120

問題なく動作していそうです。