Saturday, May 24, 2008

used cars

Car related web sites:
交通部法規查詢網站, 交通部「電子公路監理網」- https://www.mvdis.gov.tw/wps/portal/mainpage
財團法人車輛研究測試中心網站 - http://www.artc.org.tw/tech_main.asp
安全審驗作業客服系統 - http://tasb2c.artc.org.tw
安全審驗相關資訊 - http://www.artc.org.tw/customer_main_11.asp
查詢排測狀況 - http://www.artc.org.tw/customer_main_5.asp
申請臨時牌照 - http://www.thb.gov.tw/hw/look2-4.htm#a11
交通部公路總局 - http://www.thb.gov.tw/index.aspx
台北區監理所 - http://www.tmvso.gov.tw
新竹區監理所 - http://www.hmv.gov.tw
台中區監理所 - http://www.tmv.gov.tw
嘉義區監理所 - http://www.cyi.gov.tw
高雄區監理所 - http://www.komv.gov.tw
可申請進口舊車審驗之車型查詢 - http://tasb2c.artc.org.tw/poma/exitcar_query.asp
財政部關稅總局暨所屬各關稅局入口網, 海關各網站 - www.customs.gov.tw
TÜV德國萊因中古車檢測服務 – http://www.cpo.tuv.com
SUM賞車網讓你即時、簡單、免費、輕鬆查詢中古車行情 – http://www.sum.com.tw
車訊網 – http://used.carnews.com
Citylife生活家中古車網 - http://car.citylife.com.tw/
提供中古車、二手車買賣登錄 - http://www.slimecar.com.tw
進口中古車知識分享網 - 從國外進口舊車中古車回臺灣相關法規關稅及流程,舉凡進口關稅,ARTC汽車檢驗,監理所領牌,事後維修保養都有詳盡介紹,同時能夠試算進口中古車價是否合算,並介紹專業人士代辦進口及車輛檢測領牌. (It’s an intuitive web site providing information for importing used cars to Taiwan) – http://www.car2tw.com
專業人員代辦ARTC車輛檢測 – http://www.car2artc.com,
http://www.car2taiwan.com


