SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
Setup Raspberry Pi
with
Raspbian
Get your Pi up and running
Vicknesh Suppramaniam
Requirements
 Hardware
 Raspberry Pi Model B or B+.
 5V 1A power adapter.
 Micro USB cable for power.
 Ethernet cable.
 MicroSD card adapter.
 SD Card reader.
Requirements
 Software
 Raspbian image
 Download from Raspberry Pi website
 Direct download URL
 http://downloads.raspberrypi.org/raspbian_latest
 Windows
 Win32Diskimager
 Putty
 Network Scanner
 Nmap
 SoftPerfect Network Scanner.
 Linux
 Most tools already installed.
 Install nmap separately.
Let’s get started
 Writing the image to an SD card.
 Windows
 Launch Wind32Diskimager with Administrator privileges.
 Right click -> Run as Administrator
 Choose the file 2014-06-20-wheezy-raspbian.img
 Make sure the SD card drive is selected.
 Click write. 1
2
3
Let’s get started
 Writing the image to an SD card.
 Linux
 Identify where the SD card is attached
 tail –f /var/log/syslog
 tail –f /var/log/messages
 fdisk –l
 Result will be something like /dev/sdX
 Make sure you get the right one, otherwise you can
destroy your entire partition.
 Begin writing (do the following as root)
 dd if=/path/to/raspbian/2014-06-20-wheezy-raspbian.img of=/dev/sdX bs=4M
 Make sure /dev/sdX is where the SD card is attached.
 To monitor the progress, you can do the following as root
 ps ax | grep dd – get the PID of dd
 watch –n5 kill –USR1 <pid of dd>
 Wait!!!
Configuring the Pi
 Plug the Pi into the network.
 Turn on the power for the Pi.
 Wait a minute or so.
 Windows
 Launch SoftPerfect Network Scanner.
 Enter your Network Range.
 Press Ctrl+Enter to begin scan.
 Linux
 Nmap –sP <network range>
 Nmap –sP 192.168.1.0/24
 If no scanner available, wait another minute and try
 arp -a
 Identify the IP address of the Raspberry Pi based on the MAC address.
 Raspberry Pi MAC address starts with B8:27:EB
Configuring the Pi
 Headless configuration
 Putty
 Enter the IP address of the Pi. Default port is 22.
 Linux
 ssh pi@<ip address>
 Default username – pi
 Default password – raspberry
Configuring the Pi
 Headless configuration
 sudo raspi-config
 Press enter.
Configuring the Pi
 Expand the filesystem.
 Makes Raspbian use all the space on the SD card. Needs
reboot.
 Change user password
 Change the default password. Don’t forget it.
 Enable Boot to Desktop/Scratch
 Choose which environment Raspbian boots to. Default is
console.
Configuring the Pi
 Internationalisation Options
 Change Locale
 Make sure en_US.UTF-8 is selected.
 Choose en_US.UTF-8 as default locale.
Configuring the Pi
 Internationalisation Options
 Change Timezone
 Asia->Kuala Lumpur
Configuring the Pi
 Enable Camera
 Choose this if you are going to use the Raspberry Pi camera or
the Raspberry Pi NoIR camera.
 Overclock
 Choose modest. No overvolting required.
 Advanced Options
 SSH enabled by default now.
 Change hostname to something else.
 Change memory split.
 I choose 32 for server ONLY without GUI.
 Update
 Update this tool to the latest version.
Post configuration
 sudo apt-get update ; sudo apt-get safe-upgrade –y
 Update Raspbian to apply any patches or security updates.
 Reboot after doing this.
 sudo rpi-update
 Downloads the latest firmware.
 Reboot after doing this.
 sudo apt-get install avahi-daemon
 Allows you to access your Raspberry Pi using
hostname.local instead of remembering the IP.
 Useable on all Linux, OSX and Windows machine with
Bonjour service.
Advanced Configuration –
Setting static IP
 Servers need static IP.
 How?
 sudo nano /etc/network/interfaces
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 sudo nano /etc/resolv.conf
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 Reboot.
iface eth0 inet static
address <ip address here>
netmask <netmask here>
gateway <gateway IP address here>
nameserver 4.2.2.3
nameserver 128.199.248.105
Advanced Configuration –
Configuring Wireless from CLI
 Plug your wi-fi dongle to the Raspberry Pi.
 Make sure it is detected and recognized.
 sudo iwconfig
 Make sure there is a wlanX interface listed.
 sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 Reboot.
network={
ssid=“YOUR_SSID"
psk=“YOUR_PASSWORD"
}
Uploading files to Raspberry Pi
 Download and install WinSCP
 http://portableapps.com/apps/internet/winscp_portable
 Launch WinSCP and enter the following information
 IP address of the Raspberry Pi.
 Port number of SSH (default 22).
 Username – pi
 Password – raspberry (default)
 Click “Login”.
