Editing Pi Setup Nov 2016

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
Yet another setup for the Pi
 
Yet another setup for the Pi
 
 
This whole article is largely obsolete -- 2016 is a long time ago, there is a more recent one, look for it.
 
  
  
Line 16: Line 13:
 
*boot
 
*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? )
+
*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? )
 
<pre>
 
<pre>
 
sudo apt-get update
 
sudo apt-get update
Line 110: Line 109:
 
</pre>
 
</pre>
  
 +
=== Wireless Links ===
  
 
+
*https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md   
== Links ==
 
 
 
*https://askubuntu.com/questions/133343/how-do-i-set-up-xrdp-session-that-reuses-an-existing-session
 
 
 
= Wireless Links and WiFi =
 
 
 
 
 
if you have the desktop avaliable see the icon for wireless, possibly bottom left?
 
 
 
ifconfig  and ifconfig -a  may give useful info
 
 
 
*http://raspberrypihq.com/how-to-connect-your-raspberry-pi-to-wifi/
 
 
 
*https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md  - includes info on encrypting password and other advanced info
 
  
 
*https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=138137
 
*https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=138137
Line 133: Line 119:
  
 
<pre>
 
<pre>
sudo iwlist wlan0 scan
+
# can have more than one apparently
This will list all the networks in your vicinity along with some useful information for each network. To find your network name look for something that look like: ESSID:”Test Wifi Network”.
 
</pre>
 
 
 
<pre>
 
 
 
# You should already have your SSID name, but if not, use
 
 
 
# sudo iwlist wlan0 scan
 
# This will reveal the SSID in the line “ESSID”. Next, open wpa_supplicant.conf:
 
 
 
# sudo leafpad /etc/wpa_supplicant/wpa_supplicant.conf
 
 
 
# can have more than one connection apparently
 
  
  
Line 163: Line 136:
 
         priority=5
 
         priority=5
 
</pre>
 
</pre>
 
 
= Misc =
 
 
== shortcuts ==
 
 
* http://www.raspberry-projects.com/pi/pi-operating-systems/raspbian/gui/desktop-shortcuts
 
  
 
= Spyder and More Python =
 
= Spyder and More Python =

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)