memo.xight.org


2004-10-26 Tue

TRIBES 2

- Summary
  最大64人対戦可能なチーム戦主体のSF 3D-STG
  åƳåƳåƳåƳåƳ
  åƳåƳåƳåƳ
- Reference
  Sierra Tribes 2 - Team Combat on an Epic Scale
  http://tribes2.sierra.com/
  Tribal Nation
  http://bbf.s11.xrea.com:8080/modules/news/
  CD-Key取得方法
  http://triber.fc2web.com/cdkey.html

カテゴリ: [Game]

Savage - The Battle for Newerth

- Summary
  FPS + RTS
  åƳåƳåƳåƳ
- Reference
  S2Games - Savage: The Battle for Newerth
  http://www.s2games.com/savage/

カテゴリ: [Game]

Revelation of ALTERMIA

- Summary
  フリーのラグナロクオンライン風MMORPG
  åƳåƳ
- Reference
  Revelation of ALTERMIA
  http://www.aa.alpha-net.ne.jp/kataho/roa/

カテゴリ: [Game]

BZFlag

- Summary
  フリーのネット対戦専用3D戦車バトルゲーム
  åƳåƳåƳ
- Reference
  SourceForge - BZFlag
  http://bzflag.sourceforge.net/
  TANK BATTLE BZFLAG
  http://www.geocities.co.jp/SiliconValley/9769/

カテゴリ: [Game]

百式の田口氏もやっているTimeDiary

- Summary
  需要がありそうならChangeLogからの変換スクリプトなど公開しよう.
  そして,より分析できるようにしよう.
  TimeDiaryを付け始めたのは[2004-04-22]から.

- とりあえず自分が記録している書式

  - 00:00-01:00 Develop
  - 01:00-07:00 Sleep
  - 07:00-07:30 Bath
  - 07:30-08:00 Meal - Breakfast
    .
    .
    .
  - 23:00-24:00 Drink



- Reference
  Nouvelle blog - 2004-10-21
  http://www.adnec.com/blog/archives/2004_10_21_233020.html

カテゴリ: [TimeDiary]

Baseline Security Analyzer を使用

- 自動ログオン
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  DefaultPassword にパスワードが公開されている可能性がある.

- 自動ログオン 対処法
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  AutoAdminLogon が 1 なら 0 にして AutoLogon を Offにする.

  以下を削除
  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  DefaultUserName
  DefaultPassword

  自動ログオンで使用するパスワードを LsaStorePrivateData API を使用してプログラムで保存すると
  以下のレジストリキーに暗号化されて保存される.
  HKEY_LOCAL_MACHINE\SECURITY\Policy\Secrets\DefaultPassword\CurrVal
  HKEY_LOCAL_MACHINE\SECURITY\Policy\Secrets\DefaultPassword\OldVal

- 匿名ユーザーの制限

RestrictAnonymous 備考
0 制限なし.既定のアクセス許可に依存
1 セキュリティ アカウント マネージャ (SAM) のアカウントおよび名前の列挙は許可されない
2 明示的な匿名のアクセス許可なしではアクセスできません (Windows NT 4.0 では利用不可)
- 匿名ユーザーの制限 対処法
  1. [管理ツール]-[ローカルセキュリティポリシー]を起動
  [セキュリティの設定]-[ローカルポリシー]-[セキュリティオプション]-[匿名接続の追加を制限する]-[ローカルポリシーの設定]-[明示的な匿名アクセス権がない場合アクセスを許可しない]
  2. 再起動.

  1. 変更できない場合はレジストリを操作
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  値 : RestrictAnonymous
  値の種類 : REG_DWORD
  値のデータ : 0x2 (16進数)

  2. 再起動.
- RestrictAnonymousを2に設定すると制限されること

・ダウンレベル メンバ ワークステーションまたはサーバーは,Netlogon のセキュリティで保護されたチャネルをセットアップできません.
・信頼する側のドメインのダウンレベル ドメイン コントローラは,Netlogon のセキュリティで保護されたチャネルをセットアップできません.
・Microsoft Windows NT ユーザーは,パスワードの有効期限が切れた後にパスワードを変更できません.また,Macintosh ユーザーはパスワードをまったく変更できません.
・ブラウザ サービスは,レジストリ値 RestrictAnonymous が 2 に設定されているコンピュータで実行されているバックアップ ブラウザ,マスタ ブラウザ,またはドメイン マスタ ブラウザから,ドメインの一覧またはサーバーの一覧を取得できません.この結果,ブラウザ サービスに依存しているすべてのプログラムは正常に機能しません.


- Reference
  Windows2000でレジストリ値 RestrictAnonymousを使用する方法
  http://support.microsoft.com/default.aspx?scid=kb;ja;246261

カテゴリ: [Windows][Security]

IE MenuExt

- Summary
  IE4/5のコンテキストメニューをカスタマイズするためのソフト.
  IEにはスクリプトの書かれたHTMLファイルをコンテキストメニューから呼び出す機能があるが,その管理を容易にするためのソフト.
  IE MenuExt
- 特徴
  ・メニューの項目の追加/削除が出来る
  ・メニューの項目の並べ替えが出来る (Windows2000不可)
  ・レジストリファイルで保存/読み込みが出来る
  ・CSV ファイルで保存/読み込みが出来る
  ・32個目以上のアイテムが一目で区別できる
- 注意
  以下のレジストリを変更する

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\


- Reference
  IE MenuExt
  http://www.uryusoft.com/software/IEMenuExt/

カテゴリ: [Windows][Software]

WIMP