Uploading files to Raspberry Pi
Uploading files to Raspberry Pi
You now have a working Raspberry Pi for your enjoyment.
Have some cake 
Thank you for attending!!!
Vicknesh Suppramaniam
Contact : vicknesh@any6.asia

Weitere ähnliche Inhalte

Was ist angesagt?

Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt SOMRAJ GAUTAM
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technologyZeeshan Aslam
 
Low Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PILow Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PIVarun A M
 
Raspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture classRaspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture classMichael Gordon
 
Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Mandeesh Singh
 
Raspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioRaspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioKevin Hooke
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi TechnologyRavi Basil
 
Raspberry Pi in Education (English)
Raspberry Pi in Education (English)Raspberry Pi in Education (English)
Raspberry Pi in Education (English)Beregszászi István
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pipraveen_23
 

Was ist angesagt? (20)

Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technology
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Low Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PILow Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PI
 
Raspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture classRaspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture class
 
Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
IPv6: A Digital Game Changer
IPv6: A Digital Game ChangerIPv6: A Digital Game Changer
IPv6: A Digital Game Changer
 
Raspberry pi ppt
Raspberry pi pptRaspberry pi ppt
Raspberry pi ppt
 
Rasberry pi
 Rasberry pi Rasberry pi
Rasberry pi
 
Raspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioRaspberry Pi and Amateur Radio
Raspberry Pi and Amateur Radio
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi Technology
 
Introduction to Raspberry PI
Introduction to Raspberry PIIntroduction to Raspberry PI
Introduction to Raspberry PI
 
Raspberry Pi in Education (English)
Raspberry Pi in Education (English)Raspberry Pi in Education (English)
Raspberry Pi in Education (English)
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 

Andere mochten auch

Getting Started With Raspberry Pi
Getting Started With Raspberry PiGetting Started With Raspberry Pi
Getting Started With Raspberry PiShawn Grimes
 
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-realRaspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-realBaltasar Ortega
 
RaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulbRaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulbJeff Prestes
 
A seminar report on Raspberry Pi
A seminar report on Raspberry PiA seminar report on Raspberry Pi
A seminar report on Raspberry Pinipunmaster
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introductionLTG Oxford
 

Andere mochten auch (6)

Getting Started With Raspberry Pi
Getting Started With Raspberry PiGetting Started With Raspberry Pi
Getting Started With Raspberry Pi
 
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-realRaspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-real
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
RaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulbRaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulb
 
A seminar report on Raspberry Pi
A seminar report on Raspberry PiA seminar report on Raspberry Pi
A seminar report on Raspberry Pi
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introduction
 

Ähnlich wie Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh

Raspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMooreRaspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMooreBenjamin Moore
 
Raspberry with laptop
Raspberry with laptopRaspberry with laptop
Raspberry with laptopProf Kingstan
 
introduction to Raspberry pi
introduction to Raspberry pi introduction to Raspberry pi
introduction to Raspberry pi Mohamed Ali May
 
Configuring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev EnvironmentConfiguring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev EnvironmentCarole Bennett
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_trainingvideos
 
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIDevelop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIEnablex io
 
Raspberry pi : how to get started
Raspberry pi : how to get startedRaspberry pi : how to get started
Raspberry pi : how to get started동호 손
 
Project-make a public website server using raspberry pi
Project-make a public website server using raspberry piProject-make a public website server using raspberry pi
Project-make a public website server using raspberry piFahim Hossain
 
Raspberry pi tutorial
Raspberry pi tutorialRaspberry pi tutorial
Raspberry pi tutorialImad Rhali
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleChanaka Lasantha
 
Workshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows ShareWorkshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows ShareMichael Plate
 
Smart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PISmart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PIKrishna Kumar
 
Raspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software SetupRaspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software SetupRANAALIMAJEEDRAJPUT
 
Home security with Raspberry Pi
Home security with Raspberry PiHome security with Raspberry Pi
Home security with Raspberry PiBogusz Jelinski
 
Raw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on LinuxRaw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on LinuxDevin Olson
 
manual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdfmanual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdfssuserc5ee4c
 
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-piAdafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-piMardiyah Azzahra
 

Ähnlich wie Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh (20)

Ex.no1
Ex.no1Ex.no1
Ex.no1
 
Raspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMooreRaspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMoore
 
Raspberry with laptop
Raspberry with laptopRaspberry with laptop
Raspberry with laptop
 
introduction to Raspberry pi
introduction to Raspberry pi introduction to Raspberry pi
introduction to Raspberry pi
 
Configuring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev EnvironmentConfiguring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev Environment
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
 
Raspbery pi commands
Raspbery pi commandsRaspbery pi commands
Raspbery pi commands
 
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIDevelop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
 
