Difference between revisions of "Pi Setup Nov 2016"

From OpenCircuits
Jump to navigation Jump to search
()
Line 26: Line 26:
 
*as shipped id is pi password is raspberry.  default user is pi , and the password is raspberry
 
*as shipped id is pi password is raspberry.  default user is pi , and the password is raspberry
 
*Change your password. When logged in as the pi user, you can change your password with the passwd command. Enter passwd on the command line and press Enter . You'll be prompted to enter your current password to authenticate, and then asked for a new password.
 
*Change your password. When logged in as the pi user, you can change your password with the passwd command. Enter passwd on the command line and press Enter . You'll be prompted to enter your current password to authenticate, and then asked for a new password.
 +
 +
<pre>
 +
passwd
 +
</pre>
  
 
=Set Up Remote Desktop =
 
=Set Up Remote Desktop =

Revision as of 14:16, 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

  • as shipped id is pi password is raspberry. default user is pi , and the password is raspberry
  • Change your password. When logged in as the pi user, you can change your password with the passwd command. Enter passwd on the command line and press Enter . You'll be prompted to enter your current password to authenticate, and then asked for a new password.
passwd

Set Up Remote Desktop

  1. 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