# HG changeset patch # User Steve Losh # Date 1579281004 18000 # Node ID ede69641159a0e04f17940c6cd6fc6b93d8c6169 # Parent 894400df8ad8f5f810e22b9eb823ac1fbdc2c7ad Update diff -r 894400df8ad8 -r ede69641159a README.markdown --- a/README.markdown Wed Jan 15 20:28:30 2020 -0500 +++ b/README.markdown Fri Jan 17 12:10:04 2020 -0500 @@ -24,3 +24,11 @@ Still need to finish the CSS for the rendered Markdown, but that can wait for now. + +## 2020-01-17 + +Got the RIT VPN set up on my Linux machine so I can connect for class. I was +worried I'd have to install some horrible Cisco VPN client thing, but it turns +out you can use the `openconnect` client to connect, so `sudo apt install +openconnect` and then `sudo openconnect vpn.rit.edu` just magically works. +Fantastic.