]
トップ «前の日記(2004-03-26) 最新 次の日記(2004-04-07)» 編集

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2004-04-05 [長年日記]

_ slashdot.jpより記事を移しています。今日(2006/05/03)すると古い記事なのですが過去の自分の記事なのでここに移しておきます。

_ [Debian] #318 mozilla-firefox

http://tach.arege.net/d/20040331.html#p01

にあるように、日本語化パックをいれて

/var/lib/mozilla-firefox/locales.d/

にするのがよさげか。

まあ、自分は英語でいいし、sidに風博士(kazehakase)もあるので、そのうちに:)

_ [Debian] 08:03 PM #317 swatch-helper4debian

swatchをよりDebianで使いやすくするように、シェルスクリプト
などをつくって、Debianizeしてみました。
 
/etc/init.d/swatch-helper4debian start/stop/restart
などが使えるようにしています。
 
人柱で、試してみてくださいな
apt-lineに
 
#
# swatch-helper4debian
#
deb http://openoffice.gscc.osaka-cu.ac.jp/~yabuki/stable ./
deb-src http://openoffice.gscc.osaka-cu.ac.jp/~yabuki/stable ./
 
を追加してくださいな。
 
参考URL
http://www.may.sakuraweb.com/~zaki/linux/swatch.html

_ [DPiS] 10:46 AM #316 DPiS:netscript-2.4 ルータ/防火壁設定ツール

netscript-2.4 - Linux 2.4.x (and 2.6.x) router/firewall network configuration system

This is a router and firewall network configuration system. It is specific to the 2.4.x iand 2.6.x kernel series. This system is in production use, even though this is an experimentalversion.

It offers much finer grained control of the network setup than the standard system in netbase, with support for bridge configuration, iptables, ip route and tc traffic control. It is optimised for use on high traffic routers with interfaces being reconfigured individually while the rest of the machine is routing traffic 24x7. Common boiler plate filter creation functions are provided to ease th task of constructing iptables filters in the context of operation within an ISP network.

Since this package is designed for a heavy duty network router, it is designed to work in conjunction with a routing daemon as found in the zebra package.

DON'T use this on a server - it is designed for dedicated routers and firewalls with hardly any configured services. For the faint of heart, have a look at the mason package.

_ [DPiS] #315 amrita(HTML/XMLテンプレート)

libamrita-ruby1.8 - HTML/XML template library for Ruby 1.8
Amrita is an html/xhtml template library for Ruby. It makes html documents from a template and model data.
  • The template for amrita is a pure html/xhtml document without special tags like or
  • The template can be written by designers using almost any html editor.
  • There's no need to change Ruby code to modify the view of the _dynamic_ part of the template (or the static portion).
  • The model data may be any standard Ruby data-- a Hash, Array, String... or an instance of any user-defined class.
  • The output is controlled by _data_, not by logic-- so it's easy to write, test, and debug code. (Good for eXtremeProgramming)
  • The html template can be compiled into Ruby code before execution with little effort.

Amrita uses a template and model data to create an html document by naturally matching the +id+ attribute of an html element to model data.

This package is for Ruby 1.8.

_ [DPiS] #314 DPiS: ポスグレのEXPLAINを視覚化するツール

rhdb-explain - Tool for visualizing the output of the PostgreSQL EXPLAIN command

This package contains Visual Explain, a tool for visualizing the output of the PostgreSQL EXPLAIN and EXPLAIN ANALYZE commands. EXPLAIN and EXPLAIN ANALYZE show the users the query plan that a PostgreSQL backend produces for a given optimizable query. The default form of this plan is a plain-text tree, which, while easy to read for simple queries, becomes progressively more difficult to interpret as query complexity increases. By visualizing the text output of EXPLAIN/EXPLAIN ANALYZE in an appropriate manner, the difficulty of interpreting query plans drops significantly.

Homepage: http://sources.redhat.com/rhdb/visualexplain.html