MySQL InnoDB Replication Slave 太慢 跟不上解法

Master 的是標準 MySQL, Slave 換成 Percona, 沒想到反而跟不上進度, 而且 Slave 與 Master 差距越來越遠.

Continue reading

Posted in My_Note-App-Setting | Tagged , | Leave a comment

PHP dba 基本操作 程式範例

PHP 的 DBA(Database (dbm-style) Abstraction Layer) 可以接 Oracle Berkeley DB.

這邊有相容的 DB Layer 列表: PHP: Requirements - Manual

註: 此篇文章的範例使用 db4, 確定 PHP 5.3.3 以上可以正常執行, 不能執行的話, 可以換成 dbm 先測試看看. :)

Continue reading

Posted in Programming | Tagged , | Leave a comment

APT 的 clean 與 autoclean 差異

Debian / Ubuntu Linux 都是使用 APT, 容量不夠的時候, 第一個先做的就是作 clean 或 autoclean, 那這兩個參數的差異是如何呢?

Continue reading

Posted in My_Note-Unix | Tagged , , , | Leave a comment

華為採用輪值 CEO 制度 - 2012

接班人是每間公司都會遇到的問題, 華為遇到接班人的問題, 採用 輪替 CEO 的制度, 而此 CEO 是由一個小團隊組成, 是個非常有趣的制度, 在此做個記錄, 看看華為的未來狀況如何囉~ :)

Continue reading

Posted in News-Technology | Tagged , | Leave a comment

HTML5 的 SIP Client - 2012

HTML5 (JavaScript) 寫出的 SIP Client, 搭配 WebRTC. (Open Source + GPL3)

  • 詳見: sipml5 - The world's first HTML5 SIP client
Posted in News-Technology | Tagged , | Leave a comment

Ubuntu 12.04 桌面 與 Debian 6.0 教學手冊 電子書

Ubuntu Desktop 與 Debian Linux 最新版正好都有出線上電子書, 對 Ubuntu 剛入門的特別有幫助.

Continue reading

Posted in Document-Ebook | Tagged , , , , | Leave a comment

國家地理頻道 - 關於 高雄 的影片介紹

國家地理頻道(National Geographic Channel) 對於高雄的介紹影片.

註: 寫此影片主要原因是因為我生長於高雄, 請不要以政治角度來看此篇 或 影片.

Continue reading

Posted in News | Tagged , | Leave a comment

好站: 線上程式編譯 ideone

臨時想要寫個程式做測試, 要建立相關環境有時候還蠻麻煩得, 偶爾要用的話, 可以使用這個網站提供的服務.

Continue reading

Posted in My-Favorite-Site | Tagged , | Leave a comment

Debian / Ubuntu Apache2 security libxml2 問題修復

Debian / Ubuntu Linux 升級, 遇到下述錯誤訊息(下述把錯誤訊息都統整在一起), 而造成 Apache 無法啟動.

The apache2 configtest failed, so we are trying to kill it manually. This is almost certainly suboptimal, so please make sure your system[warnorking as you'd expect now! ... (warning).

/usr/lib/libxml2.so.2: cannot open shared object file: No such file or directory

/etc/apache2/mods-enabled/mod-security.load: Cannot load /usr/lib/libxml2.so.2 into server: /usr/lib/libxml2.so.2: cannot open shared object file: No such file or directory

Continue reading

Posted in My_Note-Unix | Tagged | Leave a comment

如何啟用 Google 兩階段驗證密碼 與 問題解決

Google 的帳號使用的服務越來越多, 對於相關 Gmail 登入等等都要非常小心.

Google 推出兩階段驗證(Using 2-step verification)有段時間了, 知道安全與方便通常是呈反比的, 於上個月還是啟用兩階段驗證的服務了, 於此篇紀錄些心得與問題.

Continue reading

Posted in News-Technology | Tagged , , | Leave a comment