diff options
Diffstat (limited to 'docs/posts/WPA_woes')
-rw-r--r-- | docs/posts/WPA_woes/index.html | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index f3fcfcf..0c50385 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html | |||
@@ -2,6 +2,7 @@ | |||
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <link rel="stylesheet" href="/style.css"> | 4 | <link rel="stylesheet" href="/style.css"> |
5 | <link rel="stylesheet" href="/syntax.css"> | ||
5 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
6 | <meta name="viewport" content="initial-scale=1"> | 7 | <meta name="viewport" content="initial-scale=1"> |
7 | <meta content="#ffffff" name="theme-color"> | 8 | <meta content="#ffffff" name="theme-color"> |
@@ -37,27 +38,7 @@ | |||
37 | WPA Woes | 38 | WPA Woes |
38 | </h1> | 39 | </h1> |
39 | <div class="post-text"> | 40 | <div class="post-text"> |
40 | <!DOCTYPE html> | 41 | <p>I finally got around to installing Void GNU/Linux on my main computer. Rolling release, non-systemd, need I say more?</p> |
41 | <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | ||
42 | <head> | ||
43 | <meta charset="utf-8" /> | ||
44 | <meta name="generator" content="pandoc" /> | ||
45 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
46 | <title>WPA_woes</title> | ||
47 | <style> | ||
48 | code{white-space: pre-wrap;} | ||
49 | span.smallcaps{font-variant: small-caps;} | ||
50 | span.underline{text-decoration: underline;} | ||
51 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
52 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
53 | ul.task-list{list-style: none;} | ||
54 | </style> | ||
55 | <!--[if lt IE 9]> | ||
56 | <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> | ||
57 | <![endif]--> | ||
58 | </head> | ||
59 | <body> | ||
60 | <p>I finally got around to installing Void GNU/Linux on my main computer. Rolling release, non-systemd, need I say more?</p> | ||
61 | <p>As with all GNU/Linux distributions, wireless networks had me in a fix. If you can see this post, it means I’ve managed to get online. It turns out, <code>wpa_supplicant</code> was detecting the wrong interface by default (does it ever select the right one?). Let us fix that:</p> | 42 | <p>As with all GNU/Linux distributions, wireless networks had me in a fix. If you can see this post, it means I’ve managed to get online. It turns out, <code>wpa_supplicant</code> was detecting the wrong interface by default (does it ever select the right one?). Let us fix that:</p> |
62 | <pre><code>$ sudo rm -r /var/service/wpa_supplicant | 43 | <pre><code>$ sudo rm -r /var/service/wpa_supplicant |
63 | $ sudo killall dhcpcd</code></pre> | 44 | $ sudo killall dhcpcd</code></pre> |
@@ -81,13 +62,15 @@ $ sudo ln -s /etc/sv/wpa_supplicant /var/service/ | |||
81 | $ sudo ln -s /etc/sv/dhcpcd /var/service/ | 62 | $ sudo ln -s /etc/sv/dhcpcd /var/service/ |
82 | $ sudo sv restart wpa_supplicant | 63 | $ sudo sv restart wpa_supplicant |
83 | $ sudo sv restart dhcpcd</code></pre> | 64 | $ sudo sv restart dhcpcd</code></pre> |
84 | </body> | ||
85 | </html> | ||
86 | 65 | ||
87 | </div> | 66 | </div> |
88 | 67 | ||
89 | <div class=intro> | 68 | <div class=intro> |
90 | Hi. <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 69 | Hi. |
70 | <div class=hot-links> | ||
71 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | ||
72 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | ||
73 | </div> | ||
91 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 74 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
92 | <p> | 75 | <p> |
93 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 76 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |