2003-02-27 Thu

UPnP の設定 はてぶ

LinuxルーターでUPnP を参考に.

UPnPlinux-igdは,
パッケージがあったので,パッケージからインストール.

# route add -net 239.0.0.0 netmask 255.0.0.0 eth1
# /usr/bin/upnpd ppp0 eth1


とするだけ.

/etc/init.d/upnpd に,

start() {
        # Check if it is already running
        if [ ! -f /var/lock/subsys/$PROGNAME ]; then
            echo -n "Starting $DAEMON daemon: "
            /sbin/route add -net 239.0.0.0 netmask 255.0.0.0 $INSIDE
            daemon /usr/bin/$PROGNAME $OUTSIDE $INSIDE
            RETVAL=$?
            [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$PROGNAME
            echo
        fi
        return $RETVAL
}


とあるので,$INSIDE $OUTSIDE を追記すればよさそう.

2003-02-19 Wed

imgSeek はてぶ

http://imgseek.sourceforge.net/

簡単なスケッチで,画像を検索してくれるみたい.

2002-12-13 Fri

Linuxカーネルのデータ損失バグ修正 はてぶ

http://www.zdnet.co.jp/news/0212/10/ne00_kernel.html

2002-11-18 Mon

Andrew Morton on 2.5's performance improvements はてぶ

http://kerneltrap.org/node.php?id=494

2002-11-18 Mon

gconf - a gtk kernel configurator はてぶ

http://kerneltrap.org/node.php?id=493

2002-11-01 Fri

一応 feature freeze の 2.5.45 リリース はてぶ

http://slashdot.jp/article.pl?sid=02/10/31/1739211&mode=nested

2002-10-30 Wed

新しいディストリビューションを作るプロジェクト:nihonLinux はてぶ

http://slashdot.jp/article.pl?sid=02/10/29/1244228&mode=nested


2002-10-27 Sun

次のメジャーリリースはやっぱり2.6、来年6月までには完成 はてぶ

http://slashdot.jp/article.pl?sid=02/10/26/1947218&mode=nested

リリース時期については彼が休暇から戻り次第、今月末に予定通りに
フィーチャフリーズを行い、新機能の収録を締め切り、来年頭には
コードフリーズとして本当のバグフィックス以外は受け付けない予定
だそうだ。そして、正式リリースは来年の6月頃まで行う予定だとか。
2.4の時にはリリースが大幅に遅れた上に2.4.15くらいまではあまり
実用的なものではなかったが、2.6は早い段階から完成度が高い様に
計画されている。

2002-10-01 Tue

Feature Freeze Reminder はてぶ

http://kerneltrap.org/node.php?id=440

With release v2.5.40 today of the Linux development kernel,
Linus Torvalds reminded the Linux development community that there
is a kernel development freeze on October 31'st. Linus added that
he will be away the last week of the month, so the last day for
new features really is October 20th, "unless you've got a really
good and scary costume". In a cheery threat, he also pointed out
that he's perfectly happy with the features already introduced in 2.5,
so the closer to the deadline submissions come the less likely he will
be compelled to merge them.

10月31日で、new feature の追加は締切られるもよう。

2002-09-24 Tue

NPTL vs. NPGT vs. LinuxThreads はてぶ

http://kerneltrap.org/node.php?id=429

スレッドの生成のベンチマーク。

They suggest that while NGPT is twice as fast at thread creation
and destruction than LinuxThreads, the new NPTL is still four times
faster than that! Read on for Ulrich's full explanation...

- NPTL: Native POSIX Threading Library
- NGPT: Next Generation POSIX Threading

2002-09-24 Tue

2.5.39+ VM to go "non blocking" はてぶ

http://kerneltrap.org/node.php?id=425

Linus has started integrating some of Andrew Morton's mm patches
into his BK repository as usual - what is interesting about this
round of merges is the inclusion of Andrew's most radical changes
- a non-blocking page writeback system. The changelogs are very
detailed and interesting so I won't explain further.

The goal of this system is mainly to improve multi threaded IO
performance and is very exciting as it looks like akpm & co will
push 2.6 (close) to the top of the VM heap!

ってことで、マルチスレッド時のI/Oが改善されるもよう。

2002-09-23 Mon

Native POSIX Threading Library (NPTL) はてぶ

http://kerneltrap.org/node.php?id=422

2002-09-23 Mon

巫女 GNYO/Linux はてぶ

http://miko.gnyo.org/

- Debian ベースのディストリビューション。
- CDからの起動が可能。
- Score によるクラスタが構築できる。

2002-09-20 Fri

New Kernel Configuration System; v0.6 はてぶ

http://kerneltrap.org/node.php?id=419

2002-07-12 Fri

xmms の play list で日本語が表示されない(解決編) はてぶ

id3 version2がダメなようなので、version1にしてみると
問題なく表示された。

ChangeLog 最新ページ / カテゴリ最新ページ / 前ページ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 / page 14 (16)