Raspberry pi: first steps

My first raspberry pi arrived !!
I pluged in a USB mouse and keyboard, the SD card I bought at the same time (it has already a linux system on it), a hdmi cable to the first screen I found and a wire connection. Finally, let us plugin the power cable. Some green light blinking (the system is booting) and here it is: some linux booting on the screen. It works out of the box. Literaly 5 minutes to set up.

Let try some stuff. Looks like a debian linux operating system. Python provided. Let us lick on LXTerminal in the top right corner to get a X terminal.

sudo apt-get update
sudo apt-get ipython

Let us start ipython now:

import webbrowser
webbrowser.open("http://www.raspberrypi.org")

Great. Great!!!

Please follow and like us:
This entry was posted in raspberryPi and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published.