一直以來設定 DNS 都是在 GoDaddy 或 EveryDNS 等等的地方設, 這次設定 Gandi 一直沒有出現成功的訊息, 感覺怪怪的, 在此紀錄 Gandi 設定 DNS 時, 需注意的事項.
作者: Tsung
拜 地基主 該 準備的物品
家中有開伙 或 租的房子有開伙, 就要拜地基主.
Debian linux - sysv-rc dependency-based boot system 修復
Debian linux 做 apt-get dist-upgrade, 升級到 sysv-rc 時, 出現下述訊息:
- sysv-rc
Unable to migrate to dependency-based boot system
Tests have determined that problems in the boot system exist which prevent migration to dependency-based
boot sequencing:
package exim4-base removed but not purged, package mysql-server-5.0 removed but not purged
If the reported problem is a local modification, it needs to be fixed manually. If it's a bug in the package, it should be reported to the BTS and fixed in the package.
See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for more information about how to fix the problems preventing migration.
To reattempt the migration process after the problems have been fixed, run "dpkg-reconfigure sysv-rc".
問題出在 沒有把 exim4-base、mysql-server-5.0 移除乾淨. (移除乾淨要用 apt-get remove --purge exim4-base mysql-server-5.0)
閱讀全文〈Debian linux - sysv-rc dependency-based boot system 修復〉
PHP 5.3.x 的 strtotime() 時區設定 警告訊息修正
Debian Linux 使用 testing 的話, 若於上星期有做過 dist-upgrade 的話, 就會發現 PHP 已經被升級到 5.3.1-5, 而且出現一堆警告訊息.
我遇到的有下面這三種錯誤訊息:
- PHP Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in /tmp/a.php
- PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/imagick.so' /usr/lib/php5/20090626/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
- PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/imagick.ini on line 1 in Unknown on line 0
貝貝滿月禮 - Amo 阿默典藏蛋糕
今天是元宵節, 也是貝貝滿月的日子, 這幾天努力送蛋糕, 希望能合大家胃口~ 🙂
Web Frameworks 的歷史演進圖表
Web Frameworks 從 1999 年到現在的演進圖, 在 Github 上面有持續的更新. 🙂
±2℃ / 正負2度C 紀錄片
±2℃ / 正負2度C / +-2度C 先整理起來, 忙完再來看.
Vim 的 套件(外掛)管理系統 - Vimana
Vim 在安裝套件(Package)、外掛(Plugin) 等等的時後, 總是要到 Vim 官方網站去搜尋, 然後看清楚說明, 要擺到哪去等等, 才下載安裝.
在 phpBB 安裝 Smilies (表情符號)
在張貼文章時, 想要插入表情符號, 所以來為 phpBB 安裝 Smilies (表情符號).
好文: 如何正確發送 大量 Email
大量寄信 很容易就會被當 spam 來處理, 此 IP 就永遠被列為 spam 的 IP, 這篇文章列出要大量寄信需要注意的事項.