發表文章

目前顯示的是 2012的文章

Installing eric5 IDE on Ubuntu 10.04

Note it is very important to install everything in the right order. From the Eric5 installation Readme you have install in this order: Install Python 3.1.0 Build + install SIP Build + install PyQt 4.7.0 or better Build + install QScintilla 2.4.0 or better Build + install QScintilla 2.4.0 or better Python bindings. Eric5 Step - 1 : Install Python 3.1 and lib apt-get install  libqt4-dev python-qt4 python-qt4-dev pyqt4-dev-tools qt4-dev-tools python3-all  Step -2 :   SIP installation       a. python2.6 configure.py       b. make       c. make install Step -3 :  PyQt  installation       a. python2.6 configure.py       b. make       c. make install Step -4 :  QScintilla  installation       a. E dit qscintilla.pro => find DEFINES = QSCINTILLA_MAKE_DLL QT SCI_LEXER        ...

Windows media audio 9 decoder for ubuntu 10.04

Step - 1 : Download decoder form fluend 32 bit: Fluendo.Playback.Plugins.v8.LINUX.zip 64 bit: Fluendo.Playback.Plugins.v7.x64.LINUX.zip Supported Decoder List : * Windows Media Audio Decoder (Windows Media 7, 8, 9, 10, Pro, Lossless and Speech) * Windows Media Video Decoder (Windows Media 7, 8, 9 and VC1) * Windows Media ASF Demuxer * Windows Media MMS Networking * MPEG2 Video Decoder * MPEG4 Part 2 Video Decoder * DivX 3.11 Alpha Video Decoder * H.264/AVC Video Decoder * MPEG2 Program Stream and Transport Stream demuxer * MPEG4 ISO Demuxer * MP3 Audio Decoder * AAC Audio Decoder * LPCM Audio Decoder Step -2 : Unzip download File Unzip Fluendo.Playback.Plugins.v8.LINUX.zip or Fluendo.Playback.Plugins.v7.x64.LINUX.zip Step -3 : Move File To Lib move file to /usr/lib/gstreamer-0.10 or /usr/lib/gstreamer0.10

PPPoE Server on Ubuntu

Step - 1 安裝 PPPoE Server Software a. sudo apt-get install ppp b. wget -c  http://easylinux.info/uploads/rp-pppoe-3.6.tar.gz c. sudo tar zxvf rp-pppoe-3.6.tar.gz -C /opt/ d. sudo chown -R root:root /opt/rp-pppoe-3.6/ 3) 安裝軟體開發函示庫: sudo apt-get install libc6-dev 4) 產生需要的 pppoe server 程式 sudo /opt/rp-pppoe-3.6/go Step -2 修改 vi /etc/ppp/option 與 vi /etc/ppp/pppoe-server-options 內容 # edit vi /etc/ppp/optio n 參數設定 lock crtscts nobsdcomp nodeflate nopcomp # # Edit vi /etc/ppp/pppoe-server-options 參數設定 require-chap default-mru default-asyncmap lcp-echo-interval 60 lcp-echo-failure 5 ms-dns 168.95.1.1 noipdefault noipx nodefaultroute #   Step -3 設定 Client 所要求的 IP pppoe-server -I eth1 -L 192.168.1.1 -R 192.168.1.10-200 -L IP : 指定 interface 端的 IP -R IP: 發出去的 IP 範圍 修改 /etc/ppp/pppoe-server-options require-chap 或 require-pap 可選擇兩種之ㄧ /etc/ppp/pap-secrets test    *       123    *...
自從開始使用Android手機後, 很久沒有更新過自己的Blog, 都忙著使用app與朋友互相傳送訊息, 工作上現在使用Python 與 Sikuli IDE寫測試程式, Sikuli IDE的影像辨識有時會發生錯誤, 但是在GUI上的操作, 很容易上手直覺化.