[苗栗][頭份]老崎休憩步道(老崎坪頂山)
http://www.barefoot.idv.tw/messages/notebook/20041226/20041226.htm
怡明茶園
http://taiwan.net.tw/lan/Cht/search/list.asp?layer3=47
2010年10月19日 星期二
[wretch backup 2006] PCI 數據卡驅動程式
PCI 數據卡驅動程式
晶片上寫rockwell
版子有 5614pm3 的型號
驅動程式載點:
http://www.conexant.com/support/md_supportlinks.html
數據卡的介紹:(簡體字)
http://www.beareyes.com.cn/2/lib/200104/02/20010402038.htm
之前找不到driver。現在找到了…試了一下 可以傳送資料…
晶片上寫rockwell
版子有 5614pm3 的型號
驅動程式載點:
http://www.conexant.com/support/md_supportlinks.html
數據卡的介紹:(簡體字)
http://www.beareyes.com.cn/2/lib/200104/02/20010402038.htm
之前找不到driver。現在找到了…試了一下 可以傳送資料…
CVS 使用方法 記錄
最近改用SVN, 怕忘記CVS 使用方法, 記錄一些使用方法
cvs co -r TAG_OR_BRANCH_NAME Module_name;cd Module_name; cvs upd -dP
cvs diff -N -u linux-2.4.18/ > patch-0.8.35.4
diffstat -p0 patches/patch-0.8.35.4
http://cvsdoc-zh.gro.clinux.org/cvsdoc/zh_TW/html/1_11_19/Common-options.html#Common-options (dead link)
checkout [options] modules...
-D date_spec
ISO8601 dates have many variants but a few examples are:
1972-09-24
1972-09-24 20:05
cvs status * > status.log ;\
cat status.log | grep Status: | grep -v "to-date" | grep -v "Patch" > status2.log
cvs upd -r 1.201 abc.c
cvs update -r 1.41 -p def.c > def.c.r41
cvs update -r 1. -p > .r
* 將cvs update的log存到檔案
o cvs upd -d 2>&1 | tee ../cvs`date +%m%d%H%M`.log
* 看cvs update log 但不要秀出 含 "cvs server: "
o cat ../cvsmmddHHMM.log |grep -v "cvs server:"
clean CVS DIR
find -name "CVS" -exec rm -rf {} \;
cvs co -r TAG_OR_BRANCH_NAME Module_name;cd Module_name; cvs upd -dP
cvs diff -N -u linux-2.4.18/ > patch-0.8.35.4
diffstat -p0 patches/patch-0.8.35.4
http://cvsdoc-zh.gro.clinux.org/cvsdoc/zh_TW/html/1_11_19/Common-options.html#Common-options (dead link)
checkout [options] modules...
-D date_spec
ISO8601 dates have many variants but a few examples are:
1972-09-24
1972-09-24 20:05
cvs status * > status.log ;\
cat status.log | grep Status: | grep -v "to-date" | grep -v "Patch" > status2.log
cvs upd -r 1.201 abc.c
cvs update -r 1.41 -p def.c > def.c.r41
cvs update -r 1. -p > .r
* 將cvs update的log存到檔案
o cvs upd -d 2>&1 | tee ../cvs`date +%m%d%H%M`.log
* 看cvs update log 但不要秀出 含 "cvs server: "
o cat ../cvsmmddHHMM.log |grep -v "cvs server:"
clean CVS DIR
find -name "CVS" -exec rm -rf {} \;
perl 20101019
Perl參考連結
http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!627/lngWid!6/anyname.htm
Ascii to Hex - Hex to Ascii
http://blog.xuite.net/evereasy/babel/11150843
Perl: ASCII及Hex字元互轉程式
http://coding.derkeiler.com/Archive/Perl/perl.beginners/2003-11/0940.html
Printing ASCII to Hex
16進位除法 = 輸出 十進位小數
perl -e '$a=0x280f/0x894;print "$a\n";'
http://www.planet-source-code.com/URLSEO/vb/scripts/ShowCode!asp/txtCodeId!627/lngWid!6/anyname.htm
Ascii to Hex - Hex to Ascii
http://blog.xuite.net/evereasy/babel/11150843
Perl: ASCII及Hex字元互轉程式
http://coding.derkeiler.com/Archive/Perl/perl.beginners/2003-11/0940.html
Printing ASCII to Hex
16進位除法 = 輸出 十進位小數
perl -e '$a=0x280f/0x894;print "$a\n";'
2010年10月14日 星期四
OpenRISC data
官網
http://opencores.org/openrisc,or1200
http://funningboy.blogspot.com/2010/05/openrisc-4-install.html
OPENRISC 4 install
http://sourceware.org/cgen/gen-doc/openrisc.html
OPENRISC Architecture Documentation
http://en.wikipedia.org/wiki/OpenRISC_1200
OpenRISC 1200
若水堂圖書
http://www.waterlike.com.tw/bookdata.asp?NO=TP3C105064
開源軟核處理器OpenRisc的SOPC設計
http://opencores.org/openrisc,or1200
http://funningboy.blogspot.com/2010/05/openrisc-4-install.html
OPENRISC 4 install
http://sourceware.org/cgen/gen-doc/openrisc.html
OPENRISC Architecture Documentation
http://en.wikipedia.org/wiki/OpenRISC_1200
OpenRISC 1200
若水堂圖書
http://www.waterlike.com.tw/bookdata.asp?NO=TP3C105064
開源軟核處理器OpenRisc的SOPC設計
2010年9月23日 星期四
linux and windows/mac tools
1.scp
winscp http://winscp.net/eng/docs/lang:cht
WinSCP 是在Windows中使用SSH的開放原始碼的圖形化SFTP用戶端。WinSCP同時也支援SCP通訊協定。它主要的功能是安全的在電腦間傳輸檔案。
scp for mac http://rsug.itd.umich.edu/software/fugu/download.html
Fugu - A Mac OS X SFTP, SCP and SSH Frontend.
Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much less vulnerable to third-party interception.
2. sshfs http://en.wikipedia.org/wiki/SSHFS
Dokan library + Dokan SSHFS for windows
http://chunchaichang.blogspot.com/2010/08/windowslinuxdokandokan-library.html
SSHFS(SSH文件系統)是一個文件系統客戶端程序,使用它可以將遠程服務器上的目錄掛載在本地直接訪問。 先前的版本用於輸出SFTP提供的目錄和文件,而當前的版本主要用於安裝有FUSE的系統上。 在用戶訪問服務器資源的過程中,數據通過SSH加密傳輸,安全而高效。
sshfs for mac: http://code.google.com/p/macfuse/
http://pqrs.org/macosx/sshfs/
sshfs unmount
fusermount -u mountpoint
3. 尋找重復的檔案
rdfind fdupes
4. clock/time
How to create a continuous digital clock in the terminal
watch -n 1 date +%r
clear; while true; do echo -e \\b\\b\\b\\b\\b\\b\\b\\b`date +%T`\\c ; sleep 1; done
http://www.linuxandlife.com/2012/08/how-to-create-continuous-digital-clock.html
5. find
如何在 Linux 底下找到想找的東西?
https://www.openfoundry.org/foss-programs/8628
find指令的參數詳解
http://jashliao.pixnet.net/blog/post/161693537-%E6%AF%8F%E5%A4%A9%E4%B8%80%E5%80%8Blinux%E6%8C%87%E4%BB%A4--find%E6%8C%87%E4%BB%A4%E7%9A%84%E5%8F%83%E6%95%B8%E8%A9%B3%E8%A7%A3
winscp http://winscp.net/eng/docs/lang:cht
WinSCP 是在Windows中使用SSH的開放原始碼的圖形化SFTP用戶端。WinSCP同時也支援SCP通訊協定。它主要的功能是安全的在電腦間傳輸檔案。
scp for mac http://rsug.itd.umich.edu/software/fugu/download.html
Fugu - A Mac OS X SFTP, SCP and SSH Frontend.
Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much less vulnerable to third-party interception.
2. sshfs http://en.wikipedia.org/wiki/SSHFS
Dokan library + Dokan SSHFS for windows
http://chunchaichang.blogspot.com/2010/08/windowslinuxdokandokan-library.html
SSHFS(SSH文件系統)是一個文件系統客戶端程序,使用它可以將遠程服務器上的目錄掛載在本地直接訪問。 先前的版本用於輸出SFTP提供的目錄和文件,而當前的版本主要用於安裝有FUSE的系統上。 在用戶訪問服務器資源的過程中,數據通過SSH加密傳輸,安全而高效。
sshfs for mac: http://code.google.com/p/macfuse/
http://pqrs.org/macosx/sshfs/
sshfs unmount
fusermount -u mountpoint
3. 尋找重復的檔案
rdfind fdupes
4. clock/time
How to create a continuous digital clock in the terminal
watch -n 1 date +%r
clear; while true; do echo -e \\b\\b\\b\\b\\b\\b\\b\\b`date +%T`\\c ; sleep 1; done
http://www.linuxandlife.com/2012/08/how-to-create-continuous-digital-clock.html
5. find
如何在 Linux 底下找到想找的東西?
https://www.openfoundry.org/foss-programs/8628
find指令的參數詳解
http://jashliao.pixnet.net/blog/post/161693537-%E6%AF%8F%E5%A4%A9%E4%B8%80%E5%80%8Blinux%E6%8C%87%E4%BB%A4--find%E6%8C%87%E4%BB%A4%E7%9A%84%E5%8F%83%E6%95%B8%E8%A9%B3%E8%A7%A3
2010年9月21日 星期二
出差18天
出差備忘資料
1. 2010/08/30~2010/09/16 共18天
2. 機票存根要記得留著。
3. skype, wt5網路電話 跨國好用
4. 中華電信 關語音信箱 ##002#, 開語音信箱 **004*777#
5. 帶耳塞
6. 長榮航空的B747 艙壓較好,A330-200艙壓會耳朵不舒服
7. 換外幣比較 http://www.taiwanrate.org/
帶棉花棒,環保筷
==
1. 2011/03/02 ~ 2011/03/18出差
2. 2011/09/19 ~ 2011/09/30出差
3. 2011/11/07 ~ 2011/11/11出差
4. 2011/12/26 ~ 2012/01/11 出差
==
2012/03/09 ~ 2012/03/14 出差
1. 2010/08/30~2010/09/16 共18天
2. 機票存根要記得留著。
3. skype, wt5網路電話 跨國好用
4. 中華電信 關語音信箱 ##002#, 開語音信箱 **004*777#
5. 帶耳塞
6. 長榮航空的B747 艙壓較好,A330-200艙壓會耳朵不舒服
7. 換外幣比較 http://www.taiwanrate.org/
帶棉花棒,環保筷
==
1. 2011/03/02 ~ 2011/03/18出差
2. 2011/09/19 ~ 2011/09/30出差
3. 2011/11/07 ~ 2011/11/11出差
4. 2011/12/26 ~ 2012/01/11 出差
==
2012/03/09 ~ 2012/03/14 出差
南京地圖
http://nanjing.edushi.com/
南京火車站
http://www.njstation.com/
中央氣象台 南京天氣
http://www.nmc.gov.cn/publish/forecast/AJS/nanjing.html
百度
http://www.baidu.com
南京地鐵
http://www.nj-dt.com/
(中國) 南京平價住宿首選 ~ 桔子酒店 (必住度:4.2顆星)
http://tw.myblog.yahoo.com/dj79109/article?mid=7610&prev=7633&next=7590
南京火車站
http://www.njstation.com/
中央氣象台 南京天氣
http://www.nmc.gov.cn/publish/forecast/AJS/nanjing.html
百度
http://www.baidu.com
南京地鐵
http://www.nj-dt.com/
(中國) 南京平價住宿首選 ~ 桔子酒店 (必住度:4.2顆星)
http://tw.myblog.yahoo.com/dj79109/article?mid=7610&prev=7633&next=7590
訂閱:
文章 (Atom)