2010/06/01
2010/05/31
2010/05/30
2010/05/26
電源コネクタ
NEMA規格接続器シリーズ
http://www.americandenki.co.jp/P/P-12/index.html
NEMA L5-30R / NEMA L5-30P (接地形2P 30A 125V)
http://www.americandenki.co.jp/P/P-12/P-12-C.html
http://www.americandenki.co.jp/P/P-12/index.html
NEMA L5-30R / NEMA L5-30P (接地形2P 30A 125V)
http://www.americandenki.co.jp/P/P-12/P-12-C.html
2010/05/25
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/
ダウンロード
% 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
Putty 設定のエクスポート
Puttyのリモート接続設定のバックアップ.
regeditで
HKEY_CURRENT_USER - Software - SimonTatham
を開き,SimonTatham を選択する.
ファイル - エクスポート
で ****.reg というファイルにエクスポートを実行.
エクスポートで作成されたレジストリファイルを実行することで復元できる.
参考)PuTTY の設定をエクスポートしてバックアップする方法
http://www.musicstudio.jp/archives/2005/03/putty.php
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 のパーミッションの他に
ディレクトリ内のファイルのパーミッションも注意.
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
Webページ上に表示させない文字を追記する方法.
行頭に // を追記.
http://www39.atwiki.jp/moyashimon/pages/235.html#id_af6ea4fe
登録:
投稿 (Atom)