Other useful sites:
休息一夏 (http://qk.gokimo.com) - 最好的 GPS (衛星導航) 景點分享與共享平台
Looking to learn more about FPGAs? FPGA projects, FPGA tutorials, FPGA boards: www.fpga4fun.com
BigCharts - Interactive Charting - http://bigcharts.marketwatch.com/advchart/frames/frames.asp?symb=djia&time=&freq=
Chase Personal Banking Investments Credit Cards Home Auto Commercial Small Business Insurance - http://www.chase.com/Chase.html
NETTV財經影音網 - http://www.nettv888.net/front/bin/home.phtml
Wells Fargo Home Page - https://www.wellsfargo.com/
Yahoo!奇摩股市 - http://tw.stock.yahoo.com
台証e富網 ,台証證券網路下單 - http://www.tsc.com.tw/stock/stock.asp
寶來國際金融機場 - http://www.polaris.com.tw/Finairport/default
歡迎使用168理財網 – http://www.168abc.net/
--> --> --> 推薦閱讀:
1:  泳輪汽車-歡迎光臨泳輪汽車,新竹專業修車廠負責BMW,賓士,保時捷及各式國產汽車等產品開發,原廠電腦保養維修改裝,各式汽車精品以及進口外匯車買賣等服務
2. 新竹汽車保養廠-泳輪汽車位於新竹科學園區及工研院附近,鄰近竹北竹東,感謝新竹車友推薦泳輪汽車修理廠
3. 汽車保養項目表(汽車保養里程數紀錄表)-不要忘了為愛車做汽車定期保養
4. 新竹汽車冷氣維修保養-您想解決汽車冷氣不冷或汽車冷氣不夠冷嗎? 推薦新竹修汽車冷氣來泳倫汽車保養廠
5. 新竹免費汽車道路救援服務-汽車電瓶沒電,水箱沒水,油箱沒油忘了加油,輪胎爆胎,輪胎爆胎沒氣,泳輪汽車隨時協助您的愛車脫困.

Wednesday, June 27, 2007

Program terminated with signal SIGABRT, Aborted. The program no longer exists.

How to debug this issue without stack? I found out the problem is due to gdb happening with pthread program. gdb-6.3, gdb-6.4 may have problem to trace threaded program (no stack). You may see errors like these:


thread_db_get_info: cannot get thread info: generic error
Program Terminated with signal SIGABRT, Aborted. The program no longer exists.
Program terminated with signal SIGKILL, Killed.
The program no longer exists.
Program received signal SIGTRAP, Trace/breakpoint trap.[Switching to Thread -1210313024 (LWP 16379)]0xb7ee0871 in __nptl_create_event () from /lib/tls/libpthread.so.0(gdb) where#0 0xb7ee0871 in __nptl_create_event () from /lib/tls/libpthread.so.0#1 0xb7ee1a20 in __nptl_deallocate_tsd () from /lib/tls/libpthread.so.0Previous frame inner to this frame (corrupt stack?)
which crashed in pthread_create()

If you see above errors and find no way to debug it, you may try to download and compile gdb-6.6. The problem was fixed in gdb-6.6.

Tuesday, June 26, 2007

check library dependency for specific applications

If the libraries appear to be correct, then verify that the application is using the correct libraries. For example, to check that the application /usr/X11R6/bin/glxgears is using the NVIDIA libraries, run: % ldd /usr/X11R6/bin/glxgears
linux-gate.so.1 => (0xffffe000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7ed3000)
libXp.so.6 => /usr/lib/libXp.so.6 (0xb7eca000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb7eb9000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dd4000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7d82000)
libm.so.6 => /lib/libm.so.6 (0xb7d5f000)
libc.so.6 => /lib/libc.so.6 (0xb7c47000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb6c2f000)
libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb6c2d000)
libdl.so.2 => /lib/libdl.so.2 (0xb6c29000)
/lib/ld-linux.so.2 (0xb7fb2000)
Check the files being used for libGL and libGLcore -- if they are something other than the NVIDIA libraries, then you will need to either remove the libraries that are getting in the way or adjust your ld search path using the LD_LIBRARY_PATH environment variable. You may want to consult the man pages for ldconfig and ldd.

SIGTRAP or SIG32 when remote debugging threads

http://www.cygwin.com/ml/gdb/2004-03/msg00207.html

Monday, June 25, 2007

Program received signal SIG32

Program received signal SIG32 in gdb:

In gdb, issue the following command:
handle SIG32 pass noprint nostop
That will pass the signal (as necessary) to the program but wont print anything and wont stop.

John the Ripper password cracker

John the Ripper is free and Open Source software, distributed primarily in source code form. If you would rather use a commercial product tailored for your specific operating system, please consider John the Ripper Pro, which is distributed primarily in the form of "native" packages for the target operating systems and in general is meant to be easier to install and use while delivering optimal performance.

http://www.openwall.com/john/

Sunday, June 24, 2007

Parallel BZIP2 (PBZIP2) : Data Compression Software

BZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: anything compressed with pbzip2 can be decompressed with bzip2).


PBZIP2 should work on any system that has a pthreads compatible C++ compiler (such as gcc). It has been tested on: Linux, Windows (cygwin & MinGW), Solaris, Tru64/OSF1, HP-UX, and Irix.

http://compression.ca/pbzip2

setup X window on a machine with built-in VGA and VGA card

some machines have built-in VGA output and would disable it after you insert new VGA card (AGP or PCI). In some cases, when you run sax2 under Suse, you will get blank/black screen due to wrong detection of multiple VGAs. To settup X window correctly with sax2, try these steps:
sax2 -p : list all your VGA cards
sax2 -c 0 -l : configure card 0 with low resolution mode

detailed configuration of sax2 : http://en.opensuse.org/SDB:X_Server_Configuration_with_SaX2_(8.1_or_Higher)

Saturday, June 23, 2007

error: cannot get exclusive lock on /var/lib/rpm/Packages

taiwan[Chen].~ > rpm -i termcap-2.0.8-879.i586.rpm
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm

Please login as root to resolve this error! Only root can install new package.