rubycoloredglasses


I'm Jason, a web application developer in East Tennessee.


Raspberry Pi

Back to Cheat Sheets

Command Line

# Start X-Windows
# Use CTRL+ALT+DELETE to access menu to exit X-Windows
startx

# Run Raspberry Pi Configuration Tool
sudo raspi-config

# Shutdown Immediately
shutdown -h now

# Reboot
sudo reboot

WiringPi

These are commands for the WiringPi tool kit.

# read data from all GPIO pins
gpio readall