發表文章

目前顯示的是 11月, 2007的文章

wordpress 外掛程式相關

官方外掛: http://wordpress.org/extend/plugins/ http://www.happinesz.cn/plugins 留言分頁: http://briian.com/?p=1501 文章分頁: http://briian.com/?p=1975 Powered by ScribeFire .

VHCS on CentOS 4.4

http://www.howforge.com/installing-vhcs-on-centos-4-4 Powered by ScribeFire .

vhcs 安裝問題

vhcs執行vhcs2_setup出錯 如果你執行完上面這一步,出現下面的提示 If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /usr/local/www/vhcs2/engine/vhcs2_common_code.pl line 1376 或者 "If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /usr/local/www/vhcs2/engine/vhcs2_common_code.pl line 1411" 請修改 /usr/local/www/vhcs2/engine/vhcs2_common_code.pl 在1376行和1411出現錯誤的地方改成如下形式: my $cipher = Crypt::CBC -> new( { 'key' => $main::db_pass_key, 'keysize' => 32, 'cipher' => 'Blowfish', 'iv' => $main::db_pass_iv, 'regenerate_key' => 0, 'padding' => 'space', 'prepend_iv' => 0 } ); 保存以後重新make setup,應該可以順利安裝了。 Powered by ScribeFire .

Linux 虛擬主機管理軟體

VHCS: vhcs.net http://blog.yam.com/tad0616/article/8620354 ISPCONFIG: http://ispconfig.org http://www.ispconfig.org/downloads/manual_big5/manual_admin_big5_src.htm Powered by ScribeFire .

os tube

mencoder /home/csg/44.avi -o test.flv -ovc lavc -lavcopts vcodec=flv -oac copy /usr/local/bin/mencoder /home/csg/44.avi -o testx.flv -ovc lavc -lavcopts vcodec=ffvhuff -nosound -endpos 5 /usr/local/php524/bin/php -f convert.php convert /www/ostube/media/tmp/11.tmpvideo 11 http://www.mplayerhq.hu/design7/dload.html http://www.inlet-media.de/flvtool2 Powered by ScribeFire .