Cek informasi sistem dan hardware di Ubuntu

Berikut ini adalah beberapa perintah sederhana yang menampilkan informasi sistem dan hardware pada Linux/Ubuntu.
Informasi umum
uname -a
Informasi hardware
Melalui Terminal:lshw |less
lshw-gtk
Informasi proses yang berjalan
top
Informasi memory
free -m
Informasi swap
swapon -s
cat /proc/swaps
Informasi BIOS
sudo dmidecode | less
Informasi distro
cat /etc/issue
cat /proc/version
lsb_release -a
Informasi partisi
cat /proc/partitions
sudo fdisk -l
Informasi perangkat USB
lsusb
Komentar
Posting Komentar