最新版はこちら。 突っ込みは各日付の BBS エントリのほか、 メール (nakano@st.seikei.ac.jp) や フォーム からどうぞ。 なおスパム除けのため、BBS 機能には 緩い認証を入れて います。 検索エンジンから来た方は、エンジンの方のキャッシュを見るか、 下の簡易検索を試してみてください。
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
google1 [gu:gl] n. 《古・方》 のどぼとけ, のど. [guzzle] google2 vi. 【クリケット】 〈ボールが〉グーグリになる, 〈投手が〉グーグリを投げる. [逆成 〈 googly 2] googly1 [g__gli] a. 〈目が〉飛び出した, グリグリ動く. [C20 < ?; cf. GOO-GOO2, GOGGLE] googly2 n. 【クリケット】 グーグリ 《LEG-BREAK と見せかけて投球された OFF BREAK》. [C20 < ?]ということらしい。
description: ImageMagick (TM) is a package for display and interactive manipulation of images for the X Window System. It is written in C and interfaces to the X library, and therefore does not require any proprietary toolkit in order to compile. Although the software is copyrighted, it is available for free and can be redistributed without fee. ImageMagick is known to compile and run on virtually any Unix system and Linux. It also runs under Windows NT, Windows 95, Macintosh, and VMS. Application programming interfaces (APIs) are provided to support the C, C++, and Perl languages. changes: Performance of vector drawing has been improved tremendously. The speed of some key drawing operations (such as filled polygons) has improved by as much as 50X without any loss of drawing quality. Magick++, the C++ API to ImageMagick, now supports access to all of ImageMagick's drawing operations, including the undocumented ones. SVG XML rendering performance has improved tremendously due to the improvement in drawing performance. As usual, reported bugs have been fixed.
description: The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C, and are meant to present a modern API for C programmers, while allowing wrappers to be written for very high-level languages. changes: New modules for quasi-random sequences, linear/nonlinear regression, and physical constants, and compile support on Linux/PPC.
description: abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite Ogg/MP3 encoder (Oggenc is the default). It grabs an entire CD and converts each track to Ogg/MP3, then comments or ID3-tags each file, all with one command. It supports parallelization, SMP, HTTP proxies, customizable filename organization and munging, playlist generation, and remote distributed encoding via distmp3. changes: A new -a [actions] option has been added. Bugfixes to the quoting mechanism. The documentation has been updated.
XDMCP stands for "X Display Manager Control Protocol". It provides a mechanism for an Xterminal to request a session from a remote host. This document describes how to setup XDMCP.* NEW entry
The purpose of this document is to give an overview of the Apache webserver and related projects. It provides pointers for further information and implementation details.* NEW entry
changes: A new option was added to insmod (-O). usbmap is now generated. The print map was moved to assist debugging. The ALLOC attribute for .modinfo is now ignored. R_MIPS_26 relocations were corrected.
description: KBasic is a programming language which brings a complete BASIC to Unix and KDE. It will include a great IDE with a form designer and a complete binding to KDE-like controls. changes: Initial freshmeat announcement.
description: Cdrecord creates home-burned CDs with a CD-R/CD-RW recorder. It works as a burn engine for several applications. Cdrecord supports CD recorders from many different vendors; all SCSI-3/mmc and ATAPI/mmc compliant drives should also work. Supported features include: IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data CDs, and mixed CDs; full multi-session support, CD-RWs (rewritable), TAO, DAO and human-readable error messages. changes: Some problems with 64 bit systems have been fixed. Support for Cygwin-1.x has been added. mkisofs now defaults to -pad to make it less likely to get an I/O error on the last file on the CD. Several other small fixes have been made.
description: The Berkeley Internet Name Domain (BIND) implements an Internet name server for Unix operating systems. The BIND consists of a server (or `daemon') called `named' and a resolver library. A name server is a network service that enables clients to name resources or objects and share this information with other objects in the network. changes: This release is a release candidate for 9.0.1 which mostly fixes bugs in 9.0.0 as well as adding a few minor features to dig, host, and nslookup.
Some pointers to Linux software (mostly GPLed) for the medical sci ences (medical applications, Medline and other bibliography tools, applications for veterinarian medicine and others).* NEW entry
description: The L math processor (lmp) implements many basic primitives for mathematical solution of equations and terms just like the FSF tool expr. But further, lmp handles floating point numbers and knows some more operations. changes: Initial freshmeat announcement; options parsing, a logarithm operator, and new RPMs and DEBs.
ハッカー界古今東西の聖者たちの言動,著作の蒐集と編纂. とくに RMS (Richard M. Stallman),ESR (Eric S. Raymond), LBT (Linus B. Torvalds) らについて.
このページは Linux や FreeBSD などのマニュアルや How to もの, FAQ を集めたり,和訳しようというも のではありません (そういうページはもういくらでもありますよね!). そうではなく,Unix Wizard == Hacker たちの「思想」を網羅し, 理解しようというものです.How Jargon Works など、参考になる。
export LANG=ja_JP.eucという設定をしていたままだった... IRC で時間を取らせてしまった皆様に深くお詫び申し上げます。
#!/bin/bash userresources=$HOME/.Xdefaults usermodmap=$HOME/.Xmodmap if [ -f $userresources ]; then xrdb -merge $userresources fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi if (grep -q woody /etc/issue); then export LANG=ja_JP.eucJP export XMODIFIERS=@im=vje vje& gnome-session else export LANG=ja_JP.ujis twm fi
changes: BIND 9.0.1rc2 is a release candidate for BIND 9.0.1, with fixes for a number of bugs in BIND 9.0.0 but no new features (with the exception of a few minor features added to dig, host, and nslookup).
description: Multiscan is a TCP port scanner for the console which allows you to scan a range of IP addresses. changes: This release adds options to scan only known ports and to scan ports in random order, and various bugfixes.
description: syslog-ng, as the name shows, is a syslogd replacement, but with new functionality for the new generation. The original syslogd allows messages only to be sorted based on priority/facility pairs; syslog-ng adds the possibility to filter based on message contents using regular expressions. The new configuration scheme is intuitive and powerful. Forwarding logs over TCP and remembering all forwarding hops makes it ideal for firewalled environments. changes: This release fixes a memory leak, and adds some macros in destination filenames.
description: Math Magic Sci-Calculator is a console-based calculator that is modular so all the calculations work no matter the input type. It has the added benifit of being able enter an entire calculation on the commandline (e.g., ./mmcalc "(1.25*2.2/2^4)"). changes: Initial announcement.
The SPARC family of microprocessors is a very good implementation of the RISC design, SPARC based workstations are usually very well engineered products, thus Linux on SPARC is a winning combination both in performance and ease of use. [...]* NEW entry
Wireless is a new technology in networking cards, with high speed rate (up to 11 Mbps). This document explains how to setup Wireless in Linux, compatibility problems, something about geographic requirements and more.* NEW entry
description: Nessus is a remote security scanner for Linux, BSD, Solaris, and other Unices. It is multi-threaded and plug-in-based, has a GTK interface, and performs over 500 remote security checks. It allows for reports to be generated in HTML, XML, LaTeX, and ASCII text, and suggests solutions for security problems. urgency: lowpotato に入ってる 0.99 はうまく動かせないんだよなあ...
dishはGNU makeの内部で使用されている'sh -c'の代わりとして設計されました。 dishを使えば、ネットワークで結合された不均質なワークステーションクラスタ上で、 たくさんの手続きを同時にこなすことができます。
dishはまるで'sh -c'コマンドのように動作します、 つまり、コマンドライン引数を読み込み、それを Bourne シェルスクリプトと解釈して実行します。 内部では、引数は遠隔シェルコマンド rsh に渡され、 遠隔のワークステーションで 実行され、その結果をステータスとして返します。
アニメーションの製作や多数の音声ファイルの変換、 巨大なソフトウェアの翻訳などのように、 数百の独立な処理を分散的に行わなければならない場合に役に立ちます。