My RPi Hints List

This is a list of commands I have recently used. I wanted to create a collection to avoid searching for solutions in the future.

Changing Date/Time Manually

sudo date -s "Mon Aug  12 20:14:11 UTC 2014"

More about date and time

man date

Updating the Pi

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean

Other Resources:

Apps:

Leave a Reply

Your email address will not be published. Required fields are marked *