Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2005-01-28 [長年日記]
_ 今年の関西Open Source
下準備が一つ終り.
_ smbfs で mount
社内のfile serverに対して, NFS mount ではなく,Windows との親和性を考えて :) をかける.手動では,下記のコマンドで動いた.sudo mount -t smbfs -o username=yabuki,passwd=XXXX,codepage=cp932,iocharset=euc-jp //somewhere/pathということで/etc/fstabに記入してみようとする.
$sudo apt-get install smbfs $vi /etc/fstabfstabに
//somewhere/path /mnt/somewhere smbfs username=yabuki,passwd=XXXX,codepage=cp932,iocharset=euc-jp 0 0を追加するも,
yab@hrestol:~$ sudo mount /mnt/somewhere 18637: Connection to somewhere failed SMB connection failed yab@hrestol:~$です.とりあえず,手動でmountしておくことにする.
_ [LaTeX] 複数ページに渡る表を LaTeX で作成できませんか。
(http://www.netlaputa.ne.jp/~utty/linuxmld/latex1.html) Debian Sidでもyab@hrestol:~/cvs/school$ locate supertabular /usr/share/texmf/tex/latex/misc/supertabular.styauto-aptに聞いてみたが,どのパッケージにあるか,発見できなかった.あたりを付けるとtetex-extraの中にあった.
_ awk
lsofの表示の整形に,ひさしぶりにawkを使った.手元にあった月刊ASCII 1991年1月号の特別付録が役に立つとは...