承上篇 一樣是使用openwrt-x86-2.6-ext2.image
開完機之後 要按個enter 才會跳出打指令的畫面 XD
這個時候把網路線接在eth1
然後再打udhcpc -i eth1
就可以自動取得ip了!!!!!!!!!!!
--
超感動 原來是這麼簡單的步驟 QQ
2011年3月9日 星期三
接上usb裝置的錯誤訊息
接上usb裝置時 打fdisk -l都找不到sdb
於是用dmesg 會看到下列這些錯誤訊息
usb 1-2: new full speed USB device using uhci_hcd and address 8
usb 1-2: device descriptor read/64, error -71
usb 1-2: device descriptor read/64, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 9
usb 1-2: device descriptor read/64, error -71
usb 1-2: device descriptor read/64, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 10
usb 1-2: device not accepting address 10, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 11
usb 1-2: device not accepting address 11, error -71
這個時候打rmmod ehci_hcd
再重新連接usb裝置 過一陣子就可以抓到了
打fdisk -l可以看到sdb
--
我忘記我在哪裡看到的 囧.....
於是用dmesg 會看到下列這些錯誤訊息
usb 1-2: new full speed USB device using uhci_hcd and address 8
usb 1-2: device descriptor read/64, error -71
usb 1-2: device descriptor read/64, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 9
usb 1-2: device descriptor read/64, error -71
usb 1-2: device descriptor read/64, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 10
usb 1-2: device not accepting address 10, error -71
usb 1-2: new full speed USB device using uhci_hcd and address 11
usb 1-2: device not accepting address 11, error -71
這個時候打rmmod ehci_hcd
再重新連接usb裝置 過一陣子就可以抓到了
打fdisk -l可以看到sdb
--
我忘記我在哪裡看到的 囧.....
使用atheros晶片組的網路卡
剛剛發現madwifi官網有這個東西
(太晚看到了 不然之前可以直接在這邊查詢 QQ)
http://madwifi-project.org/wiki/Compatibility
不過madwifi似乎不支援USB的樣子 囧.....
本來還打算買個usb網卡來試試 ~"~
(太晚看到了 不然之前可以直接在這邊查詢 QQ)
http://madwifi-project.org/wiki/Compatibility
不過madwifi似乎不支援USB的樣子 囧.....
本來還打算買個usb網卡來試試 ~"~
2011年3月5日 星期六
在cmd使用系統管理員權限執行指令
(好長的標題 XD)
在電腦教室的時候 大部分都是使用一般user權限登入
如果這個時候想要系統管理員權限執行一些指令 可以使用runas這個指令
ex: 使用net user這個指令可以幫使用者變更密碼
net user USERNAME PASSWORD
可是一般user不能改別人(系統管理員)的密碼
這個時候用runas就可以了
runas /user:administrator "net user USERNAME PASSWORD"
輸入這個指令之後 就要輸入administrator的密碼 然後就可以了!!
--
不用另外登出再用管理員登入 XD
--
有些安裝程式可以在上面按右鍵選"執行身份"就可以使用系統管理員權限安裝
指令的話就可以用runas
在電腦教室的時候 大部分都是使用一般user權限登入
如果這個時候想要系統管理員權限執行一些指令 可以使用runas這個指令
ex: 使用net user這個指令可以幫使用者變更密碼
net user USERNAME PASSWORD
可是一般user不能改別人(系統管理員)的密碼
這個時候用runas就可以了
runas /user:administrator "net user USERNAME PASSWORD"
輸入這個指令之後 就要輸入administrator的密碼 然後就可以了!!
--
不用另外登出再用管理員登入 XD
--
有些安裝程式可以在上面按右鍵選"執行身份"就可以使用系統管理員權限安裝
指令的話就可以用runas
2011年3月3日 星期四
把man所顯示的結果存下來
存成純文字:
man xxx | col -b > xxx.txt
存成html:
man2html /usr/local/share/man/man5/xxx > xxx.html
存成html比較麻煩 因為你要去找出那個manual的位置在哪裡才可以
--
詳情可以用man man來搜尋 XDDDD
man xxx | col -b > xxx.txt
存成html:
man2html /usr/local/share/man/man5/xxx > xxx.html
存成html比較麻煩 因為你要去找出那個manual的位置在哪裡才可以
--
詳情可以用man man來搜尋 XDDDD
2011年2月25日 星期五
2011年2月24日 星期四
在soekris net4521安裝 openwrt
超級無敵簡單 囧
去抓
openwrt-x86-2.6-jffs2-128k.image
openwrt-x86-2.6-jffs2-64k.image
openwrt-x86-2.6-ext2.image
看你喜歡哪一種檔案系統 就裝哪一個 (我是用ext2那個)
http://kamikaze.openwrt.org/7.09/x86-2.6/ 這邊可以抓
然後把你的CF卡接到linux電腦上 直接用dd複製就好了 (記得改成你的CF卡位置)
dd if=openwrt-x86-2.6-ext2.image of=/dev/sdX
然後接上去就可以開機了
只是他們的console baud rate 是 38400
Soekris BIOS好像是 19200
ref:
http://wiki.openwrt.org/oldwiki/SoekrisPort
--
可是開機後我要做啥啊 囧
去抓
openwrt-x86-2.6-jffs2-128k.image
openwrt-x86-2.6-jffs2-64k.image
openwrt-x86-2.6-ext2.image
看你喜歡哪一種檔案系統 就裝哪一個 (我是用ext2那個)
http://kamikaze.openwrt.org/7.09/x86-2.6/ 這邊可以抓
然後把你的CF卡接到linux電腦上 直接用dd複製就好了 (記得改成你的CF卡位置)
dd if=openwrt-x86-2.6-ext2.image of=/dev/sdX
然後接上去就可以開機了
只是他們的console baud rate 是 38400
Soekris BIOS好像是 19200
ref:
http://wiki.openwrt.org/oldwiki/SoekrisPort
--
可是開機後我要做啥啊 囧
2011年2月23日 星期三
2011年2月22日 星期二
查詢學校發表paper篇數
1. 進入Web of Science
http://isiknowledge.com/?DestApp=WOS
(1). Publication name 輸入期刊名稱,
ex: IEEE Transactions on Vehicular Technology
(2). Timespan 選全部年份 之後再作篩選
(別人的心得 不要問我為什麼 XD)
(3). Citation Databases: 選前兩個就好 (其實我也不確定 -.-)
Science Citation Index Expanded (SCI-EXPANDED) --1977-present
Social Sciences Citation Index (SSCI) --1977-present
2. 篩選搜尋結果
(1). 左邊有個Publication Years
按下去展開後有一個"more options / values... "
然後按more options去篩選你要的年份
選完後按"refine"
(2). 然後再按左邊的Institutions 一樣按more options
就可以看到所有學校的發表篇數
NCTU= NATL CHIAO TUNG UNIV
選完後按"refine"
搭配(1),(2)就可以查出每個學校在每一年分別有幾篇paper
如果要再細分系所 只能一個一個點進去看 然後用人腦演算法去判別 XD
http://isiknowledge.com/?DestApp=WOS
(1). Publication name 輸入期刊名稱,
ex: IEEE Transactions on Vehicular Technology
(2). Timespan 選全部年份 之後再作篩選
(別人的心得 不要問我為什麼 XD)
(3). Citation Databases: 選前兩個就好 (其實我也不確定 -.-)
Science Citation Index Expanded (SCI-EXPANDED) --1977-present
Social Sciences Citation Index (SSCI) --1977-present
2. 篩選搜尋結果
(1). 左邊有個Publication Years
按下去展開後有一個"more options / values... "
然後按more options去篩選你要的年份
選完後按"refine"
(2). 然後再按左邊的Institutions 一樣按more options
就可以看到所有學校的發表篇數
NCTU= NATL CHIAO TUNG UNIV
選完後按"refine"
搭配(1),(2)就可以查出每個學校在每一年分別有幾篇paper
如果要再細分系所 只能一個一個點進去看 然後用人腦演算法去判別 XD
2011年2月19日 星期六
關閉xp的登入畫面 (要按ctrl+alt+del)
開始 ->執行-> gpedit.msc
電腦設定\Windows 設定\安全性設定\本機原則\安全性選項\互動式登入
不要求按 CTRL+ALT+DEL 鍵 -> 啟用
電腦設定\Windows 設定\安全性設定\本機原則\安全性選項\互動式登入
不要求按 CTRL+ALT+DEL 鍵 -> 啟用
訂閱:
文章 (Atom)