Posted in General on Aug 6th, 2009
本文授權CC Attribution-ShareAlike 2.5 前陣子搞過FreeBSD UTF-8的term、editor(vim)、screen與irssi。弄的時候一知半解的,所以也沒很認真的做筆記(人老了…)。最近碰到台灣唯一的irc server掛點,部分channel都移至irc.freenode.net上(喔耶,有IPv6!!),也趁機將channel從Big5轉為UTF-8。 FreeBSD UTF-8有不少方法,如果主機root不是你的,修正screen與libiconv算是比較麻煩的。以下說明的只要使用者端做略為修改環境變數即可完成。
Read Full Post »
Posted in General on Jan 7th, 2009
因為某一台機器一直編不起來FreeBSD 7.1的src(!@#$),再加上懶惰,就用NFS來昇級啦。
Read Full Post »
Posted in Uncategorized on Aug 24th, 2008
大概兩年沒參加OpenSource社群的活動了。今年因為某些情況只能去COSCUP 2008第一天,第二天沒去就不能拜大神啊啊啊。(只拜到肥睡睡Orz)
Read Full Post »
Posted in Uncategorized on Apr 14th, 2008
FreeBSD 7.0有許多功能(如ZFS)讓大家躍躍欲試,這邊簡單整理一下昇級的方法。 從FreeBSD 6.2 or 6.3用csup昇級上來的步驟大概如下(i386/amd64皆試過):
Read Full Post »
Posted in Uncategorized on Apr 6th, 2008
1. wp-config-sample.php裡頭有增加一段code,請自已加在$table_prefix這個變數前面 // Change SECRET_KEY to a unique phrase. You won’t have to remember it later, // so make it long and complicated. You can visit https://www.grc.com/passwords.htm // to get a phrase generated for you, or just make something up. define(‘SECRET_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase. 而內容要寫什麼呢,連上那個網頁後,會產生一組獨立的key,三選一拿一個下來貼在put…這段上面,再重新登入管理介面即可。 2.跟沙拉麵大叔測試的結果,wordpress [...]
Read Full Post »