diff --git a/docs/posts/forklift-upgrade-arch-linux-precision-3561.md b/docs/posts/forklift-upgrade-arch-linux-precision-3561.md index 22b4878..cc47765 100644 --- a/docs/posts/forklift-upgrade-arch-linux-precision-3561.md +++ b/docs/posts/forklift-upgrade-arch-linux-precision-3561.md @@ -156,10 +156,14 @@ and also plugged in the thumbdrive on which my Arch system was installed. I opened each nvme ssd in `gdisk`, created a new _gpt_ partition table, an 1GB _efi_ partition (type ef00), and for the remainder of each disk created a Linux Raid Parition (type fd00). + * I formatted one of the _efi_ partitions: * `mkfs.vfat -F32 /dev/nvme0n1p1` * I created a _raid_ array: - * `mdadm --create --verbose --level=1 --metadata=1.2 --raid-devices=2 /dev/md0 /dev/nvme0n1p2 /dev/nvme1n1p2` + ```bash + mdadm --create --verbose --level=1 --metadata=1.2 \ + --raid-devices=2 /dev/md0 /dev/nvme0n1p2 /dev/nvme1n1p2 + ``` * I luks-encrypted the new _raid_ array: * `luksFormat -y -v /dev/md0` * I opened the new luks device: diff --git a/site/feed_rss_created.xml b/site/feed_rss_created.xml index 32c6425..04b73d9 100644 --- a/site/feed_rss_created.xml +++ b/site/feed_rss_created.xml @@ -1 +1 @@ - Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Wed, 20 Oct 2021 00:53:14 -0000 Wed, 20 Oct 2021 00:53:14 -0000 1440 MkDocs RSS plugin - v0.17.0 Forklift Upgrade Arch Linux To A Dell Precision 3561 trent <p>date: 2021-10-19</p><h2>Introduction</h2><p>I fork-lift upgraded my luks-encrypted Arch Linux installation from a Lenovo T460to a luks-encrypted, software raid1 mirro...</p>https://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Wed, 20 Oct 2021 00:52:37 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Ansible KVM Router Lab Part 1 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>{target="_...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Ansible KVM Router Lab Part 2 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 2 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Ansible KVM Router Lab Part 3 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 3 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Ansible KVM Router Lab Part 4 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 4 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Ansible KVM Router Lab Part 5 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 5 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Ansible KVM Router Lab Part 6 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 6 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Add KVM Network With Virsh trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a short and sweet walk-through for how to createa new network for <code>libvirt</code> for <code>kvm</code>, from the command line,usin...</p>https://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ Sat, 16 Oct 2021 10:57:53 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ KVM On Arch trent <p>date: 2021-10-07</p><h2>Introduction</h2><p>This is not intended to be a tutorial, but rather a walk-through ofhow I would install[libvirt/kvm on Arch Linux](https:/...</p>https://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ Fri, 08 Oct 2021 07:15:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ RaspberryPi LTE-Failover Router With DNS Caching trent <p>date: 2021-10-06</p><h2>Introduction</h2><p>Apparently Windows has a problem resolving hosts when you tether from Mobile HotSpot.</p><p>The solution is to build a DNS-Cach...</p>https://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Wed, 06 Oct 2021 21:22:07 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Flutter Integration Test Server in Debian 11 Nspawn Container trent <p>date: 2021-09-24</p><h2>Introduction</h2><h3>Performance</h3><p>Your Debian Server is way more powerful than your laptop or desktopand flutter integration_tests suck.</p><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Sat, 25 Sep 2021 13:46:10 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Debian 11 TT-RSS trent <p>date: 2021-09-11</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://tt-rss.org/">tt-rss</a>{target=_blank}on Debian 11 the Debian way.</p><h3>Why?</h3><p>Debian packages [tt-rss](htt...</p>https://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Sat, 11 Sep 2021 11:13:33 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QR SVG Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:23:27 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ XMPP Apt Notification trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent john joe <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPP Handler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 11:47:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instruction For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Thu, 17 Dec 2020 23:07:51 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE4 Custom Partitions for Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Fri, 22 Oct 2021 07:35:37 -0000 Fri, 22 Oct 2021 07:35:37 -0000 1440 MkDocs RSS plugin - v0.17.0 Forklift Upgrade Arch Linux To A Dell Precision 3561 trent <p>date: 2021-10-19</p><h2>Introduction</h2><p>I fork-lift upgraded my luks-encrypted Arch Linux installation from a Lenovo T460to a luks-encrypted, software raid1 mirro...</p>https://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Wed, 20 Oct 2021 00:52:37 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Ansible KVM Router Lab Part 1 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>{target="_...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Ansible KVM Router Lab Part 2 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 2 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Ansible KVM Router Lab Part 3 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 3 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Ansible KVM Router Lab Part 4 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 4 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Ansible KVM Router Lab Part 5 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 5 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Ansible KVM Router Lab Part 6 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 6 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Add KVM Network With Virsh trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a short and sweet walk-through for how to createa new network for <code>libvirt</code> for <code>kvm</code>, from the command line,usin...</p>https://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ Sat, 16 Oct 2021 10:57:53 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ KVM On Arch trent <p>date: 2021-10-07</p><h2>Introduction</h2><p>This is not intended to be a tutorial, but rather a walk-through ofhow I would install[libvirt/kvm on Arch Linux](https:/...</p>https://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ Fri, 08 Oct 2021 07:15:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ RaspberryPi LTE-Failover Router With DNS Caching trent <p>date: 2021-10-06</p><h2>Introduction</h2><p>Apparently Windows has a problem resolving hosts when you tether from Mobile HotSpot.</p><p>The solution is to build a DNS-Cach...</p>https://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Wed, 06 Oct 2021 21:22:07 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Flutter Integration Test Server in Debian 11 Nspawn Container trent <p>date: 2021-09-24</p><h2>Introduction</h2><h3>Performance</h3><p>Your Debian Server is way more powerful than your laptop or desktopand flutter integration_tests suck.</p><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Sat, 25 Sep 2021 13:46:10 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Debian 11 TT-RSS trent <p>date: 2021-09-11</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://tt-rss.org/">tt-rss</a>{target=_blank}on Debian 11 the Debian way.</p><h3>Why?</h3><p>Debian packages [tt-rss](htt...</p>https://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Sat, 11 Sep 2021 11:13:33 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sun, 25 Jul 2021 10:38:54 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Test QR SVG Django trent <p>date: 2021-04-19</p><h2><strong>Introduction</strong></h2><p>I worked out a solution in django-testing, for testing a view that renders a qrcodeas an svg as an inline svg xml stri...</p>https://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Tue, 20 Apr 2021 02:23:27 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/test-qr-svg-django/ Prosody Photo Uploads trent <p>date: 2021-01-25</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://prosody.im/">prosody</a>{target=_blank} on <a href="https://www.debian.org/">Debian 10</a>{target=_blank}with phot...</p>https://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ Mon, 25 Jan 2021 16:37:39 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/prosody-photo-uploads/ XMPP Apt Notification trent <p>date: 2021-01-09</p><h2><strong>Introduction</strong></h2><p>In order to save yourself the work of checking your computer forupdates, configure it to send you a weekly notificatio...</p>https://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Sun, 10 Jan 2021 00:45:08 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/xmpp-apt-notifications/ Apache Virtual Hosts trent john joe <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sun, 20 Dec 2020 05:16:22 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ SENDXMPP Handler for Python Logging trent <p>date: 2020-12-19</p><h2><strong>SENDXMPPHandler for Python Logging</strong></h2><p>&lt;script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md...</p>https://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Sat, 19 Dec 2020 11:47:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instruction For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Thu, 17 Dec 2020 23:07:51 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ LMDE4 Custom Partitions for Disk Encryption trent <p>date: 2020-12-15</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite pleasa...</p>https://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ \ No newline at end of file diff --git a/site/feed_rss_updated.xml b/site/feed_rss_updated.xml index e0a4aff..50f7eb3 100644 --- a/site/feed_rss_updated.xml +++ b/site/feed_rss_updated.xml @@ -1 +1 @@ - Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Wed, 20 Oct 2021 00:53:14 -0000 Wed, 20 Oct 2021 00:53:14 -0000 1440 MkDocs RSS plugin - v0.17.0 Forklift Upgrade Arch Linux To A Dell Precision 3561 trent <p>date: 2021-10-19</p><h2>Introduction</h2><p>I fork-lift upgraded my luks-encrypted Arch Linux installation from a Lenovo T460to a luks-encrypted, software raid1 mirro...</p>https://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Wed, 20 Oct 2021 00:52:37 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Ansible KVM Router Lab Part 5 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 5 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Mon, 18 Oct 2021 10:36:30 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Ansible KVM Router Lab Part 1 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>{target="_...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Ansible KVM Router Lab Part 2 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 2 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Ansible KVM Router Lab Part 3 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 3 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Ansible KVM Router Lab Part 4 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 4 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Ansible KVM Router Lab Part 6 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 6 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Add KVM Network With Virsh trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a short and sweet walk-through for how to createa new network for <code>libvirt</code> for <code>kvm</code>, from the command line,usin...</p>https://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ Sat, 16 Oct 2021 10:57:53 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ KVM On Arch trent <p>date: 2021-10-07</p><h2>Introduction</h2><p>This is not intended to be a tutorial, but rather a walk-through ofhow I would install[libvirt/kvm on Arch Linux](https:/...</p>https://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ Fri, 08 Oct 2021 07:15:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ RaspberryPi LTE-Failover Router With DNS Caching trent <p>date: 2021-10-06</p><h2>Introduction</h2><p>Apparently Windows has a problem resolving hosts when you tether from Mobile HotSpot.</p><p>The solution is to build a DNS-Cach...</p>https://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Wed, 06 Oct 2021 21:22:07 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Flutter Integration Test Server in Debian 11 Nspawn Container trent <p>date: 2021-09-24</p><h2>Introduction</h2><h3>Performance</h3><p>Your Debian Server is way more powerful than your laptop or desktopand flutter integration_tests suck.</p><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Sat, 25 Sep 2021 13:56:15 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sat, 11 Sep 2021 22:53:40 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Debian 11 TT-RSS trent <p>date: 2021-09-11</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://tt-rss.org/">tt-rss</a>{target=_blank}on Debian 11 the Debian way.</p><h3>Why?</h3><p>Debian packages [tt-rss](htt...</p>https://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Sat, 11 Sep 2021 11:13:33 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Apache Virtual Hosts trent john joe <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Clear Linux Encrypted XFS Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning with Sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Instruction For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ LMDE3 XFS Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Fri, 22 Oct 2021 07:35:37 -0000 Fri, 22 Oct 2021 07:35:37 -0000 1440 MkDocs RSS plugin - v0.17.0 Forklift Upgrade Arch Linux To A Dell Precision 3561 trent <p>date: 2021-10-19</p><h2>Introduction</h2><p>I fork-lift upgraded my luks-encrypted Arch Linux installation from a Lenovo T460to a luks-encrypted, software raid1 mirro...</p>https://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Wed, 20 Oct 2021 00:52:37 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/forklift-upgrade-arch-linux-precision-3561/ Ansible KVM Router Lab Part 5 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 5 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Mon, 18 Oct 2021 10:36:30 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-5/ Ansible KVM Router Lab Part 1 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>{target="_...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-1/ Ansible KVM Router Lab Part 2 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 2 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-2/ Ansible KVM Router Lab Part 3 trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is Part 3 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-3/ Ansible KVM Router Lab Part 4 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 4 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-4/ Ansible KVM Router Lab Part 6 trent <p>date: 2021-10-17</p><h2>Introduction</h2><p>This is Part 6 of a multi-part series of blog posts for building a<a href="https://github.com/TrentSPalmer/router-lab">router lab</a>...</p>https://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Mon, 18 Oct 2021 10:26:11 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/ansible-kvm-router-lab-part-6/ Add KVM Network With Virsh trent <p>date: 2021-10-16</p><h2>Introduction</h2><p>This is a short and sweet walk-through for how to createa new network for <code>libvirt</code> for <code>kvm</code>, from the command line,usin...</p>https://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ Sat, 16 Oct 2021 10:57:53 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/add-kvm-network-with-virsh/ KVM On Arch trent <p>date: 2021-10-07</p><h2>Introduction</h2><p>This is not intended to be a tutorial, but rather a walk-through ofhow I would install[libvirt/kvm on Arch Linux](https:/...</p>https://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ Fri, 08 Oct 2021 07:15:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/kvm-on-arch/ RaspberryPi LTE-Failover Router With DNS Caching trent <p>date: 2021-10-06</p><h2>Introduction</h2><p>Apparently Windows has a problem resolving hosts when you tether from Mobile HotSpot.</p><p>The solution is to build a DNS-Cach...</p>https://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Wed, 06 Oct 2021 21:22:07 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/raspberrypi-lte-failover-router-with-dns-caching/ Flutter Integration Test Server in Debian 11 Nspawn Container trent <p>date: 2021-09-24</p><h2>Introduction</h2><h3>Performance</h3><p>Your Debian Server is way more powerful than your laptop or desktopand flutter integration_tests suck.</p><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Sat, 25 Sep 2021 13:56:15 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-nspawn-flutter-integration-test-server/ Trent's Favorite Podcasts trent <p>date: 2021-07-23</p><h2><strong>Introduction</strong></h2><p>Someone asked me 10 years ago what are my favorite podcasts, so here you go.Note that a lot of podcasts tend to improv...</p>https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Sat, 11 Sep 2021 22:53:40 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/ Debian 11 TT-RSS trent <p>date: 2021-09-11</p><h2><strong>Introduction</strong></h2><p>Install <a href="https://tt-rss.org/">tt-rss</a>{target=_blank}on Debian 11 the Debian way.</p><h3>Why?</h3><p>Debian packages [tt-rss](htt...</p>https://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Sat, 11 Sep 2021 11:13:33 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/debian-11-ttrss/ Apache Virtual Hosts trent john joe <p>date: 2020-12-20</p><h2><strong>Use Virtual Hosts</strong></h2><p>This is a very useful way to keep your server organized.</p><h2><strong>Virtual Hosts On Your Lan</strong></h2><p>You can practice on you...</p>https://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/apache-virtual-hosts/ Clear Linux Encrypted XFS Root trent <p>date: 2019-04-13T21:44:37-07:00</p><h2><strong>Nothing to-it Burger</strong></h2><p>I had intended to create a technical explanation how to install Clear Linux with disk encryption,...</p>https://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-encrypted-xfs-root/ Clear Linux Guest Virt Manager trent <p>date: 2019-03-11T01:39:09-07:00</p><h2><strong>Introduction</strong></h2><ul><li>download, convert, and resize the provided kvm-legacy image</li><li>create a virtual machine and launch it f...</li></ul>https://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/clear-linux-guest-virt-manager/ Faster Partitioning with Sgdisk trent <p>date: 2019-02-11T04:23:52-08:00</p><h2><strong>Disclaimer</strong></h2><p>If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the production ...</p>https://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ Instruction For Tethering From Phone trent <p>date: 2020-12-17</p><h2><strong>Instructions</strong></h2><h3>Part One</h3><ol><li>Turn <strong>off</strong> blutooth on computer</li><li>Turn <strong>off</strong> blutooth on phone</li><li>Turn <strong>off</strong> Wifi on phone</li></ol><h3>...</h3>https://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ Linux Move Cursor With Keyboard trent <p>date: 2020-06-21T22:01:35-07:00</p><h2><strong>Introduction</strong></h2><p>Linux just makes everything so easy. On a laptop it can be tricky to place yourmouse cursor on exactly t...</p>https://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ LMDE3 XFS Full Disk Encryption trent <p>date: 2019-01-25T23:25:36-08:00</p><h2><strong>Introduction</strong></h2><p>Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result ...</p>https://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Sat, 11 Sep 2021 03:26:47 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ \ No newline at end of file diff --git a/site/posts/forklift-upgrade-arch-linux-precision-3561/index.html b/site/posts/forklift-upgrade-arch-linux-precision-3561/index.html index 1c3f902..114dbbb 100644 --- a/site/posts/forklift-upgrade-arch-linux-precision-3561/index.html +++ b/site/posts/forklift-upgrade-arch-linux-precision-3561/index.html @@ -2259,17 +2259,29 @@ and also plugged in the thumbdrive on which my Arch system was installed.

Formatting The New NVME ssds

I opened each nvme ssd in gdisk, created a new gpt partition table, an 1GB efi partition (type ef00), and for the remainder of each disk -created a Linux Raid Parition (type fd00). -* I formatted one of the efi partitions: - * mkfs.vfat -F32 /dev/nvme0n1p1 -* I created a raid array: - * mdadm --create --verbose --level=1 --metadata=1.2 --raid-devices=2 /dev/md0 /dev/nvme0n1p2 /dev/nvme1n1p2 -* I luks-encrypted the new raid array: - * luksFormat -y -v /dev/md0 -* I opened the new luks device: - * cryptsetup open /dev/md0 cryptroot -* And then Formatted it: - * mkfs.xfs /dev/mapper/cryptroot

+created a Linux Raid Parition (type fd00).

+

Copying the efi partition files to NVME ssd