Ubuntu Linux 使用 Thunderbird 同步 Google IMAP 和 Calendar

因為信箱太多, 所以靠 Thunderbird 將所有信箱的信統一用 IMAP 來收, 可以快速看新信的 Title 和 內容, 在其它電腦上還是可以登入 Gmail 上去收發信, 比較不會漏掉某些信件(進垃圾筒的就當做沒看到. XD)

昨天 Kwan 的告知, 才知道 Thunderbird 有 Google IMAP 的 add-ons, 雖然沒裝也可以設, 但是裝了以後設定步驟一步就搞定了, 輕鬆又快速. (這樣子 Thunderbird 的備份就沒那麼重要了)

閱讀全文〈Ubuntu Linux 使用 Thunderbird 同步 Google IMAP 和 Calendar〉

讓 Ubuntu Linux 的 Firefox 滑鼠左鍵點兩下可選取部份網址

Windows 的 Firefox 點選兩下, 都可以選到某一區塊的網址內容, 但是 Ubuntu / Debian Linux 的都不行, 都會將 URL 全選.

閱讀全文〈讓 Ubuntu Linux 的 Firefox 滑鼠左鍵點兩下可選取部份網址〉

Postfix 設定寄信到 Google Apps(Gmail), 不會寄到 local 信箱

照理說, 信應該要寄到 Google Apps 去, 但是每次都寄到 local 信箱, 而且, local 信箱根本沒那個帳號, 這種已經遇過幾次, 每次處理完就忘記, 還是該寫下來比較實在.

剛裝好的機器, 假設資料如下:

  • 網域名稱: DOMAIN-NAME
  • 主機名稱: www

此 DOMAIN-NAME 已經轉到 Google Apps(讓 Google hosting), 而且設了一個 alias 信箱: username@DOMAIN-NAME.

註: 此 username@DOMAIN-NAME 會自動轉寄給相關的所有人.

閱讀全文〈Postfix 設定寄信到 Google Apps(Gmail), 不會寄到 local 信箱〉

WordPress Login 出現 403 Error 解法 (Bad Behavior)

WordPress Login 出現下述的錯誤:

Error 403

We're sorry, but we could not fulfill your request for /wp-login.php on this server.

Your Internet Protocol address is listed on a blacklist of addresses involved in malicious or illegal activity. See the listing below for more details on specific blacklists and removal procedures.

Your technical support key is: xxxx-xxxx-xxxx-xxxx

You can use this key to fix this problem yourself.

If you are unable to fix the problem yourself, please contact xxx at domain.com and be sure to provide the technical support key shown above.

閱讀全文〈WordPress Login 出現 403 Error 解法 (Bad Behavior)〉

給 PHP 和 HTML 專用的 VIM 縮排(Indent)

Vim 在寫 *.html 和 *.php 時, 在 HTML 排版上, 都有些不夠聰明的狀況.

  • *.html => 自動排版會將所有 HTML Tag 都排在同一列, 等同於沒有縮排.
  • *.php => 自動排版會將 HTML Tag 排在在同一列外, 按 Enter 後, 游標會在第一個位置, 不會做聰明的縮排動作.

閱讀全文〈給 PHP 和 HTML 專用的 VIM 縮排(Indent)〉