Difference between revisions of "Pi Setup Nov 2016"

From OpenCircuits
Jump to navigation Jump to search
Line 8: Line 8:
 
#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 in on your PI use cut an d paste
 
#always type this into terminal: ( if this file in on your PI use cut an d paste
 
+
<pre>
 
 
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get upgrade
 
sudo apt-get upgrade
 
sudo apt-get dist-upgrade
 
sudo apt-get dist-upgrade
 
+
</pre>
  
 
=Set Up Remote Desktop =
 
=Set Up Remote Desktop =

Revision as of 12:21, 21 November 2016

Yet another setup for the Pi


Base OS

  1. Before installing new application or service in Raspbian, make sure to
  2. always type this into terminal: ( if this file in on your PI use cut an d paste
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Set Up Remote Desktop

  1. use this command to setup the pi

>>> sudo apt-get install xrdp

  1. on the pi issue the command

ifconfig

  1. and read the tcpip address of the pi( inet addr )

Spyder

>>> sudo apt-get install spyder