Changes between Version 55 and Version 56 of PiBotOsInstallation


Ignore:
Timestamp:
Oct 14, 2016, 8:34:11 PM (9 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotOsInstallation

    v55 v56  
    99   1. Download and install [http://www.pibakery.org/ PiBakery] which includes Jessie Light
    1010
     11* [wiki:SetupPiZeroSSHOverUSB Setup IP over USB for the Pi Zero]
    1112
     13* Install [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY] and use it to connect to the Pi:
     14    Hostname: raspberrypi.local
     15    Username: pi
     16    Password: raspberry
    1217
    13 * [wiki:SetupPiZeroSSHOverUSB Setup SSH over USB for the Pi Zero]
    14 * SSH to Pi with {{{ssh pi@raspberrypi.local}}}   (password is raspberry)
    15 * Setup DNS {{{sudo nano /etc/resolv.conf}}} , adding the following lines:
    16      {{{
    17        nameserver 8.8.8.8   
    18        nameserver 8.8.4.4
    19      }}}
    2018* Update to latest software (this will take a while):
    2119     {{{