# HG changeset patch # User Steve Losh # Date 1700450709 18000 # Node ID a30a5f21dc2f630854797df55afd5aa8bb125072 # Parent e1d6e03a1a458fef30ccb47d1ed7d69622aacdf1 Update diff -r e1d6e03a1a45 -r a30a5f21dc2f 2023.markdown --- a/2023.markdown Sun Nov 19 14:56:15 2023 -0500 +++ b/2023.markdown Sun Nov 19 22:25:09 2023 -0500 @@ -169,7 +169,7 @@ Set up Firefox: - wget 'https://download.mozilla.org/?product=firefox&os=linux64&lang=en-US' + wget 'https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US' aunpack fi… mv firefox /opt/ cd /opt/ diff -r e1d6e03a1a45 -r a30a5f21dc2f README.markdown --- a/README.markdown Sun Nov 19 14:56:15 2023 -0500 +++ b/README.markdown Sun Nov 19 22:25:09 2023 -0500 @@ -378,3 +378,11 @@ Watched BS521 lecture I missed on Thursday. Really love that classes are recorded. + +Continued getting new laptop set up. Mostly followed my notes from August, but +of course there's some fresh new hell to wade through. Main problem was wifi, +needed to: + + systemctl stop wpa_supplicant + systemctl disable wpa_supplicant + systemctl mask wpa_supplicant