Wifi: Connect to eduroam & permanently store password (ubuntu 14.04 with cinnamon, with MIT account)

NOTE 27 Dec 2019: below may be out-of-date; for up-to-date and for Android instructions, see new post: http://www.orangenarwhals.com/2018/01/connecting-to-harvard-wireless-without-having-to-install-sketchy-things/

OUTDATED (kept as techniques may be useful for troubleshooting)

With your MIT account and your athena password you can connect to the “eduroam” wireless network present in many universities.

Follow KB instructions to add the eduroam via GUI

http://kb.mit.edu/confluence/pages/viewpage.action?pageId=152599592

Unfortunately for me, I could not “edit” the eduroam connection. Instead I “added” eduroam as a new connection.

Network Connections > Add > Wifi > Create >

Connection Name: FOOBAR

SSID: eduroam

Screenshot from 2016-11-13 15:46:05

 

 

security: WPA & WPA2 Enterprise

authentication: PEAP

CA Certificate: /etc/ssl/certs/AddTrust_External_Root.pem (this file already existed on my filesystem, I did not need to download it)

Screenshot from 2016-11-13 15:45:59

Storing the password

When I did the above steps, I could connect to eduroam, but I would have to type in my password each time. This gets annoying especially on unstable connections.

I’m not sure the exact trick, but essentially, use

$ nmcli con status

to find the UUID. Something like “dd4ad68a-dc57-420d-856c-3aca862652a3”

Then create a file,

/etc/NetworkManager/system-connections$ sudo vi FOOBAR-dd4ad68a-dc57-420d-856c-3aca862652a3

Inside the file put the contents as follows.

(Note that this is the same contents as in the “FOOBAR” file in the same folder, that the GUI created for us when we added the eduroam connection in the network-manager in the first step. Except! We we add the line:

password=<yourpassword>

and we change the flag from 1 to 0:

password-flags=0)

[connection]
id=FOOBAR
uuid=dd4ad68a-dc57-420d-856c-3aca862652a3
type=802-11-wireless

[802-11-wireless]
ssid=eduroam
mode=infrastructure
security=802-11-wireless-security

[802-11-wireless-security]
key-mgmt=wpa-eap

[ipv4]
method=auto

[ipv6]
method=auto

[802-1x]
eap=peap;
identity=<your_username>@mit.edu
ca-cert=/etc/ssl/certs/AddTrust_External_Root.pem
phase2-auth=mschapv2
password-flags=0
password=<yourpassword>

Now you should  be able to connect to eduroam by selecting it in the network manager GUI, and it should connect without

To test, try switching to another network and switching back.

Useful commands:

$ sudo restart network-manager
$ nmcli con up id eduroam
$ nmcli con status

https://www.house.gov/representatives/find-your-representative

https://www.census.gov/mycd/

is located in the 7th Congressional district of Georgia.The representative for this district is:Rob Woodall Republican

https://ballotpedia.org/Sample_Ballot_Lookup#address=+1555+Old+Peachtree+Road+Suwanee+GA

https://ballotpedia.org/Sample_Ballot_Lookup#address=+1555+Old+Peachtree+Road+Suwanee+GA&election=2018-11-06

https://en.wikipedia.org/wiki/Rob_Woodall (where is climate and women’s rights??)

Candidates Elected: Officials Elected Statewide
District Maps: Congressional District Maps
U.S. Congress: District 007
Georgia Senate: District 048
Georgia House: District 097
Click Here for Qualified Candidates

 

https://www.gwinnettcounty.com/web/gwinnett/Departments/Elections/AbsenteeVoting-Civilians/ApplicationforAbsenteeBallot

https://votesmart.org/

https://www.vote411.org/ballot

https://my.lwv.org/georgia

sampleballot

Rainbow!~ Challah (Pt2)

Only a year late (for pt2), but following on part 1 (rainbow heart cookies), rainbow challah!

20150628_164700

20150628_201948

 

 

Eh, it’s late so here’s a photodump instead.

  1. make sure to use gel food coloring, not normal food dyes (which are watery and won’t give you vibrant colors)
  2. make challah dough. You’ll need:
    yeast, eggs, salt, all-purpose flour, honey, and optionally butter
  3. 1/3 is white and the remaining 2/3 are split evenly among the colors (six for a full rainbow).
  4. leave it sitting for an hour under a moist paper towel (so it doesn’t dry out) until it’s doubled in size 😀
    http://allrecipes.com/recipe/172633/easy-challah-bread/
  5. braid it (see youtube)
  6. for ours, we smushed the colors side by side, then cut it into six chunks long-ways, then stretch each of the six chunks out, and THEN we braided the chunks together.
  7. So each “strand” of the braid by itself had six colors, so braided together it became super colorful!
  8. if you want, put egg white + cinnamon paste on it (you can see we made two kinds)
  9. put it in the oven (at 350F for half an hour or so, until it’s a golden brown)
  10. slice and eat 😀

https://goo.gl/photos/hSntdMYoichisC496

projects blog (nouyang)