Changes between Version 12 and Version 13 of jazz/09-09-14
- Timestamp:
- Dec 22, 2009, 9:20:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-09-14
v12 v13 6 6 * [狀況] 縱使重開機,跑 /etc/init.d/ganglia-monitor restart 也無法看到 gmond 的 process 7 7 * [解法] 確認 /etc/gmond 的 mcast_if 是不是 eth1,由於 /etc/gmond 是從 DRBL Server 拷貝過去的,因此 mcast_if 是 eth1。但 DRBL Client 只有一個 NIC,因此要記得改為 eth0。 8 * x11vnc 連線 vnc-reflector 指令 9 {{{ 10 ~$ x11vnc -connect ${IP}:${PORT} 11 }}} 12 * pyvnc2swf 錄影 scrript - windows 版本 13 {{{ 14 start D:\TOOLS\pyvnc2swf\vnc2swf.exe -t video -r 10 -o test.swf 140.110.135.200 5993 15 start D:\TOOLS\MPEGREC\mpegrec.exe -dev 0 -o test.mp3 16 }}} 17 * pyvnc2swf 錄影 scrript - Linux 版本 18 {{{ 19 vnc2swf.exe -t video -r 10 -o test.swf ${IP} ${PORT} 20 }}} 8 21 * pyvnc2swf 影音合併轉檔參數 - swf 跟 mp3 後製指令 9 22 {{{