memo.xight.org

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

2005-11-25 Fri

サポートが終了した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/

カテゴリ: [RedHat]

AJAX SSH

- Reference
ベイエリア情報局: AJAX SSH作ってみた
http://bz2.jp/blog/archives/2005/09/ajax_ssh.html
AJAX SSH
http://ajaxssh.bz2.jp/demo/
- via
@IT:Ajaxを使ったamazon検索をPHPで作ろう
http://www.atmarkit.co.jp/fwcr/rensai/ajax_php01/01.html

カテゴリ: [Ajax][Stub]

クリップボードの盗聴

- 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

カテゴリ: [Security][Stub]

Webalizer の検索語の日本語対応

- via
cl.pocari.org - 2005-11-19 - Webalizer の検索語の日本語対応の話
http://cl.pocari.org/2005-11-19-6.html

カテゴリ: [Webalizer][Stub]

フリーのアイコン集

- Reference
famfamfam.com: Icons
http://www.famfamfam.com/lab/icons/
graphicPUSH: Free icons and free icon sets for web designers.
http://www.graphicpush.com/icons/
- via
cl.pocari.org - 2005-11-19 - Web 2.0 なアプリケーションで使えるアイコン
http://cl.pocari.org/2005-11-19-5.html

カテゴリ: [Memo][Stub]

debugConsole

- Reference
debugConsole
http://www.debugconsole.de/
- via
cl.pocari.org - 2005-11-18 - JavaScript のポップアップウィンドウで PHP のデバッグを行うことができる debugConsole
http://cl.pocari.org/2005-11-18-1.html

カテゴリ: [PHP][Stub]

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

カテゴリ: [JavaScript][Stub]

Selenium

- Summary
Webアプリケーションのテストツール.

- Reference
Selenium ver.0.5 勝手にまとめサイト
http://mk.zansu.com/selenium/

mozdev.org - seleniumrecorder
http://seleniumrecorder.mozdev.org/

- via
cl.pocari.org - 2005-11-24 - Selenium ver.0.5 勝手にまとめサイト
http://cl.pocari.org/2005-11-24-2.html

カテゴリ: [Software][Stub]

prototype.js の使い方

- Reference
prototype.js v1.3.1 の使い方
http://www.imgsrc.co.jp/~kuriyama/prototype/prototype.js.html
- via
cl.pocari.org - 2005-11-24 - prototype.js v1.3.1 の使い方
http://cl.pocari.org/2005-11-24-6.html

カテゴリ: [JavaScript][Stub]

Googleロゴを描く男

- via
スラッシュドット ジャパン | Googleロゴを描く男
http://slashdot.jp/article.pl?sid=05/11/24/0140250

カテゴリ: [Google][Art][Stub]

ウォームビズの効果

- Reference
エンジニア的超緻密計算☆ウォームビズって効果ある?/Tech総研
http://rikunabi-next.yahoo.co.jp/tech/docs/ct_s03500.jsp?p=bpc021&f=vten&__r=1
- via
スラッシュドット ジャパン | ウォームビズ・カリキュレータ
http://slashdot.jp/article.pl?sid=05/11/24/234213

カテゴリ: [Memo][Stub]

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

カテゴリ: [Firefox]
2005-11 / 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

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.