實作筆記 網誌庫存

  • 升級SER SIP Server 0.8.12 to 0.9.6,需要安裝的套件如下: gcc bison flex libxml2 $cd ser-0.9.6 $make && make modules $make prefix=/usr/local install 安裝完成後,要刪除舊資料庫,否則啟動Service時會有問題,ser.cfg照原本的就可以了。 $drop database ser; $/usr/local/sbin/ser_mysql.sh create $./ser 沒仔細去找升成新版後啟動時會出現SQL的錯誤,不過大概猜是table有變動,直接砍掉重建比較快。

    Upgrade SER SIP Server

    升級SER SIP Server 0.8.12 to 0.9.6,需要安裝的套件如下: gcc bison flex libxml2 $cd ser-0.9.6 $make && make modules $make prefix=/usr/local install 安裝完成後,要刪除舊資料庫,否則啟動Service時會有問題,ser.cfg照原本的就可以了。 $drop database ser; $/usr/local/sbin/ser_mysql.sh create $./ser 沒仔細去找升成新版後啟動時會出現SQL的錯誤,不過大概猜是table有變動,直接砍掉重建比較快。

    繼續閱讀...

  • Download:STUN Server $tar -xvf stund_0.96_Aug13 $cd stund $make bind another IP in ur eth0:0 or u have 2 eth card and start STUN service $./server -v -h IP_1 -a IP_2...

    架設STUN Server

    Download:STUN Server $tar -xvf stund_0.96_Aug13 $cd stund $make bind another IP in ur eth0:0 or u have 2 eth card and start STUN service $./server -v -h IP_1 -a IP_2...

    繼續閱讀...