Feed on
Posts
Comments

Archive for October, 2006

系統預設是不能使用 ipfw 指令,因為系統核心不支援,要使系統支援 ipfw,則需要修改核心
cd /usr/src/sys/i386/conf vi GENERIC
#在最後面加入
options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=10 options IPDIVERT #然後存檔 config GENERIC cd ../compile/GENERIC/ make cleandepend; make depend; make depend all install
…詳全文(共514字)

Read Full Post »

由於 redhat enterprise server 4 伺服器版本,沒有提供線上升級套件的功能yum
所以我利用 centos的yum/apt的server來更新
設定檔如下
[base]
name=Fedora Core $releasever – $basearch – Base
…詳全文(共1207字)

Read Full Post »

[Ubuntu] 開機自動執行script

因為在安裝 maple bbs 的時候 發現itoc的方式沒辦法解決開機自動執行
沒有 inetd.conf 也沒有 xinetd 的方式 ,所以利用下面方式才可以達成
我是增加一個檔案 /etc/init.d/bbsd
…詳全文(共631字)

Read Full Post »

ProFTPD Version 1.2.10
Mysql Version 4.1.0 支援 UTF8
請確定你的proftpd有支援sql module
proftpd -l | grep mysql
…詳全文(共1937字)

Read Full Post »

[FreeBSD] 安裝Awstats 6.6

安裝路徑
cd /usr/ports/www/awstats-devel/
安裝好之後 請在 httpd.conf 最後面加入
# Directives to allow use of AWStats as a CGI
…詳全文(共4254字)

Read Full Post »