Raspberry pi : how to get started
Raspberry pi : how to get startedRaspberry pi : how to get started
Raspberry pi : how to get started
 
Project-make a public website server using raspberry pi
Project-make a public website server using raspberry piProject-make a public website server using raspberry pi
Project-make a public website server using raspberry pi
 
Raspberry pi tutorial
Raspberry pi tutorialRaspberry pi tutorial
Raspberry pi tutorial
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
Workshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows ShareWorkshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows Share
 
Smart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PISmart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PI
 
Raspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software SetupRaspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software Setup
 
Home security with Raspberry Pi
Home security with Raspberry PiHome security with Raspberry Pi
Home security with Raspberry Pi
 
Raw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on LinuxRaw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on Linux
 
manual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdfmanual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdf
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-piAdafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
 

Kürzlich hochgeladen

the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationbrynpueblos04
 
Social Learning Theory presentation.pptx
Social Learning Theory presentation.pptxSocial Learning Theory presentation.pptx
Social Learning Theory presentation.pptxumef01177
 
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...mitaliverma221
 
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsColaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsDeepika Singh
 
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptx
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptxSIKP311 Sikolohiyang Pilipino - Ginhawa.pptx
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptxStephenMino
 
2023 - Between Philosophy and Practice: Introducing Yoga
2023 - Between Philosophy and Practice: Introducing Yoga2023 - Between Philosophy and Practice: Introducing Yoga
2023 - Between Philosophy and Practice: Introducing YogaRaphaël Semeteys
 
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsDadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsDeepika Singh
 
February 2024 Recommendations for newsletter
February 2024 Recommendations for newsletterFebruary 2024 Recommendations for newsletter
February 2024 Recommendations for newsletterssuserdfec6a
 
March 2023 Recommendations for newsletter
March 2023 Recommendations for newsletterMarch 2023 Recommendations for newsletter
March 2023 Recommendations for newsletterssuserdfec6a
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theorydrae5
 
Emotional Freedom Technique Tapping Points Diagram.pdf
Emotional Freedom Technique Tapping Points Diagram.pdfEmotional Freedom Technique Tapping Points Diagram.pdf
Emotional Freedom Technique Tapping Points Diagram.pdfaprilross605
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...Cara Menggugurkan Kandungan 087776558899
 
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdf
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdfExploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdf
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdfMindful Wellness Journey
 
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsGoregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsDeepika Singh
 

Kürzlich hochgeladen (15)

the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
 
Social Learning Theory presentation.pptx
Social Learning Theory presentation.pptxSocial Learning Theory presentation.pptx
Social Learning Theory presentation.pptx
 
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
 
