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

2010/05/15

CentOS-5.5 is now released

CentOS 5.5 Release Notes
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.5


[CentOS-announce] Release for CentOS-5.5 i386 and x86_64
http://www.blogger.com/post-create.g?blogID=4024735012335715488

2009年度国内パソコン出荷概要

http://www.m2ri.jp/newsreleases/main.php?id=010120100512500

CentOS 5.5

CentOS5.4からCentOS5.5にyum update.


# cat /etc/redhat-release
CentOS release 5.4 (Final)

# cat /etc/redhat-release
CentOS release 5.5 (Final)


kernel-2.6.18-194.el5
httpd-2.2.3-43.el5.centos
mysql-5.0.77-4.el5_4.2
samba-3.0.33-3.28.el5
perl-5.8.8-27.el5
php-5.1.6-27.el5