memo.xight.org

日々のメモ

サポートが終了したRed Hat Linuxをアップデートするには

下準備

GnuPGがインストールされていない場合は

# rpm -Uvh http://download.fedoralegacy.org/redhat/9/updates/i386/gnupg-1.2.1-9.i386.rpm


aptを利用する場合

1. aptのインストール

# rpm -ivh http://download.fedora.us/fedora/redhat/9/i386/RPMS.stable/apt-0.5.5cnc6-0.fdr.8.rh90.i386.rpm


2. /etc/apt/sources.listの編集

rpm http://download.fedoralegacy.org/apt redhat/9/i386 os updates legacy-utils
# ミラーサーバの場合
rpm http://ftp.riken.go.jp/pub/Linux/fedoralegacy/apt redhat/8.0/i386 os updates legacy-utils

3. apt DBの更新

# apt-get update


4. PGPキーの追加

# rpm --import http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY


5. パッケージのアップデート

# apt-get upgrade


yumを利用する場合

1. yumのインストール

# rpm -ivh http://download.fedora.us/fedora/redhat/9/i386/RPMS.stable/yum-2.0.3-0.fdr.1.rh90.noarch.rpm


2. /etc/yum.conf の編集 (ミラーサイトを利用する場合)

[redhat-os]
name=Red Hat Linux $releasever ($basearch)
baseurl=
# http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/os/
  http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/os/$basearch/

[redhat-updates]
name=Red Hat Linux $releasever ($basearch) updates
baseurl=
#  http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/updates/
  http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/updates/$basearch/

3. PGPキーのアップデート

# rpm --import http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY


4. yum update

# yum update


5. Red Hat Networkを利用していた場合
以下のコマンドを実行してデーモンを止めておく.

# service rhnsd stop
# chkconfig rhnsd off


トラブルシューティング

warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2

上記エラーの場合は以下を実行してみる.

# rpm --import /usr/share/doc/yum-2.0.3/*GPG-KEY
# rpm --import /usr/share/rhn/RPM-GPG-KEY


Reference

@IT - サポートが終了したRed Hat Linuxをアップデートするには (apt編)
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/602endrhlup2.html
@IT - サポートが終了したRed Hat Linuxをアップデートするには (yum編)
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/599endrhlup.html
The Fedora Legacy Project
http://www.fedoralegacy.org/

クリップボードの盗聴

Reference

Ceekz Logs - あなたのクリップボードが盗まれる
http://private.ceek.jp/archives/001639.html
Internet Explorerの「スクリプトによる貼り付け処理」機能の能力を検証する
http://java-house.jp/%7Etakagi/security/misc/jscript-clipboard/test.html

via

[結]2005年11月 - www.textfile.org
http://www.hyuki.com/t/200511.html#i20051124072059
[結]2005年11月 - www.textfile.org
http://www.hyuki.com/t/200511.html#i20051124131544

text-hatena.jsを利用したはてな記法ワープロ

Summary

Text::HatenaのJavaScript移植版.

Reference

はてな記法ワープロ
http://tech.nitoyon.com/javascript/application/texthatena/wordpro/

text-hatena.js 公開 [tech.nitoyon.com]
http://tech.nitoyon.com/javascript/application/texthatena/download.html

Text::Hatena

via

cl.pocari.org - 2005-11-23 - Text::Hatena の JavaScript 移行版 text-hatena.js
http://cl.pocari.org/2005-11-23-5.html

Firefoxの検索エンジンリストに memo.xight.org を追加する

Summary

サイトの移転に伴い,
Firefoxの検索エンジンリストに xight.org の clsearch.cgi を追加する [2005-09-16-4] を改良
ついでにアイコンを作ってみた.

C:\Program Files\Mozilla Firefox\searchplugins\xight.src
を作成

# Mozilla search plugin for memo.xight.org
# by Yoshiki SATO <xight.org+memo@gmail.com>.
# http://memo.xight.org/searchplugin/
# This file is released into the public domain.
#
# Version: 0.0.2 (2005-11-25)
# Country: JP
# Language: ja

<search
	version="0.0.2"
	name="memo.xight.org"
	description="memo.xight.org"
	sourceTextEncoding="0"
	method="get"
	action="http://memo.xight.org/clsearch.cgi"
	queryCharset="EUC-JP"
	searchForm="http://memo.xight.org/"
>

<input name="key" user>
<input name="mode" value="1">

<interpret
	browserResultType="result"
	charset="EUC-JP"
	language="ja"
	resultListStart="<!-- RESULT LIST START -->"
	resultListEnd="<!-- RESULT LIST END -->"
	resultItemStart="<!-- RESULT ITEM START -->"
	resultItemEnd="<!-- RESULT ITEM END -->"
>

</search>

<browser
	alsomatch="http://memo.xight.org/clsearch.cgi"
	update="http://memo.xight.org/xight.src"
	updateIcon="http://memo.xight.org/xight.png"
	updateCheckDays="100"
>

Reference

Firefoxのツールバーの検索エンジンリストを自作し、追加する。 - TheRaindrop レインドロップ
http://pellucid.raindrop.jp/weblog/item/67