Introduction: How to Begin With RaspberryPi

About: My name is Simao and I love eletronics ,glass art,metal working,casting,paint ,draw... But above all... Trains

In this instructable I gonna show you how to begin with RashpberryPi in a diferent way.

Supplies

  1. Raspberry Pi (Any Model)
  2. Micro SD card
  3. Internet conection.
  4. USB keyboard
  5. (optional) USB mouse
  6. HDMI or RCA mo

Step 1: Installing OS

The default Os for raspberry is Linux and the distribution that we go to Use is The Rashpbian Lite https://www.raspberrypi.org/downloads/raspbian/

Download Etcher and burn the .iso image onto the SD card.

Step 2: Boot the Raspberry

Plug the SD card on raspberry.

Conect a monitor and a USB keyboard

connect the raspberry to a 2A 5V power suply

Wait for it boots.

Now you will be asked for the user. Insert: pi

Now insert the password: raspberry

you shold see on the screen: pi@raspberry: ~ $ _

now insert

sudo raspi-config

and set your Wi-Fi

Step 3: Install a GUI (Graphic User Interface)

Follow the comands :

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

Now select your local on the 4# option:

sudo raspi-config

*****INSTALL XORG******

sudo apt-get install --no-install-recommends xserver-xorg

sudo apt-get install --no-install-recommends xinit

Step 4: RPD Desktop:

sudo apt-get install raspberrypi-ui-mods

sudo apt-get install --no-install-recommends raspberrypi-ui-mods lxsession

sudo reboot

Step 5: LXDE Desktop

sudo apt-get install lxde-core lxappearance

sudo apt-get install lightdm

sudo reboot

Step 6: Xfce Desktop

sudo apt-get install xfce4 xfce4-terminal
sudo reboot

Step 7: MATE Desktop

sudo apt-get install mate-desktop-environment-core

sudo apt-get install lightdm

sudo reboot

Step 8: Install Chromium Web Browser.

Open a Terminal window. and type in:

sudo apt-get update

sudo apt-get install chromium-browser --yes

Step 9: Thanks!

Thank you for read and please comment, like , share, vote and...Be happy!