09.11.2012 Views

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Debian Wheezy, using raspi-config<br />

Debian Wheezy has a menu that will do some of the above and more RPi_raspi-config<br />

Intro to the CLI (Command Line<br />

Interface)<br />

You will need to use the Command Line Interface at some point in your management of<br />

the RPi. The command line interface is a powerful way to interact with the <strong>Raspberry</strong> Pi<br />

and is well worth learning some basic commands to get started with.<br />

For an introductory guide to some basic commands please see: Command Line Interface<br />

"Must Have" Commands (http://elinux.org/CLI_Spells) . Featured on the <strong>Raspberry</strong> Pi<br />

home page (http://www.raspberrypi.org/archives/1414) was also a link to this site for<br />

"learning the shell" (http://linuxcommand.org/learning_the_shell.php)<br />

Your SD card may boot into a GUI, if not and you are done with the text interface and<br />

want to use a graphical one instead, run:<br />

startx<br />

Remote Access<br />

Your default install probably has a ssh (secure shell) "daemon" running. This means that<br />

you can run everything on your Rpi with only the network attached. Provided you know<br />

which ip address it has. With appropriate software installed on your Winodws, Mac or<br />

Linux PC, you can also run a gui remotely.<br />

Prior to your initial remote access it is recommended that you regenerate unique host<br />

public/private ID keys with the following command<br />

rm /etc/ssh/ssh_host_* && dpkg-reconfigure openssh-server<br />

More details about remote access (including remote GUI are at RPi Remote Access

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!