Google 有非常多的服務, 它為旗下的服務做了一份 SEO 的報告, 共 49 頁.
作者: Tsung
Postfix 列出 所有 設定參數 的 預設值
Postfix 是 Linux 上, 很常使用的 Mail Server 軟體 / 套件, 主要的設定檔是 /etc/postfix/main.cf (於 Ubuntu / Debian Linux).
Linux 指定使用各種不同版本軟體 - update-alternatives
在 Ubuntu / Debian Linux 常常會有各種不同版本的軟體, 但是是做同樣的事(或類似的事).
最常見的 vi、java、gcc 等等, 這些都有各種不同的版本, 另外 scim / gcin 等輸入法, 是需要指定權重.
MPlayer 影片播放時, 常會停住不動問題修復
於 Ubuntu Linux 中, 使用 MPlayer 來看影片, 但是自從升級到 9.10 後, 影片播放時就常常會卡住不動, 然後快轉後再往回轉之類的讓他繼續播放.
奧運金牌、銀牌、銅牌的成份? 價值?
最近在舉行冬季奧運, 冬季奧運得到的獎牌, 成本是多少?
貝貝第一次剪頭髮 (胎毛 / 胎髮)
設定 Outlook 使用 POP3 / IMAP 來接收 Gmail 信件
要在 Outlook 設定 POP3 / IMAP 去接收 Gmail 信件, 要如何做?
Gandi 設定 DNS 的注意事項
拜 地基主 該 準備的物品
家中有開伙 或 租的房子有開伙, 就要拜地基主.
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 修復〉