2009年8月18日 星期二

Query installed package in system (Linux/Ubuntu)

Query installed package in system (Linux/Ubuntu)

Information querying for installed package (for ex, "tftpd-hpa"):
#: sudo dpkg -l tftpd-hpa
Or~~
#: sudo dpkg -l gcc

Remove the software package (for ex, "tftpd-hpa")
#: sudo apt-get remove --purge tftpd-hpa

2009年8月17日 星期一

[Linux] RS232-USB control configuration

If you are using a USB-to-serial converter, your serial device probably /dev/ttyUSB0. Do a ‘lsusb’ and ‘dmesg | grep usb’ to find out.

Refer to the link (Minicom in Ubuntu):
http://wiki.davincidsp.com/index.php/Setting_up_Minicom_in_Ubuntu


Part1.



Part2.



Part3.