2004-07-01から1ヶ月間の記事一覧

linotype.co.jp

http://www.linotype.co.jp/ ユニクロと共同でフォントTシャツなるものを作ったみたいです… http://www.uniqlo.com/t/original3.asp#c02 Furutiger 欲しいかも 注文してしまいました。

Typefoundries ...

Linotype http://www.linotype.com/ fonts.com pewerd by AGFA Monotype http://www.fonts.com Adobe Type Library http://store.adobe.com/type/main.jhtml ITC http://www.itcfonts.com/ 字游工房 http://www.jiyu-kobo.co.jp/

LAMP

Linux + Apache + MySQL + PHP

カードソーティング:何人のユーザでテストすべきか

ヤコブ・ニールセン http://www.usability.gr.jp/alertbox/20040719.html

 アンテナを有効活用してみたい

朝みる情報をひとつにまとめておく。

chroot後、maek_devicesの時に

coLinux用のディスクデバイスを作成 mknod /dev/cobd0 b 117 0 mknod /dev/cobd1 b 117 1 mknod /dev/cobd2 b 117 2 mknod /dev/cobd3 b 117 3 mknod /dev/cobd4 b 117 4 mknod /dev/cobd5 b 117 5 mknod /dev/cobd6 b 117 6 mknod /dev/cobd7 b 117 7 とり…

glibc

time { ../glibc-2.3.3-lfs-5.1/configure --prefix=/tools --disable-profile --enable-add-ons=linuxthreads --with-binutils=/tools/bin --with-headers=/tools/include --without-gd --without-cvs && make AUTOCONF=no && make install; } …中略… real …

翻訳の際の注意事項 from Fedora Core JP

http://fedora.jp/wiki/?Working%2FTrans%2F03.ExampleNotation

coLinux用カーネルパッチ

http://sourceforge.net/project/showfiles.php?group_id=98788 より coLinux-0.6.1.tar.gz をダウンロード。 2. Compiling the Cooperative Linux kernel - Unpack the source tarball of coLinux and the Linux kernel tarball (version 2.4.24, can be ob…

SBU=3m44.265s

注目のSBU値がでました。 $ time { ../binutils-2.14/configure --prefix=/tools --disable-nls && make configure-host && make LDFLAGS="-all-static" && make install; } …中略… real 3m44.265s user 0m0.000s sys 3m32.890s 約3分半くらいですね。以下マ…

いきなりエラー

lfs@colinux:/mnt/lfs/sources/binutils-build$ ../binutils-2.14/configure --prefix=/tools --disable-nls creating cache ./config.cache checking host system type... i686-pc-linux-gnulibc1 checking target system type... i686-pc-linux-gnulibc1 c…

お、忘れてた…

gccを入れわすれてました。 apt-get install gcc

サービス化

http://scratchpad.fc2web.com/colinux/colinux-0.6.1.html を参考にcoLinuxをサービス化 ん…微妙にwinが重くなったのは気のせい?

rkhunter

http://www.rootkit.nl/ http://japan.linux.com/security/04/04/11/1158228.shtml download: # wget http://downloads.rootkit.nl/rkhunter-.tar.gz Note: It doesn't matter where you save the tarballextract: # tar zxf rkhunter-.tar.gzinstallation: …

LIDS

Linux Intrusion Detection System LIDS は、Xie Huagang とPhilippe Biondi によって書かれた、Linux カーネルの拡張です。素のLinux カーネルにはない、いくつかのセキュリティ機能を実装します。これらは、− 強制アクセス制御(MAC)、ポートスキャン検知、…

OpenBSD journal

http://undeadly.org/

WM

http://www2u.biglobe.ne.jp/~y-miyata/mlvwm.html http://sapphire.sourceforge.net/http://sapphire.sourceforge.net/ http://fluxbox.sourceforge.net/

http://city.hokkai.or.jp/~hachikun/quanta/ http://bluefish.openoffice.nl/index.html

nvidia on Fedo Core 2

http://www.nvnews.net/vbulletin/showthread.php?t=30399 If you are trying to install the latest Nvidia linux drivers on Fedora Core 2 and either get the freeze problem or the "no screen" problem try this:If you have already installed the dr…

Fedora Core 2

Gentooのインストールに挫折してFedora Core 2を入れました。。。○| ̄|_ シリアルATAなんか使うからいけないのかな…http://www.atmarkit.co.jp/flinux/rensai/linuxtips/593spupyum.html

 図解言語

google:図解言語

ディレクトリのサイズを知る

$ du -sh $ du -ch

CD-R作成

$ cdrecord -scanbus Cdrecord-Clone 2.01a19 (i686-redhat-linux-gnu) Copyright (C) 1995-2003 Jrg Schilling Linux sg driver version: 3.1.25 Using libscg version 'schily-0.7' cdrecord: Warning: using inofficial libscg transport code version (s…

フランス製の3Dデスクトップ

このあいだSunが3Dデスクトップのオープンソース化を公表しましたが、フランスではこんなのがつくられていたみたいです。 http://insitu.lri.fr/~chapuis/metisse/screenshots/

青山ブックセンター全店閉店

http://headlines.yahoo.co.jp/hl?a=20040716-00000281-kyodo-ent

Firefoxプラグイン

web

//fls.moo.jp/moz/lang-locale.html">Setting languages & locales:言語と地域の設定を追加するプラグイン。

今後のメモ

・日本語キーボード対応 ・何故かnamedが動いてるんで削除←別にいいか? ・Xを動かす(寄り道) 参考:http://www.colinux.org/wiki/index.php/XCoLinux ・Installing Debian from scratch ←これは参考になりそう。 ・kernelにパッチを当てる必要があるみたい…

LFS用のファイルシステム作成

# mkfs /dev/cobd3 # mkdir /mnt/lfs # mount /dev/cobd3 /mnt/lfs マウントできればOK fstabに追記しておく # echo "/dev/cobd3 /mnt/lfs ext2 defaults 0 1" >> /etc/fstab

Swapの作り方

# mkswap /dev/cobd2 # echo "/dev/cobd2 swap swap sw 0 0" >> /etc/fstab] # swapon -a topコマンドで確認。

ネットワーク設定

ローカル接続とTAPをブリッジ。 起動したDebianのIPアドレスをローカルの使用していないIPに設定。 # vi /etc/network/interfaces # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or # /usr/share/doc/ifupdown/examples for more informa…