Informasi umum
Informasi hardware
Melalui Terminal:
lshw |less
Melalui GUI:
lshw-gtk
Informasi proses yang berjalan
top
Informasi memory
free -m
Informasi swap
swapon -s
atau
cat /proc/swaps
Informasi BIOS
sudo dmidecode | less
Informasi distro
cat /etc/issue
alternatif #1
cat /proc/version
alternatif #2
lsb_release -a
Informasi partisi
cat /proc/partitions
atau
sudo fdisk -l
blog keren :)
BalasHapus