トップ 差分 一覧 Farm ソース 検索 ヘルプ PDF RSS ログイン

NetBSD

[NetBSD]
[コンピュータ関連Tips]

http://www.netbsd.org/
http://wiki.netbsd.se/Main_Page

NetBSD 3.1

 システム設定関連


UTCからJSTに

/etc/localtimeを/usr/share/zoneinfo/JSTのものにする。
kern.rtc_offset=-540

CTRLとCAPSの入れ替え

wsconsctl -w encoding=jp.swapctrlcaps

/etc/wscons.confのencodingのところで

encoding=jp.swapctrlcaps

とすればよい。

pkgsrcでいれたktermで日本語表示

export XFILESEARCHPATH=/usr/X11R6/lib/X11/%T/%N:/usr/pkg/lib/X11/%T/%N

current

http://www.netbsd.org/ja/docs/current/

昔の

 キーボードのリピート


repeat.del1 で、リピートが始まるまでの時間を指定
repeat.deln で、 (リピートが始まってからの) 反復間隔を設定

wsconsctl -w repeat.del1=300
wsconsctl -w repeat.deln=40

/etc/wscons.confファイルに以下の内容を書き加る

setvar repeat.del1=300
setvar repeat.deln=40

  Javaを使う


  • unlimit または sysctlでユーザプログラムのメモリ制限を解除
  • procfsをlinuxエミュレータ用に用意。こんな感じ

mount_procfs -o linux /proc /emul/linux/proc

  • 起動時からmountしておきたい場合には/etc/fstabには
proc /emul/linux/proc procfs rw,linux

 NISクライアントにする


rpcbindをあげるのを忘れないように注意

 Information

JyAM's BSD
pkgsrcを使う