How to get detailed list of your hardware information in ubuntu using lshw

  • Post last modified:September 5, 2023
  • Post category:Linux
  • Post author:

lshw is a small and build in tool in Ubuntu to get the detailed information on the hardware configuration. Using this you can view your memory configuration details, firmware details, mainboard configuration details, CPU details and system speed, cache configuration, bus speed details and lots more. Now we are goin to use this tool to get our system details. It currently supports DMI, OpenFirmware device tree, PCI/AGP, CPUID, IDE/ATA/ATAPI, PCMCIA , SCSI and USB.

(more…)

Continue ReadingHow to get detailed list of your hardware information in ubuntu using lshw

Install Adobe Reader on Ubuntu 10.04 (Lucid Lynx)

  • Post last modified:October 21, 2010
  • Post category:Linux
  • Post author:

Method:1

1.Go to System-> Administration-> Software Sources.(If it ask for password type your password and press OK)
2.Select other Software
3.Select Add and enter:

deb http://archive.canonical.com/ lucid partner

4.Open terminal.To open terminal go to Applications-> Accessories-> Terminal and type

sudo aptitude install acroread

Method:2
(more…)

Continue ReadingInstall Adobe Reader on Ubuntu 10.04 (Lucid Lynx)