- 実践セキュアOS - SELinuxを使ってみよう
http://www.selinux.hitachi-sk.co.jp/document/article/article-20030908-2.html
- Getting Started with SE Linux HOWTO
http://www.selinux.jp/document/gettingstartedselinux.html
ftnk.jp -> ~fumi -> ChangeLog -> Linux
ChangeLog 最新ページ / カテゴリ最新ページ / 前ページ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 次ページ / page 11 (15)2003-12-03 Wed
Staff's Diary
http://moomoo.gaiax.com/~member/monthlydiary.cgi?i_nakai@moomoo:200311#02-01
より
先月 21 日の「悩ましい EBView」より。
>eb が 4.0beta3 になったようで。
>ebview を rebuild しました。
>が、
>$ ebview
>セグメンテーション違反です
〜バッサリ〜
>これがないと困ります....ので、また調べます。
rebuild したら直りました。
で、rebuild するときに触ったところといえば
/etc/eb.conf
の
EBCONF_ENABLE_PTHREAD=”no”
を
EBCONF_ENABLE_PTHREAD=”yes”
にしたくらいです。
# 「”」は半角。
上記の通り /etc/eb.conf を書き換えて,rebuild で無事起動するように.
2003-11-26 Wed
http://catb.org/~esr/jargon/jargsrc.tar.gz を取ってきて,
適当なディレクトリで展開(ディレクトリなしなので,展開先に注意).
いくつかの xml ファイルで docbook-xsl のバージョンを書き換え,
make jargon.txtwraptext がないと怒られるが気にしない.
jarg-fpw1.2c 用に,
#!/usr/bin/ruby
INPUT = "jargon-web.txt"
OUTPUT = "jargon.txt"
File.foreach(INPUT) do |line|
if /^[0A-Z]\s*$/ =~ line
puts line.sub(/^([0A-Z])\s*$/, '= \1 =')
puts "====="
else
puts line
end
end
で整形.
jarg-fpw に通す.(Makefile を適当に書き換え)
2003-11-20 Thu
一時的に表示しない場合は,--no-desktop オプションを使う.
nautilus --no-desktop
常に表示しない場合は,gconf で,
/app/nautilus/preferences/show_desktop を False にする.
2003-11-06 Thu
- 米 Novell, 独 SUSE Linux を買収
http://japan.linux.com/news/03/11/04/1429256.shtml
- Novell が SuSE を買収
http://japan.linux.com/news/03/11/05/1223223.shtml
2003-10-07 Tue
いつからか,Momonga の xft で ~/.fonts 以下を見なくなっていたので,
次の内容の ~/.fonts.conf を作成.
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <dir>~/.fonts</dir> </fontconfig>
2003-10-06 Mon
http://japan.linux.com/opensource/03/10/06/0422207.shtml
- Matzにっき 2003-10-06
http://www.rubyist.net/~matz/20031006.html#p01
- TRONとMicrosoftが手を組んだらしい。FUDの分野で。
http://slashdot.jp/articles/03/10/06/1111211.shtml?topic=98
2003-09-27 Sat
とりあえず,menu の透過をするようにしてみた.
menu の item が多いと表示がチラつく.
menu の startup が使えなくなった(?).
アンチエイリアスをかけると日本語が化ける
(Momonga の patch をはずしたからかも.fluxbox-0.1.14-AA.patch とかあるし).
2003-08-14 Thu
http://www2.starcat.ne.jp/~kanocl/shumi/mondotop.htm
システムごとバックアップや,パーティションごと移動する方法.
2003-08-08 Fri
■ Benchmarking Filesystems In 2.6.0-test2
[Linux][FileSystem]
http://kerneltrap.org/node/view/715
- ext3's syncs tended to take the longest [at] 10 seconds, except
- JFS took a whopping 38.18s on its final sync
- xfs used more CPU than ext3 but was slower than ext3
- reiser4 had highest throughput and most CPU usage
- jfs had lowest throughput and least CPU usage





