Blogger templates

Pages

Selasa, 23 Juli 2013

Cara Cek Informasi Sistem 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
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

Informasi perangkat USB

lsusb
 

Semoga bermanfaat  
 
 
 
 
 
 
 
 
 
 
 
 
 
 

1 komentar: