Skip to content

Instantly share code, notes, and snippets.

@webskin
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save webskin/463f1f4aaf8b4d949c3d to your computer and use it in GitHub Desktop.

Select an option

Save webskin/463f1f4aaf8b4d949c3d to your computer and use it in GitHub Desktop.
Commandes Linux Utiles - Hardware

Fréquence mémoire

$ sudo lshw -short -C memory

ou

$ sudo dmidecode | grep -A 15 Memory

### Fréquence processeur

cat /proc/cpuinfo | grep "cpu MHz"

http://code.google.com/p/i7z/

Burn processeur

sudo apt-get install cpuburn htop

burnP6 &
burnP6 &
burnP6 &
burnP6 &

htop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment