本周人數:14+

Fourdollars:

ls /sys/class/net/

yan:

lshw 可以協助找硬體資訊

lshw
lshw -C Network



./sql_injection_demo.php "26' and 1=2 union select 1,user,passwd,4,5,6 from xxx#"

Mat:

http://wiki.ubuntu.org.cn/Qref/Applications

核心偵測到新裝置後, 會來 /etc/udev/rules.d/ 讀取規則, 做出相應動作 例: /etc/udev/rules.d/70-persistent-net.rules 修改裝置名(NAME)、執行(RUN)

# USB device 0x:0x (zd1211rw)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:90:cc:d8:4e:4f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0", RUN+="/etc/udev/scripts/restart-net.sh"

SUBSYSTEM=="net", ACTION=="remove", DRIVERS=="?*", ATTR{address}=="00:90:cc:d8:4e:4f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0", RUN+="/etc/udev/scripts/restart-net.sh"

chihchun:

翻譯 fortune http://groups.google.com/group/hackingthursday/browse_frm/thread/82b45f582c3eb0b9

Tsung:

部落格左中部份多了即時訪客, 可以知道人家從那邊搜尋進來, 並可以觀察此關鍵字排行在搜尋引擎的順位大概在哪

重新整新舊版與新版 debian tip http://plog.longwin.com.tw/document-ebook/2009/11/27/debian-linux-tip-hint-fortune-2009

hychen:

haskell, house, 用 haskell 寫的 OS

fastgit.vim

git pull 會自動 merge git fetch 不會自動 merge

shengpo: