Tuesday, February 3, 2015

Cool commands for your Raspberry Pi

Cool commands for your Raspberry Pi


Here some cool commands for your everyday usage of RPi.
# Check CPU temperature
/opt/vc/bin/vcgencmd measure_temp

# Check RAM
free -m

# Check RAM every 3 seconds
free -m -s 3

# Check CPU load
top

# Check system information
uname -a

# Check any failed login
sudo lastb

# Check uptime
uptime

Enjoy!

No comments:

Post a Comment