最近這幾天,才真正自己架了一台dhcpd,用ports把isc-dhcp31-server裝起來後照sample寫/usr/local/etc/dhcpd.conf,基本上輕鬆寫意。 只是可以動,但是反應速度好像不是很理想(常常抓不到),原因jnlin說要tcpdump看比較清楚,就要找機會再做。 然而dhcp終究是能動,只差在速度問題。但是內網被分配到IP的機器出不來甚麼就都不用玩了啊。研究na… 更多 →
http404errornotexist wrote 1 month ago: 最近這幾天,才真正自己架了一台dhcpd,用ports把isc-dhcp31-server裝起來後照sample寫/usr/local/etc/dhcpd.conf,基本上輕鬆寫意。 只是可以動,但是 … more →
notexist wrote 1 month ago: 這是一篇未成功/未完成的筆記…完成基本路由功能了(用pf就對了,好威的啊),基本上可以運作,只差認證彈性的問題(目前只有ppp.secret記載密碼有用) 昨天(091015)戰了許久的p … more →
notexist wrote 1 year ago: http://wiki.freebsd.org/ZFSTuningGuide /memo … more →
notexist wrote 1 year ago: 跨版本的升級通常牽扯到一些奇奇怪怪的手法…目前還不會。版本內的更新倒是有事沒事碰到問題就會作,所以memo一下好… 如果要作完整的(world+kernel),切換到/usr/ … more →
notexist wrote 1 year ago: /etc/snmpd.config 裡面似乎牽涉到使用的帳號,機器的地點跟管理者等資訊。不過好像沒限制連接來源… … more →
notexist wrote 1 year ago: 基本上要讓他動,最基本的ports安裝就都可以啟動了。要注意的大概就是照指示在rc.conf跟periodic.conf以及跑newaliases建立/etc/aliases.db (091022)不 … more →
notexist wrote 2 years ago: host 查詢Domain資料 nslookup 查詢Domain資料 hostname 設定(查詢)本機名稱 mtr 加強版tracert(需安裝) dnstracer 樹狀圖dns資料查詢 ifc … more →
notexist wrote 2 years ago: /usr/ports/ftp/proftpd-mysql//usr/local/etc/proftpd.confproftpd_enable=”YES” 要支援FEAT UTF … more →
notexist wrote 2 years ago: NFS 預設就有,免安裝 分成client跟server兩部分,而後追加AMD(automatic mount device?) 網路上加很多東西,可是我rc.conf只加三行(#的flag好像都是預 … more →
notexist wrote 2 years ago: ports位置 /usr/ports/net/samba3 主設定檔 /usr/local/etc/smb.conf rc.conf設定 samba_enable=”YES” … more →
notexist wrote 2 years ago: 20:25 <@NotExist> chiouss: 我是要寫在start script例如/usr/local/etc/rc.d/mrtg_daemon裡面的@@20:25 <@g … more →
notexist wrote 2 years ago: 參考自http://chiouss0817.wordpress.com/2006/04/29/install-apachephpmysql-from-ports/雖然常常裝,可是每次都忘記,所以留記錄 … more →
notexist wrote 2 years ago: 因為snmpd已經進base,所以不用另外裝net-snmp了,直接在放rc.conf bsnmpd_enable=”YES” 然後從ports裝mrtg /usr/ports … more →
notexist wrote 2 years ago: ifconfig [interface] [IP] netmask [netmask] alias 或者 ifconfig [interface] [IP/mask] alias (似乎可以加在/et … more →
notexist wrote 2 years ago: 在/etc/namedb rndc-confgen > rndc.conf rndc-confgen -a -c /etc/namedb/rndc.key 把rndc.conf下mark起來的地 … more →
notexist wrote 2 years ago: CTRL+SHIFT+ALT再Enter 跑起來就會是以管理員權限登入 (不過仍然是一般管理權,就如同右鍵裡面那個管理員,還不是”真”管理員) … more →
notexist wrote 2 years ago: set cindentset background=darkset encoding=utf8set fileencoding=utf8set fileencodings=utf8,cp950,lat … more →
notexist wrote 2 years ago: 一種是在.vimrc寫 set encoding=utf-8 另一種是在.cshrc寫 setenv LC_ALL zh_TW.UTF-8 這個問題應該要分成幾部分來討論,而vimrc裡需要討論的環境 … more →