解決 proftpd 造成中文檔名亂碼的問題

No Comments /

在 proftpd 1.3.1rc1 之後,開發者似乎替程式加入了一些語言上的規劃,雖然目的是為了解決檔名的問題,但卻也造成不少困擾。

在爬文測試過後,發現有幾個前提要先釐清: More

影響主机效能的關鍵因素

No Comments /

架設網路主機時,如果調配的方式錯誤,很容易造成效率不佳、穩定性下降,甚至減短壽命。那麼,有那些因素值得注意呢?
More

[解決] sendmail 錯誤訊息 5.3.0 unknown mailer error 139

No Comments /

某日在作一些主機昇級動作之後,sendmail 出現 5.3.0 unknown mailer error 139 的訊息,造成極大困擾。

因為筆者有把 gmail 信箱裡特定信件自動轉寄到公司郵件主機備份的設定,而這個錯誤會造成不正常的退件。不只是 gmail, 只要任何寄信到公司郵件主機的人,都會收到退件。

一開始,從字面上的訊息,以為是 mail.local 這支程式出現異常。因為連 sendmail 官方網頁都說這訊息是 mail.local 在異常時回傳的錯誤代碼。 More

MySQL 5.5 以上的新編譯設定模式 CMake 及相關參數替代

No Comments /

還在為了新的主機而雀躍時,正準備安裝 MySQL 就被潑了一大盆冷水~~~

咦?這是什麼東西啊?怎麼見都沒見過....(我嫩)

原本慣用的 ./configure 設定模式不支援,只好耐著性子仔細爬文....

找到「Section 2.11, "Installing MySQL from Source."」才發現,原來改變長久以來的設定模式了.....=___=|||

This section describes how to build MySQL from source using CMake. Before MySQL 5.5, source builds used the GNU autotools on Unix-like systems.

More

在 CSS 裡自訂向量字型

No Comments /

Here is a simple example of how to use web fonts :

@font-face {
  font-family: "Kimberley";
  src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype");
}
h1 { font-family: "Kimberley", sans-serif }

More

Older Entries