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

國家地理頻道(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

萃取一杯 完美義式咖啡 的 六大黃金要素

在找咖啡機時, 到處都會看到 萃取一杯 完美義式咖啡 的 六大黃金要素 等資料, 在此將這些資料作個紀錄.

Continue reading

Posted in Document-Ebook | Tagged | Leave a comment

好文: Java 的歷史 與 Timeline

Java 整個非常的龐大, 要學習的話, 建議可以讀讀 歷史演進 與 緣由~ :)

Continue reading

Posted in Programming | Tagged , | Leave a comment

為 Apache2 安裝 SPDY Module

Google 發佈 mod_spdy 給 Apache (Web server) 使用.

Continue reading

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

什麼是 SPDY?

SPDY 的說明文件如下述:

Continue reading

Posted in News-Technology | Tagged , | 1 Comment

PHP CGI 漏洞 與 Facebook 解法 - 2012

PHP 最近被爆出跑 mod_cgi 會有漏洞, 可以看到 PHP code 的原始碼.

Continue reading

Posted in News_Security | Tagged , , | 2 Comments

使用 lsof 監看本機 某個Port 的 對外連線狀況

使用 lsof (list open files) 來看某個 Port 的 Connection 狀態, 並且查看此 Port 是被哪支程式佔住了.

  • 註1: netstat 也可以作類似的事情, 但是 lsof 更簡單易懂些.
  • 註2: 主要用此可以查看, 是否有哪些連線是你意想不到的. (會不會是被種了木馬等等的)

Continue reading

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