Difference between revisions of "Pi Setup Nov 2016"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
Line 14: | Line 14: | ||
*Before installing new application or service in Raspbian, make sure to | *Before installing new application or service in Raspbian, make sure to | ||
− | *always type this into terminal: ( if this file | + | *always type this into terminal: ( if this file is on your PI use cut and paste ) |
This takes awhile ( perhaps an hour? ) | This takes awhile ( perhaps an hour? ) | ||
<pre> | <pre> |
Revision as of 14:01, 21 November 2016
Yet another setup for the Pi
Base OS
https://www.raspberrypi.org/downloads/
- Raspbian
- RASPBIAN JESSIE WITH PIXEL
- Win32DiskImager utility
- put on 16 gig micro card
- boot
- Before installing new application or service in Raspbian, make sure to
- always type this into terminal: ( if this file is on your PI use cut and paste )
This takes awhile ( perhaps an hour? )
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
Set Up Remote Desktop
- use this command to setup the pi
sudo apt-get install xrdp
on the pi issue the command
ifconfig
and read the tcpip address of the pi( inet addr )
Spyder
>>> sudo apt-get install spyder