升級完 Ubuntu Linux 9.10 後, mplayer 開全螢幕看影片時就會卡住.(影片於 小視窗 都正常, 只要按 f 切到全螢幕, 就會卡住無法播放)
分類: My_Note-App-Setting
Ubuntu Linux 使用 Thunderbird 同步 Google IMAP 和 Calendar
因為信箱太多, 所以靠 Thunderbird 將所有信箱的信統一用 IMAP 來收, 可以快速看新信的 Title 和 內容, 在其它電腦上還是可以登入 Gmail 上去收發信, 比較不會漏掉某些信件(進垃圾筒的就當做沒看到. XD)
昨天 Kwan 的告知, 才知道 Thunderbird 有 Google IMAP 的 add-ons, 雖然沒裝也可以設, 但是裝了以後設定步驟一步就搞定了, 輕鬆又快速. (這樣子 Thunderbird 的備份就沒那麼重要了)
查詢 MySQL 對 此帳號 開放(GRANT)哪些權限
要知道這個帳號有開哪些權限, 直接看 MySQL 的 user table 並不一定正確, 要使用 MySQL 本身支援的 SHOW 才對.
讓 Ubuntu Linux 的 Firefox 滑鼠左鍵點兩下可選取部份網址
Windows 的 Firefox 點選兩下, 都可以選到某一區塊的網址內容, 但是 Ubuntu / Debian Linux 的都不行, 都會將 URL 全選.
Domain name 遷移 轉換步驟
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 會自動轉寄給相關的所有人.
Scim / Gcin 符號輸入
輸入法: 注音, 要輸入特殊符號的快速鍵:
- Windows: Ctrl + Alt + ,
- Gcin: Ctrl + Alt + ,
- Scim: Ctrl + 0
修改 Firefox 預設 cache 目錄路徑
IE 的 cache 是是隱藏目錄, 通常放在 Temporary Internet Files
, 可以直接在 IE選項中更改目錄路徑, 但是 Firefox 想要修改卻找不到地方修改.
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.
給 PHP 和 HTML 專用的 VIM 縮排(Indent)
Vim 在寫 *.html 和 *.php 時, 在 HTML 排版上, 都有些不夠聰明的狀況.
- *.html => 自動排版會將所有 HTML Tag 都排在同一列, 等同於沒有縮排.
- *.php => 自動排版會將 HTML Tag 排在在同一列外, 按 Enter 後, 游標會在第一個位置, 不會做聰明的縮排動作.