Girls in Mahipalpur (delhi) call me [🔝9953056974🔝] escort service 24X7
Girls in Mahipalpur  (delhi) call me [🔝9953056974🔝] escort service 24X7Girls in Mahipalpur  (delhi) call me [🔝9953056974🔝] escort service 24X7
Girls in Mahipalpur (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsColaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Colaba Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptx
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptxSIKP311 Sikolohiyang Pilipino - Ginhawa.pptx
SIKP311 Sikolohiyang Pilipino - Ginhawa.pptx
 
2023 - Between Philosophy and Practice: Introducing Yoga
2023 - Between Philosophy and Practice: Introducing Yoga2023 - Between Philosophy and Practice: Introducing Yoga
2023 - Between Philosophy and Practice: Introducing Yoga
 
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsDadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Dadar West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 
February 2024 Recommendations for newsletter
February 2024 Recommendations for newsletterFebruary 2024 Recommendations for newsletter
February 2024 Recommendations for newsletter
 
March 2023 Recommendations for newsletter
March 2023 Recommendations for newsletterMarch 2023 Recommendations for newsletter
March 2023 Recommendations for newsletter
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
Emotional Freedom Technique Tapping Points Diagram.pdf
Emotional Freedom Technique Tapping Points Diagram.pdfEmotional Freedom Technique Tapping Points Diagram.pdf
Emotional Freedom Technique Tapping Points Diagram.pdf
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
 
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdf
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdfExploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdf
Exploring Stoic Philosophy From Ancient Wisdom to Modern Relevance.pdf
 
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot GirlsGoregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
Goregaon West Escorts 🥰 8617370543 Call Girls Offer VIP Hot Girls
 

Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh

  • 1. Setup Raspberry Pi with Raspbian Get your Pi up and running Vicknesh Suppramaniam
  • 2. Requirements  Hardware  Raspberry Pi Model B or B+.  5V 1A power adapter.  Micro USB cable for power.  Ethernet cable.  MicroSD card adapter.  SD Card reader.
  • 3. Requirements  Software  Raspbian image  Download from Raspberry Pi website  Direct download URL  http://downloads.raspberrypi.org/raspbian_latest  Windows  Win32Diskimager  Putty  Network Scanner  Nmap  SoftPerfect Network Scanner.  Linux  Most tools already installed.  Install nmap separately.
  • 4. Let’s get started  Writing the image to an SD card.  Windows  Launch Wind32Diskimager with Administrator privileges.  Right click -> Run as Administrator  Choose the file 2014-06-20-wheezy-raspbian.img  Make sure the SD card drive is selected.  Click write. 1 2 3
  • 5. Let’s get started  Writing the image to an SD card.  Linux  Identify where the SD card is attached  tail –f /var/log/syslog  tail –f /var/log/messages  fdisk –l  Result will be something like /dev/sdX  Make sure you get the right one, otherwise you can destroy your entire partition.  Begin writing (do the following as root)  dd if=/path/to/raspbian/2014-06-20-wheezy-raspbian.img of=/dev/sdX bs=4M  Make sure /dev/sdX is where the SD card is attached.  To monitor the progress, you can do the following as root  ps ax | grep dd – get the PID of dd  watch –n5 kill –USR1 <pid of dd>  Wait!!!
  • 6. Configuring the Pi  Plug the Pi into the network.  Turn on the power for the Pi.  Wait a minute or so.  Windows  Launch SoftPerfect Network Scanner.  Enter your Network Range.  Press Ctrl+Enter to begin scan.  Linux  Nmap –sP <network range>  Nmap –sP 192.168.1.0/24  If no scanner available, wait another minute and try  arp -a  Identify the IP address of the Raspberry Pi based on the MAC address.  Raspberry Pi MAC address starts with B8:27:EB
  • 7. Configuring the Pi  Headless configuration  Putty  Enter the IP address of the Pi. Default port is 22.  Linux  ssh pi@<ip address>  Default username – pi  Default password – raspberry
  • 8. Configuring the Pi  Headless configuration  sudo raspi-config  Press enter.
  • 9. Configuring the Pi  Expand the filesystem.  Makes Raspbian use all the space on the SD card. Needs reboot.  Change user password  Change the default password. Don’t forget it.  Enable Boot to Desktop/Scratch  Choose which environment Raspbian boots to. Default is console.
  • 10. Configuring the Pi  Internationalisation Options  Change Locale  Make sure en_US.UTF-8 is selected.  Choose en_US.UTF-8 as default locale.
  • 11. Configuring the Pi  Internationalisation Options  Change Timezone  Asia->Kuala Lumpur
  • 12. Configuring the Pi  Enable Camera  Choose this if you are going to use the Raspberry Pi camera or the Raspberry Pi NoIR camera.  Overclock  Choose modest. No overvolting required.  Advanced Options  SSH enabled by default now.  Change hostname to something else.  Change memory split.  I choose 32 for server ONLY without GUI.  Update  Update this tool to the latest version.
  • 13. Post configuration  sudo apt-get update ; sudo apt-get safe-upgrade –y  Update Raspbian to apply any patches or security updates.  Reboot after doing this.  sudo rpi-update  Downloads the latest firmware.  Reboot after doing this.  sudo apt-get install avahi-daemon  Allows you to access your Raspberry Pi using hostname.local instead of remembering the IP.  Useable on all Linux, OSX and Windows machine with Bonjour service.
  • 14. Advanced Configuration – Setting static IP  Servers need static IP.  How?  sudo nano /etc/network/interfaces  Ctrl+X to quit and save. Enter “y” and press ENTER.  sudo nano /etc/resolv.conf  Ctrl+X to quit and save. Enter “y” and press ENTER.  Reboot. iface eth0 inet static address <ip address here> netmask <netmask here> gateway <gateway IP address here> nameserver 4.2.2.3 nameserver 128.199.248.105
  • 15. Advanced Configuration – Configuring Wireless from CLI  Plug your wi-fi dongle to the Raspberry Pi.  Make sure it is detected and recognized.  sudo iwconfig  Make sure there is a wlanX interface listed.  sudo nano /etc/wpa_supplicant/wpa_supplicant.conf  Ctrl+X to quit and save. Enter “y” and press ENTER.  Reboot. network={ ssid=“YOUR_SSID" psk=“YOUR_PASSWORD" }
  • 16. Uploading files to Raspberry Pi  Download and install WinSCP  http://portableapps.com/apps/internet/winscp_portable  Launch WinSCP and enter the following information  IP address of the Raspberry Pi.  Port number of SSH (default 22).  Username – pi  Password – raspberry (default)  Click “Login”.
  • 17. Uploading files to Raspberry Pi
  • 18. Uploading files to Raspberry Pi
  • 19. You now have a working Raspberry Pi for your enjoyment. Have some cake 
  • 20. Thank you for attending!!! Vicknesh Suppramaniam Contact : vicknesh@any6.asia