Wednesday, July 18, 2012

Cara mudah cek Processor, Memory, Harddisk, VGA di Linux

Untuk sistem operasi Linux dapat menggunakan beberapa perintah melalui terminal/konsol, (harus menggunakan user account root :
  • # cat /proc/cpuinfo | Informasi Processor
  • # cat /proc/meminfo | Informasi Memory
  • # lshw | Untuk list perangkat keras
  • # fdisk -l | Informasi Harddisk dan partisi
  • # lspci | Informasi lengkap jenis Controller, BUS, PCI, dll
  • # lspci -nn | Informasi singkat jenis Controller, BUS, PCI, dll
  • # lspci | grep VGA | Informasi VGA / Display Card
  • # lspci | grep Eth | Informasi Ethernet Card / NIC / LAN Card
  • # uname -a | Informasi Kernel dan jenis Processor

3 comments: