fix missing page link

This commit is contained in:
Trent Palmer 2020-12-17 15:59:13 -08:00
parent 69bb4cdcda
commit e158e3816b
16 changed files with 274 additions and 16 deletions

View File

@ -17,17 +17,17 @@ date: 2020-12-17
1. Turn on wifi hotspot **or** usb tethering
### **ACHTUNG Do Not!**
1. **DO NOT** turn on ethernet tethering
* **DO NOT** turn on ethernet tethering
* you probably don't have the physical equipment available to do that
1. **DO NOT** turn on blutooth tethering
* **DO NOT** turn on blutooth tethering
* $#*?#* **DUH!!**
1. **DO NOT** turn on blutooth
* **DO NOT** turn on blutooth
* Your phone's radio hardware already has enough to do, trying to simultaneously maintain an LTE uplink to your mobile carrier and a wifi downlink to your computer
1. **DO NOT** turn on wifi
* **DO NOT** turn on wifi
* Don't let your phone try to connect to something that isn't working right now
1. **DO NOT** forget to turn off blutooth
* **DO NOT** forget to turn off blutooth
* Your phone's radio hardware already has enough to do, trying to simultaneously maintain an LTE uplink to your mobile carrier and a wifi downlink to your computer
1. **DO NOT** forget to turn off wifi
* **DO NOT** forget to turn off wifi
* Don't let your phone try to connect to something that isn't working right now
### Blutooth

View File

@ -19,6 +19,7 @@ markdown_extensions:
nav:
- Home:
- Home: index.md
- posts/instructions-for-tethering-from-phone.md
- posts/lmde4-custom-partitions-disk-encryption.md
- posts/linux-move-cursor-with-keyboard.md
- posts/simplified-raspberry-streaming.md

View File

@ -225,6 +225,18 @@
<li class="md-nav__item">
<a href="/posts/instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="/posts/lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -281,6 +281,18 @@
<li class="md-nav__item">
<a href="posts/instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="posts/lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption
@ -502,13 +514,13 @@
<nav class="md-footer-nav__inner md-grid" aria-label="Footer">
<a href="posts/lmde4-custom-partitions-disk-encryption/" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
<a href="posts/instructions-for-tethering-from-phone/" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
<div class="md-footer-nav__title">
<div class="md-ellipsis">
<span class="md-footer-nav__direction">
Next
</span>
LMDE4 Custom Partitions Disk Encryption
Instructions For Tethering From Phone
</div>
</div>
<div class="md-footer-nav__button md-icon">

View File

@ -234,6 +234,18 @@
<li class="md-nav__item">
<a href="../posts/instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../posts/lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -136,7 +136,9 @@
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
<nav class="md-tabs md-tabs--active" aria-label="Tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
@ -146,7 +148,9 @@
<li class="md-tabs__item">
<a href="../.." class="md-tabs__link">
<a href="../.." class="md-tabs__link md-tabs__link--active">
Home
</a>
</li>
@ -197,10 +201,12 @@
<li class="md-nav__item md-nav__item--nested">
<li class="md-nav__item md-nav__item--active md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="nav-1" type="checkbox" id="nav-1" >
<input class="md-nav__toggle md-toggle" data-md-toggle="nav-1" type="checkbox" id="nav-1" checked>
<label class="md-nav__link" for="nav-1">
Home
<span class="md-nav__icon md-icon"></span>
@ -229,6 +235,86 @@
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
Instructions For Tethering From Phone
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
Instructions For Tethering From Phone
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#instructions" class="md-nav__link">
Instructions
</a>
<nav class="md-nav" aria-label="Instructions">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#part-one" class="md-nav__link">
Part One
</a>
</li>
<li class="md-nav__item">
<a href="#part-two" class="md-nav__link">
Part Two
</a>
</li>
<li class="md-nav__item">
<a href="#achtung-do-not" class="md-nav__link">
ACHTUNG Do Not!
</a>
</li>
<li class="md-nav__item">
<a href="#blutooth" class="md-nav__link">
Blutooth
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
@ -453,7 +539,7 @@
<li>Turn on wifi hotspot <strong>or</strong> usb tethering</li>
</ol>
<h3 id="achtung-do-not"><strong>ACHTUNG Do Not!</strong></h3>
<ol>
<ul>
<li><strong>DO NOT</strong> turn on ethernet tethering<ul>
<li>you probably don't have the physical equipment available to do that</li>
</ul>
@ -478,7 +564,7 @@
<li>Don't let your phone try to connect to something that isn't working right now</li>
</ul>
</li>
</ol>
</ul>
<h3 id="blutooth">Blutooth</h3>
<p>If you leave blutooth on while trying to tether, your phone could get hot, your battery could go dead, and your hotspot could fail to work properly.
Be surprised it it doesn't crash and soft-reboot.</p>
@ -499,6 +585,41 @@ Be surprised it it doesn't crash and soft-reboot.</p>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid" aria-label="Footer">
<a href="../.." class="md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<div class="md-footer-nav__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</div>
<div class="md-footer-nav__title">
<div class="md-ellipsis">
<span class="md-footer-nav__direction">
Previous
</span>
Home
</div>
</div>
</a>
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
<div class="md-footer-nav__title">
<div class="md-ellipsis">
<span class="md-footer-nav__direction">
Next
</span>
LMDE4 Custom Partitions Disk Encryption
</div>
</div>
<div class="md-footer-nav__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -235,6 +235,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
@ -817,7 +829,7 @@ to load the Windows bootloader?)</p>
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid" aria-label="Footer">
<a href="../.." class="md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<a href="../instructions-for-tethering-from-phone/" class="md-footer-nav__link md-footer-nav__link--prev" rel="prev">
<div class="md-footer-nav__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
</div>
@ -826,7 +838,7 @@ to load the Windows bootloader?)</p>
<span class="md-footer-nav__direction">
Previous
</span>
Home
Instructions For Tethering From Phone
</div>
</div>
</a>

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -236,6 +236,18 @@
<li class="md-nav__item">
<a href="../instructions-for-tethering-from-phone/" class="md-nav__link">
Instructions For Tethering From Phone
</a>
</li>
<li class="md-nav__item">
<a href="../lmde4-custom-partitions-disk-encryption/" class="md-nav__link">
LMDE4 Custom Partitions Disk Encryption

View File

@ -39,5 +39,9 @@
<loc>None</loc>
<lastmod>2020-12-17</lastmod>
<changefreq>daily</changefreq>
</url><url>
<loc>None</loc>
<lastmod>2020-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.