Notes: June 2004 Archives

AP 進階應用

| | Comments (0)

一個功能完整的 AP, 必須具備以下五種 mode
* AP
* Point to Point bridge
* Point to Multi-Point bridge
* Repeater
* AP Client

* AP
這個大概不用多做解釋, 每台 AP 都具有的功能, client 使用 Infrastructure 方式連接 AP

* Point to Point bridge
點對對橋接
應用實例: 兩棟大樓間的網路橋接
設定: 兩台 AP 必需設定對方的 MAC, 及使用相同的頻道, 同一個 ESSID

* Point to Multi-Point bridge
點對多對橋接
應用實例: 兩棟以上大樓間的網路橋接
設定: 設定點對多點的 AP 必需設定基他連線 AP 的 MAC, 其他 AP 也必需設定主 AP 的 MAC
所有 AP 需使用相同的頻道, 同一個 ESSID

* Repeater
延續 AP 的訊號
應用實例: 中間有阻隔的兩間辦公室, 在走郎處架設 Reapter, 延續 AP 的訊號
設定: Repeater 需設 root AP 的 MAC

* AP Client
AP Client 可接在傳統的 ethernet device, 使之能以無線方式連接
應用實例: AP Client 連接 Hub, 讓另一區的 LAN 能透過無線方式串接
設定: AP Client 需設 root AP 的 MAC, 使用同一個 ESSID

ref.
http://www.big5.tomshardware.com/howto/03q1/030129/wireless-02.html

Gaim 0.79

| | Comments (0)

這個版本加入新增兩項重要功能
MSN 傳檔
MSN 大頭照, 目前並不會自動更新, 只有對方傳訊過來時才會顯示大頭照, 或者手動按更新好友圖示

其他
修正 Yahoo protocol 異動, 使能 login Yahoo Messenger

Download

gzip file header

| | Comments (0)

RFC 1952

把一個 gzip file 前 10 bytes dump 下來

1f 8b 08 00 b8 8e ea 3f 00 03
+---+---+---+---+---+---+---+---+---+---+
|ID1|ID2|CM |FLG| MTIME |XFL|OS |
+---+---+---+---+---+---+---+---+---+---+

ID1 ID2 固定是 1f 8b, 作為 gzip format 的識別
CM 是壓縮方式, 需填 08
FLG 是一些參數的 flag, 一般為 0, bit 5-7 reserved (Reserved FLG bits must be zero.)
MTIME 是最後異動時間, 單位秒, 相當於 date +%s
XFL 是其他參數, 一般為 0
OS = 03 = Unix

[Shell] cat << EOF > file

| | Comments (0)

使用 cat << EOF > file 時, 結束的 EOF 要獨立一行, 後面也不能有 space, tab

REALbasic

| | Comments (0)

REALbasic is a cross-platform VB like language

http://www.realsoftware.com/realbasic/indepth/

REALbasic is the powerful, easy to use tool for creating your own
software for Windows, Macintosh and Linux.

Download

Screen Shot

StarDict

| | Comments (0)


http://stardict.sourceforge.net/

最近裝了 stardict 才知道, 它有 highlight 即時翻譯的功能, 真好用!

以 Mandrake 10 為例, 至少要裝主程式, 英翻中檔, 中翻英檔
stardict-2.4.2-5mdk.i586.rpm
stardict-xdict-en-zh_TW-2.4.2-1mdk.noarch.rpm
stardict-xdict-zh_TW-en-2.4.2-1mdk.noarch.rpm

掃 曲線

| | Comments (0)

有一個檔的內容是


曲線

在 linux 下, LC_CTYPE 設 en_US 的話
grep 掃 file 的結果, 兩個都能找到, 因為"曲"的後半+"線"的前半剛好等於"掃"
只要設 LC_CTYPE=zh_TW 就能讓 grep 認得中文
grep 掃 file 的結果, 就不會出現"曲線"

但是在 FreeBSD 下我試不出來, setenv LC_CTYPE zh_TW 還是 zh_TW.Big5 後,
還是沒效果

Mouse Gestures

| | Comments (0)

Mozilla, Firefox 支援滑鼠手勢, 工具/擴充套件 線上安裝 All-in-One Gestures

http://optimoz.mozdev.org/gestures/installation.html

Options of All-in-One Gestures screen shot

常用的和 MyIE 大致相同

按右鍵上 開新 tab
按右鍵下 開新視窗
按右鍵左 上一頁
按右鍵右 下一頁
按右鍵上左 上一個 tab
按右鍵上右 下一個 tab
按右鍵下右 關閉視窗
在link上, 按右鍵上, 開在新的 tab

GNOME 取消視窗動畫

| | Comments (0)

這個設定找好久, 原來中文翻譯翻得不好, 容易讓人誤解
Mandrake Linux
系統/設定/GNOME/進階/面板
取消 抽屜及面板可平滑移動

Godaddy's Email forward service

| | Comments (0)

最近 GoDaddy 提供 domain 的免費附加服務: Email forward
可以把 user@domain 的 mail 轉到其他地方

MX 設定
IN MX 0 smtp.secureserver.net.
IN MX 20 mailstore1.secureserver.net.

再到 Godaddy 的網頁上設定 Email forward, 沒有先做好上面的 MX 設定, 檢查 MX 時就會 pending

自架 mail server 時, 可利用此功能, 等於是有備援的機制
在設定 MX 時, 要先照上面的設定, Email forward 設完後再來改 MX

IN MX 0 mx1.pank.org.
IN MX 5 mx2.pank.org.
IN MX 10 smtp.secureserver.net.
IN MX 20 mailstore1.secureserver.net.

如此 mail 會先 try mx1, mx2 (自架的 mail server), 若掛了, 會 try godaddy 的 server,
進而 forward 到你指定的 mail, 這樣一來, 就不用擔心自架 server, 而 mail 收不到的情形

iptables rule issue

| | Comments (0)

內部網路環境 192.168.0.0/24, 要阻檔內部連外的 tcp port 2000-20000
使用下面這個 rule , 看似正確, 而嚴格說起來這樣的 rule 是有問題的
iptables -A FORWARD -p tcp --dport 2000:20000 -j DROP

為什麼?
因為有可能誤檔回來封包的連線, 有一個連線 sport 3000, dport 80
這封包就出得去, 但是回不來, 因為回來的封包符合上面的 rule
正確的做法應該用
iptables -A FORWARD -s 192.168.0.0/24 -p tcp --dport 2000:20000 -j DROP

robots.txt

| | Comments (0)

disable webcrawler (ex. googlebot) access your page
http://www.robotstxt.org/wc/norobots.html
http://www.google.com.tw/intl/zh-TW/faq.html#robots

Pages

March 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

About this Archive

This page is a archive of entries in the Notes category from June 2004.

Notes: May 2004 is the previous archive.

Notes: July 2004 is the next archive.

Find recent content on the main index or look in the archives to find all content.