- Summary
  GUI手法の構成要素.
  Window, Icon, Menu, Pointing device の頭文字から.
- Reference
  慶應義塾大学湘南藤沢キャンパス - 安村研究室 - 第4回講義資料 - インターフェース設計論2004
  http://www.hi.sfc.keio.ac.jp/lec/interface2004/?%C2%E84%B2%F3%B9%D6%B5%C1%BB%F1%CE%C1

カテゴリ: [用語][Interface]

Memorium

- Summary

操作しないでWWWなどの情報にふれることのできる環境型アプリケーション

  「眺めるインタフェース」の一つの実装.
- Reference
  Memorium - 眺めるインタフェースの提案とその試作
  http://www.persistent.org/memorium.html
  Memorium Keyowords
  http://www.persistent.org/memorium/
  編集と循環 - Memorium
  http://www.persistent.org/hiki/hiki.cgi?Memorium

カテゴリ: [Software]

Web Accessibility Toolbar

- Summary
  Windows版のInternet Explorerのツールバーとして組み込まれるウェブアクセシビリティ支援ツール
- Reference
  NYCOM PC WEB - 2004-10-19
  http://pcweb.mycom.co.jp/articles/2004/10/19/accessibility/
  Wrong HTML - Accessibility Toolbar 日本語版
  http://jun.mods.jp/atb.html
  Accessible Information Solutions - Web Accessibility Toolbar
  http://www.nils.org.au/ais/web/resources/toolbar/
- via
  観察と記述 - 2004-10-20
  http://www.persistent.org/d/?date=20041020#p01

カテゴリ: [Software]

Chatango

- Summary
  お手軽なチャットサービス.
- 埋め込むコード

<object width="412" height="200">
<param name="movie" value="http://xight.chatango.com/flash/mini.swf" />
<param name="bgcolor" value="#666666" />
<object data="http://xight.chatango.com/flash/mini.swf" width="412" height="200" type="application/x-shockwave-flash"></object>
</object><br />
<img src="http://xight.chatango.com/i?5" alt=" " />

- ボタン一覧
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?0" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?1" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?2" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?3" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?4" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?5" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?6" /></a>
<a href="http://xight.chatango.com/?button target=_blank" title="Chatango"><img src="http://xight.chatango.com/i?7" /></a>



- つくってみた
  http://xight.chatango.com/
- Reference
  Chatango
  http://www.chatango.com/
- via
  百式 - 2004-07-11
  http://www.100shiki.com/archives/000126.html
  HERTFIELD - 2004-09-13
  http://www.heartfield-web.com/item_217.html

カテゴリ: [Web Tool]

CrossFire Reloaded

- Summary
  砲台を配置し,画面外から迫ってくる敵を倒して基地を防衛し続けるゲーム.
  ステージをクリアするともらえる資金を使って新しい砲台を配置する.
  åƳåƳåƳåƳåƳ
- Reference
  VanKurt.de
  http://www.vankurt.de/
  Freegame.cz - CrossFire Reloaded
  http://www.freegame.cz/game.php?id=2428

カテゴリ: [Game]

Debian GNU/LinuxでCPANに登録されているモジュールをインストールする

- dh-make-perl パッケージをインストールする

# aptitude install dh-make-perl


- Template::Extract をインストールする例
  - libtemplate-extract-perl というパッケージを作成する

$ dh-make-perl --build --cpan Template::Extract


  - インストール

# dpkg -i libtemplate-extract-perl


- Reference
  namazu.org - 土屋 雅稔 - Debian Tips
  http://namazu.org/~tsuchiya/debian/
  Naney's Web Site - nDiki - dh-make-perl
  http://www.naney.org/diki/dk/dh-make-perl.html

カテゴリ: [Debian][Perl]

chalowのプラグインテンプレート

- ソース

### プラグイン名
# usage: {{example_plugin('arg1','arg2','arg3', [...] )}}
sub example_plugin {
	my ($arg1,$arg2,$arg3) = @_;
	my $prefix = q(http://www.example.com);
	my $suffix = q();
	my $ret    = qq($prefix/$suffix);
	
	# 処理
	
	return $ret;
}

カテゴリ: [chalow]

chalowの CPAN 検索プラグイン

- CPAN 検索プラグイン

### CPAN Moduleの検索リンク
# usage: {{cpan_search('Keyword','mode')}}
# mode : all    - Search in All
#        dist   - Search in Distributions
#        module - Search in Modules (default)
#        author - Search in Author
sub cpan_search {
	my ($word,$mode) = @_;
	my $prefix = q(http://search.cpan.org/search);
	if ($mode ne 'all' && $mode ne 'dist' && $mode ne 'author' && $mode ne 'module'){
		$mode = q(all);
	}
	return qq(<a href="$prefix?m=$mode&q=$word" title="CPAN Search - $word">$word</a>);
}
sub cpan{cpan_search(@_)}

カテゴリ: [chalow][Perl]

genfeed - 汎用RSSジェネレータ

- 必要なモジュール
XML::RSS
  Debian なら libxml-rss-perl パッケージ

- Reference
  Blog Developer's Cookbook : genfeed - 汎用 RSS ジェネレータ
  http://blog.bulknews.net/cookbook/blosxom/rss/genfeed.html

XML::RSS
Debian パッケージディレクトリ検索 (バイナリ) - libxml-rss-perl

- via
  cl.pocari.org - 2004-05-11
  http://cl.pocari.org/2004-05.php#2004-05-11-1

カテゴリ: [RSS]
Referrer (Inside): [2004-07-20-2]

Color Reference

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

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.