a30a5f21dc2f

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 19 Nov 2023 22:25:09 -0500
parents e1d6e03a1a45
children 5dfa97076e39
branches/tags (none)
files 2023.markdown README.markdown

Changes

--- 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/
--- 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