Вы находитесь на странице: 1из 26

INSTALLATION

DEBIAN WHEEZY
(RASPBIAN) IN

Riyadh ArRidha
NRP : 2020151004

GLOSSARY
Install : to connect or set in position and prepare for use. In computer
terminology, install usually refers to putting software on a computer
(install the software), or adding hardware components to your
computer (install the hardware). (http://www.webopedia.com/TERM)
Operating System : The operating system is the most important
program that runs on a computer. Every general-purpose computer
must have an operating system to run other programs and
applications. Operating systems perform basic tasks, such as
recognizing input from the keyboard, sending output to the display
screen, keeping track of files and directories on the disk, and
controlling peripheral devices such as disk drives and printers.
(http://www.webopedia.com/TERM)

GLOSSARY
Wi-Fi : Wi-Fi is the name of a popular wireless networking
technology that uses radio waves to provide wireless high-speed
Internet and network connections. A common misconception is that
the term Wi-Fi is short for "wireless fidelity," however this is not the
case. Wi-Fi is simply a trademarked phrase that means IEEE
802.11x. (http://www.webopedia.com/TERM).

PREPARATION
Hardware
PC Windows 7
Raspberry Pi
Keyboard USB
Mouse USB
Micro SD card (1 GB or higher)
HDMI Cable
Power Cable
Monitor (HDMI supported)
Wireless USB Adapter to support Internet Connection in Raspberry Pi

Software
Raspbian image or NOOBS (an easy operating system installer which contain Raspbian)
7 zip or Winrar

Requirement
Internet Connection for download the raspbian image or the NOOBS Software (https://
www.raspberrypi.org/downloads) and other repository.

INTRODUCTION OF
RASPBERRY PI

Raspberry pi

is a low cost, credit-card sized


computer that plugs into a
computer monitor or TV, and
uses a standard keyboard and
mouse. It is a capable little
device that enables people of
all ages to explore computing,
and to learn how to program
in languages like Scratch and
Python. Its capable of doing
everything youd expect a
desktop computer to do, from
browsing the internet and
playing high-definition video,
to making spreadsheets,
word-processing, and playing
games. (www.raspberrypi.org)

INTRODUCTION OF
RASPBIAN
is a free operating system based on Debian optimized for the Raspberry Pi
hardware. An operating system is the set of basic programs and utilities
that make your Raspberry Pi run. However, Raspbian provides more than
a pure OS: it comes with over 35,000 packages, pre-compiled software
bundled in a nice format for easy installation on your Raspberry Pi.
(www.raspberrypi.org)
To install Raspbian on Raspberry pi we can use just raspbian image or
using the NOOBS that contains raspbian. In this case we are using NOOBS.
We can choose to install raspbian using NOOBS for offline and network
installer or NOOBS LITE for network install only. In this case we are using
NOOBS for offline and network installer.
(https://www.raspberrypi.org/downloads/noobs/)

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Preparing of tools and materials then set them up

Slot Micro SD
Card

Keyboard USB

Power
Slot

Mouse USB

HDMI Cable to
Monitor

Wireless USB
Adapter

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
In Windows PC format the Micro SD Card to FAT32 File System.

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Extract the NOOBS_v1_4_1.zip that have had downloaded to
Micro SD Card.

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
The Result of extracting the
NOOBS on Micro SD Card Drive

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Connecting the Micro SD Card to
the Micro SD Card Slot on
Raspberry pi.
Turn on the raspberry pi by
connecting the power source to
the power slot in raspberry pi.

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Raspbian booting process

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
After the booting process has finished there are three choices that
we will have to choice. Please select Raspbian [Recommended]
to install the Raspbian OS on Raspberry pi 2 then click Install

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
After that, the installation
process will running
automatically

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Wait for a moment until the installation process was finished.

INSTALLATION RASPBIAN ON
RASPBERRY
PI
2
After that, raspi-config window (Raspberry Pi Software Configurtion Tool) will
shows the basic configuration menus. If we want to change user password,
we have to choose the option number 2 that is : Change User Password.
Then the system will ask for the new password.

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Then, if we want to boot the OS in desktop environment, we have
to choose the option number 3 that is : Enable boot to
desktop/scratch

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Next, select Desktop Log in as user pi at the graphical
desktop and then select Ok

INSTALLATION RASPBIAN ON
RASPBERRY PI 2
Reboot the system and the raspberry pi will boot in desktop
environment

SET UP THE INTERNET


CONNECTION USING WI-FI
To configure in the wireless USB Adapter, we can choose Menu
Preference Wi-Fi Configuration

SET UP THE INTERNET


CONNECTION USING WI-FI
If wireless adapter card has known, it is displayed on Adapter
1

We can click Scan to scanning the network that is available in our


environment.

SET UP THE INTERNET


CONNECTION USING WI-FI
Click connect and if the wireless adapter is connected to the
network, we can see the status of connection in the current
status.

SET UP THE PROXY


Open terminal in raspbian
Navigate to /etc/apt/apt.conf.d/ folder, we can using cd
/etc/apt/apt.conf.d command.
Create and open 10proxy file, we can using vi 10proxy command
Add the Acquire::http::Proxyhttp://proxy_server:port; then
Save
And then open the /etc/environment file, we can using vi
/etc/environment command
Add the export http_proxy=proxy_server:port ; then Save.

INSTALL, UNINSTALL, AND


SEARCH PACKAGE
Before install package we have to
ensure if the source list
(/etc/apt/source.list) contain the valid
address repository. The old address was
outdated so we have to change it.
For example we can use the local
raspbian repository.
Open the /etc/apt/source.list (vi
/etc/apt/source.list) and disable other
address then add
deb
http://kambing.ui.ac.id/raspbian/
wheezy main contrib non-free rpi ;
then Save

INSTALL, UNINSTALL, AND


SEARCH PACKAGE
Before install the package we should to refresh the repository
cache. To refresh the cache repository we can using : apt-get
update command or if we want to upgrade the package that had
have installed we can using : apt-get upgrade command.
To install the package we can using apt-get install
package_name command
Ex : apt-get install vim

To uninstall the package we can using apt-get remove


package_name command
Ex : apt-get remove vim

To search the package se can using : apt-cache search


package_name command
Ex : apt-cache search vim

THANK YOU

Вам также может понравиться