2010/05/22

動画配信の方法

・ストリーミング
・プログレッシブダウンロード
・ワンセグ

2010/05/20

sshfs のインストール

http://sourceforge.net/projects/fuse/files/


ダウンロード
% wget "http://downloads.sourceforge.net/project/fuse/fuse-2.X/2.7.6/fuse-2.7.6.tar.gz?use_mirror=jaist"


% tar zxvf fuse-2.7.6.tar.gz
% cd fuse-2.7.6
% ./configure
..
configure:
NOTE: Detected that FUSE is already present in the kernel, so
NOTE: building of kernel module is disabled. To force building
NOTE: of kernel module use the '--enable-kernel-module' option.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h

% make
# make install

# ln -s /usr/local/lib/libfuse.so.2 /lib/

これをやっておかないとsshfs実行時に以下のエラーが出る.

sshfs: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory


sshfs-fuse

% wget "http://downloads.sourceforge.net/project/fuse/sshfs-fuse/2.2/sshfs-fuse-2.2.tar.gz?use_mirror=jaist"


% tar zxvf sshfs-fuse-2.2.tar.gz
% cd sshfs-fuse-2.2
% ./configure
% make
% make install


modprobe fuse

で sshfsが使えるようになる.



# sshfs name@hoge.hoge:/test /test

参考)sshfs インストールログ
http://12158.diarynote.jp/200908042121271913/

2010/05/18

PortForwarder Home

http://toh.fuji-climb.org/pf/JP/

[SunSolve]アクセスポリシー変更のお知らせ(2009/07更新)

http://jp.sun.com/service/sunsolve/sunsolve_change.html

Putty 設定のエクスポート

Puttyのリモート接続設定のバックアップ.

regeditで

HKEY_CURRENT_USER - Software - SimonTatham

を開き,SimonTatham を選択する.

ファイル - エクスポート

で ****.reg というファイルにエクスポートを実行.

エクスポートで作成されたレジストリファイルを実行することで復元できる.

参考)PuTTY の設定をエクスポートしてバックアップする方法
http://www.musicstudio.jp/archives/2005/03/putty.php

WIKI エラー

パーミッションの間違いによるエラー.

http://home.arino.jp/?%E8%B3%AA%E5%95%8F%E7%AE%B1/13

ディレクトリ wiki,diff,backup,cache のパーミッションの他に
ディレクトリ内のファイルのパーミッションも注意.

WIKI コメント

WIKIソース内へのコメント記載.

Webページ上に表示させない文字を追記する方法.

行頭に // を追記.

http://www39.atwiki.jp/moyashimon/pages/235.html#id_af6ea4fe