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.

Timezone<br />

Unless you live in Great Britain, you'll have to change the default timezone:<br />

sudo dpkg-reconfigure tzdata<br />

Select geographic area - Europe, America or whatever. Etc gives UNIX compatible time<br />

zones including CUT, GMT, UTC<br />

Select city<br />

Follow the prompts to finish the config. The change should be immediate.<br />

Create a new user with sudo-privileges<br />

You may want to create a new user account for yourself.<br />

Type in following command in the terminal to create a new user (for example the user<br />

john):<br />

sudo adduser john<br />

Follow the steps.<br />

To allow the newly created user to use the "sudo" command, type:<br />

sudo visudo<br />

Add following line under the "root ALL=(ALL) ALL" Line:<br />

john ALL=(ALL) ALL<br />

Now press CTRL+O, X to save and exit the editor.<br />

Alternatively instead of adding the user to the sudoers list, you can add your user to the<br />

sudo group with the following command:<br />

adduser john sudo

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

Saved successfully!

Ooh no, something went wrong!