Hard Disk info:
sudo hdparm /dev/sda
Delete from trash
sudo rm -rf ~/.local/share/Trash/files/*
Mount .iso file
http://www.cyberciti.biz/tips/how-to-mount-iso-image-under-linux.html
CPU Info:
cat /proc/cpuinfo
CPU Temperature
cat /proc/acpi/thermal_zone/THRM/temperature
To list the processes running
top -u root (# u may replace root with the other username)
Process ID
pidof xyz (# xyz may be firefox etc.)
View all available HDD's/partitions?
sudo fdisk -l
or
sudo lsblk -f
or
sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
or
sudo parted -l
No comments:
Post a Comment