Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Last active December 24, 2015 01:29
Show Gist options
  • Save ramontayag/6723522 to your computer and use it in GitHub Desktop.
Save ramontayag/6723522 to your computer and use it in GitHub Desktop.
Administering the Raspberry Pi

From your terminal:

ssh [email protected]

The password is raspberry.

Your want to create the directory in /media/storage:

sudo mkdir /media/storage/directoryname

It will ask for the password again.

To delete a directory:

sudo rm -r /path/to/directory

Be careful not to sudo rm -r / because you will delete everything in your Raspberry Pi.

To find out the IP address of your Pi, you will need to go to the router and check the connected computers. The interface will be different depending on the router, but typically, you open http://192.168.0.1 or http://192.168.1.1.

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