From aed6090f126ac9c87c2076f5bd63ca91e2d01869 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Fri, 10 Sep 2021 20:26:47 -0700 Subject: [PATCH] redo home page --- docs/index.md | 26 - docs/links.md | 1 + docs/posts/apache-virtual-hosts.md | 3 +- docs/posts/clear-linux-encrypted-xfs-root.md | 1 + docs/posts/clear-linux-guest-virt-manager.md | 1 + docs/posts/faster-partitioning-with-sgdisk.md | 1 + .../instructions-for-tethering-from-phone.md | 1 + docs/posts/linux-move-cursor-with-keyboard.md | 1 + docs/posts/lmde3-xfs-full-disk-encryption.md | 1 + ...lmde4-custom-partitions-disk-encryption.md | 1 + docs/posts/prosody-photo-uploads.md | 1 + .../rewrite-hugo-themes-report-in-python.md | 1 + .../sendxmpp-handler-for-python-logging.md | 1 + docs/posts/simplified-raspberry-streaming.md | 1 + docs/posts/test-qr-svg-django.md | 1 + docs/posts/trents-favorite-podcasts.md | 1 + docs/posts/xmpp-apt-notifications.md | 1 + docs/rss.md | 1 + mkdocs.yml | 48 +- overrides/home.html | 20 + overrides/main.html | 9 + site/404.html | 239 ++- site/feed_rss_created.xml | 2 +- site/feed_rss_updated.xml | 2 +- site/index.html | 677 ++++++-- site/links/index.html | 243 ++- site/posts/apache-virtual-hosts/index.html | 373 +++- .../clear-linux-encrypted-xfs-root/index.html | 281 ++- .../clear-linux-guest-virt-manager/index.html | 299 +++- .../index.html | 348 +++- .../index.html | 330 +++- .../index.html | 295 +++- .../lmde3-xfs-full-disk-encryption/index.html | 359 +++- .../index.html | 355 +++- site/posts/prosody-photo-uploads/index.html | 380 +++- .../index.html | 306 +++- .../index.html | 306 +++- .../simplified-raspberry-streaming/index.html | 288 ++- site/posts/test-qr-svg-django/index.html | 364 +++- .../posts/trents-favorite-podcasts/index.html | 1542 ++++++++++++++++- site/posts/xmpp-apt-notifications/index.html | 316 +++- site/rss/index.html | 247 ++- site/search/search_index.json | 2 +- site/sitemap.xml | 108 +- site/sitemap.xml.gz | Bin 896 -> 896 bytes .../podcasts/ask-noah-show/index.html | 577 +++++- site/snippets/podcasts/bohemican/index.html | 577 +++++- site/snippets/podcasts/coder-radio/index.html | 576 +++++- .../podcasts/destination-linux/index.html | 576 +++++- site/snippets/podcasts/django-chat/index.html | 578 +++++- .../snippets/podcasts/django-riffs/index.html | 578 +++++- .../engines-of-our-ingenuity/index.html | 576 +++++- .../snippets/podcasts/floss-weekly/index.html | 576 +++++- .../podcasts/gnu-world-order/index.html | 576 +++++- .../podcasts/hardcore-history/index.html | 576 +++++- .../podcasts/history-of-germany/index.html | 584 ++++++- .../podcasts/in-our-time-history/index.html | 577 +++++- .../index.html | 576 +++++- .../podcasts/late-night-linux/index.html | 576 +++++- .../podcasts/linux-action-news/index.html | 576 +++++- .../snippets/podcasts/linux-inlaws/index.html | 576 +++++- .../podcasts/linux-unplugged/index.html | 576 +++++- site/snippets/podcasts/minipc/index.html | 577 +++++- site/snippets/podcasts/mintcast/index.html | 576 +++++- site/snippets/podcasts/no-agenda/index.html | 580 ++++++- .../podcasts/open-source-voices/index.html | 577 +++++- .../snippets/podcasts/python-bytes/index.html | 576 +++++- .../podcasts/react-podcast/index.html | 577 +++++- .../podcasts/scholars-and-sense/index.html | 576 +++++- site/snippets/podcasts/self-hosted/index.html | 576 +++++- .../sunday-morning-linux-review/index.html | 576 +++++- site/snippets/podcasts/syntax/index.html | 576 +++++- .../podcasts/talk-python-to-me/index.html | 576 +++++- .../podcasts/talking-kotlin/index.html | 582 ++++++- .../the-history-of-ancient-greece/index.html | 578 +++++- .../podcasts/the-matt-freire-show/index.html | 576 +++++- .../the-mike-dominick-show/index.html | 576 +++++- .../podcasts/two-dot-five-admins/index.html | 580 ++++++- .../podcasts/ubuntu-podcast/index.html | 577 +++++- .../wittenberg-to-westphalia/index.html | 580 ++++++- .../podcasts/youre-dead-to-me/index.html | 577 +++++- 81 files changed, 27052 insertions(+), 1508 deletions(-) create mode 100644 overrides/home.html diff --git a/docs/index.md b/docs/index.md index 5c9f9ad..8b13789 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,27 +1 @@ ---- -title: "Home" -authors: ["trent"] ---- -# Trent's Blog -## **Links** -* [RSS](rss.md){target=_blank} -* [Links](links.md){target=_blank} - -## **Posts By Date** - -* [2021-07-23: Trent's Favorite Podcasts](posts/trents-favorite-podcasts.md){target=_blank} -* [2021-04-19: Test QRCODE Svg in Django](posts/test-qr-svg-django.md){target=_blank} -* [2021-01-25: Prosody Photo Uploads](posts/prosody-photo-uploads.md){target=_blank} -* [2021-01-09: Xmpp Apt Notifications](posts/xmpp-apt-notifications.md){target=_blank} -* [2020-12-20: Apache Virtual Hosts](posts/apache-virtual-hosts.md){target=_blank} -* [2020-12-19: SENDXMPPHandler for Python Logging](posts/sendxmpp-handler-for-python-logging.md){target=_blank} -* [2020-12-17: Instructions for Tethering From Phone](posts/instructions-for-tethering-from-phone){target=_blank} -* [2020-12-15: LMDE4 Custom Partitions Disk Encryption](posts/lmde4-custom-partitions-disk-encryption){target=_blank} -* [2020-06-21: Linux Move Cursor With Keyboard](posts/linux-move-cursor-with-keyboard){target=_blank} -* [2019-05-12: Simplified Raspberry Streaming](posts/simplified-raspberry-streaming){target=_blank} -* [2019-04-13: Clear Linux Encrypted xfs Root](posts/clear-linux-encrypted-xfs-root){target=_blank} -* [2019-03-11: Clear Linux Guest Virt Manager](posts/clear-linux-guest-virt-manager){target=_blank} -* [2019-02-11: Faster Partitioning With sgdisk](posts/faster-partitioning-with-sgdisk){target=_blank} -* [2019-01-25: LMDE3 xfs Full Disk Encryption](posts/lmde3-xfs-full-disk-encryption){target=_blank} -* [2019-01-25: Rewrite Hugo Themes Report in Python](posts/rewrite-hugo-themes-report-in-python){target=_blank} diff --git a/docs/links.md b/docs/links.md index 7f4e84c..f593ec4 100644 --- a/docs/links.md +++ b/docs/links.md @@ -1,6 +1,7 @@ --- title: "Links" authors: ["trent"] +date: 2019-01-24 --- # Trent's Blog diff --git a/docs/posts/apache-virtual-hosts.md b/docs/posts/apache-virtual-hosts.md index 6ef8f6f..c36a59d 100644 --- a/docs/posts/apache-virtual-hosts.md +++ b/docs/posts/apache-virtual-hosts.md @@ -3,7 +3,8 @@ title: "Apache Virtual Hosts" date: 2020-12-20 draft: false tags: ["Apache","Virtual Hosts","LetsEncrypt","Lets Encrypt","Reverse Proxy","DNS"] -authors: ["trent"] +authors: ["trent", "john", "joe"] +post: 16 --- date: 2020-12-20 diff --git a/docs/posts/clear-linux-encrypted-xfs-root.md b/docs/posts/clear-linux-encrypted-xfs-root.md index c85771b..a25ad3f 100644 --- a/docs/posts/clear-linux-encrypted-xfs-root.md +++ b/docs/posts/clear-linux-encrypted-xfs-root.md @@ -4,6 +4,7 @@ date: 2019-04-13T21:44:37-07:00 draft: false tags: ["xfs","clear-linux","luks"] authors: ["trent"] +post: 10 --- date: 2019-04-13T21:44:37-07:00 ## **Nothing to-it Burger** diff --git a/docs/posts/clear-linux-guest-virt-manager.md b/docs/posts/clear-linux-guest-virt-manager.md index a10f285..d0f967f 100644 --- a/docs/posts/clear-linux-guest-virt-manager.md +++ b/docs/posts/clear-linux-guest-virt-manager.md @@ -4,6 +4,7 @@ date: 2019-03-11T01:39:09-07:00 draft: false tags: ["kvm","clear-linux","qcow2","virt-manager","parted"] authors: ["trent"] +post: 9 --- date: 2019-03-11T01:39:09-07:00 ## **Introduction** diff --git a/docs/posts/faster-partitioning-with-sgdisk.md b/docs/posts/faster-partitioning-with-sgdisk.md index 4f983a3..0c08ceb 100644 --- a/docs/posts/faster-partitioning-with-sgdisk.md +++ b/docs/posts/faster-partitioning-with-sgdisk.md @@ -4,6 +4,7 @@ date: 2019-02-11T04:23:52-08:00 draft: false tags: ["command-line","gdisk","partition","sgdisk"] authors: ["trent"] +post: 8 --- date: 2019-02-11T04:23:52-08:00 diff --git a/docs/posts/instructions-for-tethering-from-phone.md b/docs/posts/instructions-for-tethering-from-phone.md index 20ec615..6bceacd 100644 --- a/docs/posts/instructions-for-tethering-from-phone.md +++ b/docs/posts/instructions-for-tethering-from-phone.md @@ -4,6 +4,7 @@ date: 2020-12-17 draft: false tags: ["android","tethering"] authors: ["trent"] +post: 14 --- date: 2020-12-17 ## **Instructions** diff --git a/docs/posts/linux-move-cursor-with-keyboard.md b/docs/posts/linux-move-cursor-with-keyboard.md index da4e476..6ef3a3e 100644 --- a/docs/posts/linux-move-cursor-with-keyboard.md +++ b/docs/posts/linux-move-cursor-with-keyboard.md @@ -4,6 +4,7 @@ date: 2020-06-21T22:01:35-07:00 draft: false tags: ["X11","xdotool","cursor","keyboard","keyboard shortcuts"] authors: ["trent"] +post: 12 --- date: 2020-06-21T22:01:35-07:00 ## **Introduction** diff --git a/docs/posts/lmde3-xfs-full-disk-encryption.md b/docs/posts/lmde3-xfs-full-disk-encryption.md index 2624452..f083422 100644 --- a/docs/posts/lmde3-xfs-full-disk-encryption.md +++ b/docs/posts/lmde3-xfs-full-disk-encryption.md @@ -4,6 +4,7 @@ date: 2019-01-25T23:25:36-08:00 draft: false tags: ["linux-mint","disk-encryption"] authors: ["trent"] +post: 7 --- date: 2019-01-25T23:25:36-08:00 ## **Introduction** diff --git a/docs/posts/lmde4-custom-partitions-disk-encryption.md b/docs/posts/lmde4-custom-partitions-disk-encryption.md index fcaf3fc..f0819c2 100644 --- a/docs/posts/lmde4-custom-partitions-disk-encryption.md +++ b/docs/posts/lmde4-custom-partitions-disk-encryption.md @@ -7,6 +7,7 @@ summaryimage: Screenshot31.png summaryimagew: 754 summaryimageh: 700 authors: ["trent"] +post: 13 --- date: 2020-12-15 ## **Introduction** diff --git a/docs/posts/prosody-photo-uploads.md b/docs/posts/prosody-photo-uploads.md index d653b6b..4d35892 100644 --- a/docs/posts/prosody-photo-uploads.md +++ b/docs/posts/prosody-photo-uploads.md @@ -4,6 +4,7 @@ date: 2021-01-25 draft: false tags: ["xmpp","prosody","debian","letsencrypt"] authors: ["trent"] +post: 18 --- date: 2021-01-25 diff --git a/docs/posts/rewrite-hugo-themes-report-in-python.md b/docs/posts/rewrite-hugo-themes-report-in-python.md index 9050c72..f89109d 100644 --- a/docs/posts/rewrite-hugo-themes-report-in-python.md +++ b/docs/posts/rewrite-hugo-themes-report-in-python.md @@ -4,6 +4,7 @@ date: 2019-01-25T01:02:57-08:00 draft: false tags: ["python","sql","sqlalchemy","html5","hugo-themes"] authors: ["trent"] +post: 6 --- date: 2019-01-25T01:02:57-08:00 diff --git a/docs/posts/sendxmpp-handler-for-python-logging.md b/docs/posts/sendxmpp-handler-for-python-logging.md index 8dc4f4a..3aa25d0 100644 --- a/docs/posts/sendxmpp-handler-for-python-logging.md +++ b/docs/posts/sendxmpp-handler-for-python-logging.md @@ -4,6 +4,7 @@ date: 2020-12-19 draft: false tags: ["Python","Logging","Flask","XMPP","SENDXMPP","logging.Handler"] authors: ["trent"] +post: 15 --- date: 2020-12-19 ## **SENDXMPPHandler for Python Logging** diff --git a/docs/posts/simplified-raspberry-streaming.md b/docs/posts/simplified-raspberry-streaming.md index 1167a5d..5cdf535 100644 --- a/docs/posts/simplified-raspberry-streaming.md +++ b/docs/posts/simplified-raspberry-streaming.md @@ -4,6 +4,7 @@ date: 2019-05-12T18:32:55-07:00 draft: false tags: ["raspberrypi","mpd","mp3","internet-radio","ncmpcpp","playlist","m3u"] authors: ["trent"] +post: 11 --- date: 2019-05-12T18:32:55-07:00 ## **RaspberryPi is a Great MPD Appliance** diff --git a/docs/posts/test-qr-svg-django.md b/docs/posts/test-qr-svg-django.md index 85bd11d..8b7365e 100644 --- a/docs/posts/test-qr-svg-django.md +++ b/docs/posts/test-qr-svg-django.md @@ -4,6 +4,7 @@ date: 2021-04-19 draft: false tags: ["django", "python", "testing", "pillow", "beautifulsoup", "opencv", "cairosvg", "pyotp"] authors: ["trent"] +post: 19 --- date: 2021-04-19 diff --git a/docs/posts/trents-favorite-podcasts.md b/docs/posts/trents-favorite-podcasts.md index 720d016..d69e5b4 100644 --- a/docs/posts/trents-favorite-podcasts.md +++ b/docs/posts/trents-favorite-podcasts.md @@ -4,6 +4,7 @@ date: 2021-07-23 draft: false tags: ["django", "python", "linux", "podcast", "antennapod", "history", "flutter", "kotlin", "travel"] authors: ["trent"] +post: 20 --- date: 2021-07-23 diff --git a/docs/posts/xmpp-apt-notifications.md b/docs/posts/xmpp-apt-notifications.md index 182780f..eefff5e 100644 --- a/docs/posts/xmpp-apt-notifications.md +++ b/docs/posts/xmpp-apt-notifications.md @@ -4,6 +4,7 @@ date: 2021-01-09 draft: false tags: ["apt","apt-get","prosody","debian"] authors: ["trent"] +post: 17 --- date: 2021-01-09 diff --git a/docs/rss.md b/docs/rss.md index 051515a..98dfa8c 100644 --- a/docs/rss.md +++ b/docs/rss.md @@ -1,6 +1,7 @@ --- title: "RSS" authors: ["trent"] +date: 2019-01-24 --- # Trent's Blog diff --git a/mkdocs.yml b/mkdocs.yml index a2325b2..79e15a4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,7 +22,23 @@ markdown_extensions: - attr_list nav: - - Home: index.md + - Home: + - Home: index.md + - "Trent's Favorite Podcasts": posts/trents-favorite-podcasts.md + - "Test QR SVG Django": posts/test-qr-svg-django.md + - "Prosody Photo Uploads": posts/prosody-photo-uploads.md + - "XMPP Apt Notification": posts/xmpp-apt-notifications.md + - "Apache Virtual Hosts": posts/apache-virtual-hosts.md + - "SENDXMPP Handler for Python Logging": posts/sendxmpp-handler-for-python-logging.md + - "Instruction For Tethering From Phone": posts/instructions-for-tethering-from-phone.md + - "LMDE4 Custom Partitions for Disk Encryption": posts/lmde4-custom-partitions-disk-encryption.md + - "Linux Move Cursor With Keyboard": posts/linux-move-cursor-with-keyboard.md + - "Simplified Raspberry Streaming": posts/simplified-raspberry-streaming.md + - "Clear Linux Encrypted XFS Root": posts/clear-linux-encrypted-xfs-root.md + - "Clear Linux Guest Virt Manager": posts/clear-linux-guest-virt-manager.md + - "Faster Partitioning with Sgdisk": posts/faster-partitioning-with-sgdisk.md + - "LMDE3 XFS Full Disk Encryption": posts/lmde3-xfs-full-disk-encryption.md + - "Rewrite Hugo Themes Report In Python": posts/rewrite-hugo-themes-report-in-python.md - RSS: - RSS: rss.md - RssCreated: /feed_rss_created.xml @@ -41,21 +57,21 @@ nav: - FreeCodeCampChallenges: https://trentspalmer.github.io/fcc-challenges/ - DeviceLayout: https://trentpalmer.work/6a57bbe24d8244289610bf57533d6c6f/ - Posts: - - posts/trents-favorite-podcasts.md - - posts/test-qr-svg-django.md - - posts/prosody-photo-uploads.md - - posts/xmpp-apt-notifications.md - - posts/apache-virtual-hosts.md - - posts/sendxmpp-handler-for-python-logging.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 - - posts/clear-linux-encrypted-xfs-root.md - - posts/clear-linux-guest-virt-manager.md - - posts/faster-partitioning-with-sgdisk.md - - posts/lmde3-xfs-full-disk-encryption.md - - posts/rewrite-hugo-themes-report-in-python.md + - "Trent's Favorite Podcasts": posts/trents-favorite-podcasts.md + - "Test QR SVG Django": posts/test-qr-svg-django.md + - "Prosody Photo Uploads": posts/prosody-photo-uploads.md + - "XMPP Apt Notification": posts/xmpp-apt-notifications.md + - "Apache Virtual Hosts": posts/apache-virtual-hosts.md + - "SENDXMPP Handler for Python Logging": posts/sendxmpp-handler-for-python-logging.md + - "Instruction For Tethering From Phone": posts/instructions-for-tethering-from-phone.md + - "LMDE4 Custom Partitions for Disk Encryption": posts/lmde4-custom-partitions-disk-encryption.md + - "Linux Move Cursor With Keyboard": posts/linux-move-cursor-with-keyboard.md + - "Simplified Raspberry Streaming": posts/simplified-raspberry-streaming.md + - "Clear Linux Encrypted XFS Root": posts/clear-linux-encrypted-xfs-root.md + - "Clear Linux Guest Virt Manager": posts/clear-linux-guest-virt-manager.md + - "Faster Partitioning with Sgdisk": posts/faster-partitioning-with-sgdisk.md + - "LMDE3 XFS Full Disk Encryption": posts/lmde3-xfs-full-disk-encryption.md + - "Rewrite Hugo Themes Report In Python": posts/rewrite-hugo-themes-report-in-python.md - TrentReads: https://trentpalmer.org - AttentionSpanHistory: https://blog.trentpalmer.org - GitHub: https://github.com/TrentSPalmer diff --git a/overrides/home.html b/overrides/home.html new file mode 100644 index 0000000..b9bda15 --- /dev/null +++ b/overrides/home.html @@ -0,0 +1,20 @@ +{% set blog_pages=[] %} +{% for p in pages %} + {% if p.page.meta.post %} +
+ {{ blog_pages.append(p.page) }} +
+ {% endif %} +{% endfor %} + +{% for pg in blog_pages | sort(attribute='meta.post', reverse=True) %} +
+ +

{{ pg.title }}

+

Created by: {{ pg.meta.authors[0] }}

+

Tags: {{ pg.meta.tags }}

+

{{ pg.content | striptags | truncate(150) }}

+
+
+
+{% endfor %} diff --git a/overrides/main.html b/overrides/main.html index 453a153..bd521df 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -43,3 +43,12 @@ {% endblock %} + + +{% block content %} + {% if page and page.meta and page.meta.title != "Home" %} + {{ super() }} + {% else %} + {% include "home.html" %} + {% endif %} +{% endblock %} diff --git a/site/404.html b/site/404.html index d40c56a..b62594f 100644 --- a/site/404.html +++ b/site/404.html @@ -188,11 +188,15 @@ -
  • - - Home - -
  • + + + +
  • + + Home + +
  • + @@ -377,6 +381,27 @@ + +
  • + + + + + + +
  • + + @@ -667,7 +878,7 @@
  • - Test QRCODE Svg in Django + Test QR SVG Django
  • @@ -691,7 +902,7 @@
  • - Xmpp Apt Notifications + XMPP Apt Notification
  • @@ -715,7 +926,7 @@
  • - SENDXMPPHandler for Python Logging + SENDXMPP Handler for Python Logging
  • @@ -727,7 +938,7 @@
  • - Instructions For Tethering From Phone + Instruction For Tethering From Phone
  • @@ -739,7 +950,7 @@
  • - LMDE4 Custom Partitions Disk Encryption + LMDE4 Custom Partitions for Disk Encryption
  • @@ -775,7 +986,7 @@
  • - Clear Linux Encrypted xfs Root + Clear Linux Encrypted XFS Root
  • @@ -799,7 +1010,7 @@
  • - Faster Partitioning With sgdisk + Faster Partitioning with Sgdisk
  • @@ -811,7 +1022,7 @@
  • - LMDE3 xfs Full Disk Encryption + LMDE3 XFS Full Disk Encryption
  • @@ -823,7 +1034,7 @@
  • - Rewrite Hugo Themes Report in Python + Rewrite Hugo Themes Report In Python
  • diff --git a/site/feed_rss_created.xml b/site/feed_rss_created.xml index 7adf037..93931da 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 Fri, 10 Sep 2021 22:25:56 -0000 Fri, 10 Sep 2021 22:25:56 -0000 1440 MkDocs RSS plugin - v0.17.0 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 QRCODE Svg in 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 Notifications 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 <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/ SENDXMPPHandler 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/ Instructions 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 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/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Sat, 11 Sep 2021 03:25:47 -0000 Sat, 11 Sep 2021 03:25:47 -0000 1440 MkDocs RSS plugin - v0.17.0 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/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ Rewrite Hugo Themes Report In Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file diff --git a/site/feed_rss_updated.xml b/site/feed_rss_updated.xml index 0f92011..355136a 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 Fri, 10 Sep 2021 22:25:56 -0000 Fri, 10 Sep 2021 22:25:56 -0000 1440 MkDocs RSS plugin - v0.17.0 LMDE4 Custom Partitions 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/ Fri, 10 Sep 2021 22:25:48 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ 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 QRCODE Svg in 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:26:40 -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 Notifications 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 <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/ SENDXMPPHandler 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 16:51:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/sendxmpp-handler-for-python-logging/ Instructions 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/ Fri, 18 Dec 2020 04:28:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ 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/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ 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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Rewrite Hugo Themes Report in Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file + Trent's BlogTrent's blog of mostly technical documentations.https://blog.trentsonlinedocs.xyz/en Sat, 11 Sep 2021 03:25:47 -0000 Sat, 11 Sep 2021 03:25:47 -0000 1440 MkDocs RSS plugin - v0.17.0 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/ Fri, 10 Sep 2021 22:25:48 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde4-custom-partitions-disk-encryption/ 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:26:40 -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 16:51: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/ Fri, 18 Dec 2020 04:28:57 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/instructions-for-tethering-from-phone/ 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/ Wed, 16 Dec 2020 00:28:41 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/lmde3-xfs-full-disk-encryption/ 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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/faster-partitioning-with-sgdisk/ 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/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/linux-move-cursor-with-keyboard/ Rewrite Hugo Themes Report In Python trent <p>date: 2019-01-25T01:02:57-08:00</p><h2><strong>Ranking Hugo Themes by Stars, Commit Date</strong></h2><p>A while back I was grazing the selfhosted subreddit, and noticed Hugo comin...</p>https://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/rewrite-hugo-themes-report-in-python/ Simplified Raspberry Streaming trent <p>date: 2019-05-12T18:32:55-07:00</p><h2><strong>RaspberryPi is a Great MPD Appliance</strong></h2><p>I’m really pleased with the <a href="https://www.raspberrypi.org/">RaspberryPi</a>{target=_b...</p>https://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ Tue, 15 Dec 2020 08:17:03 -0000Trent's Bloghttps://blog.trentsonlinedocs.xyz/posts/simplified-raspberry-streaming/ \ No newline at end of file diff --git a/site/index.html b/site/index.html index 3839d71..83cd9f6 100644 --- a/site/index.html +++ b/site/index.html @@ -105,11 +105,6 @@
    - - - Skip to content - -
    @@ -199,11 +194,15 @@ -
  • - - Home - -
  • + + + +
  • + + Home + +
  • + @@ -390,55 +389,225 @@ -
  • - - + +
  • - + - - - - + - - -
  • @@ -725,7 +894,7 @@
  • - Test QRCODE Svg in Django + Test QR SVG Django
  • @@ -749,7 +918,7 @@
  • - Xmpp Apt Notifications + XMPP Apt Notification
  • @@ -773,7 +942,7 @@
  • - SENDXMPPHandler for Python Logging + SENDXMPP Handler for Python Logging
  • @@ -785,7 +954,7 @@
  • - Instructions For Tethering From Phone + Instruction For Tethering From Phone
  • @@ -797,7 +966,7 @@
  • - LMDE4 Custom Partitions Disk Encryption + LMDE4 Custom Partitions for Disk Encryption
  • @@ -833,7 +1002,7 @@
  • - Clear Linux Encrypted xfs Root + Clear Linux Encrypted XFS Root
  • @@ -857,7 +1026,7 @@
  • - Faster Partitioning With sgdisk + Faster Partitioning with Sgdisk
  • @@ -869,7 +1038,7 @@
  • - LMDE3 xfs Full Disk Encryption + LMDE3 XFS Full Disk Encryption
  • @@ -881,7 +1050,7 @@
  • - Rewrite Hugo Themes Report in Python + Rewrite Hugo Themes Report In Python
  • @@ -1020,79 +1189,335 @@
    - -
    -
    -
    - - -
    -
    -
    -
    - - -

    Trent's Blog

    - - -

    Posts By Date

    - - - - - + + + + + + + + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + +
    + None +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +

    Trent's Favorite Podcasts

    +

    Created by: trent

    +

    Tags: ['django', 'python', 'linux', 'podcast', 'antennapod', 'history', 'flutter', 'kotlin', 'travel']

    +

    date: 2021-07-23 Introduction Someone asked me 10 years ago what are my favorite podcasts, so here you go. Note that a lot of podcasts tend to...

    +
    +
    +
    + +
    + +

    Test QR SVG Django

    +

    Created by: trent

    +

    Tags: ['django', 'python', 'testing', 'pillow', 'beautifulsoup', 'opencv', 'cairosvg', 'pyotp']

    +

    date: 2021-04-19 Introduction I worked out a solution in django-testing, for testing a view that renders a qrcode as an svg as an inline svg xml...

    +
    +
    +
    + +
    + +

    Prosody Photo Uploads

    +

    Created by: trent

    +

    Tags: ['xmpp', 'prosody', 'debian', 'letsencrypt']

    +

    date: 2021-01-25 Introduction Install prosody on Debian 10 with photoupload, postgresql database, and letsencrypt certs. DNS Log into your dns...

    +
    +
    +
    + +
    + +

    XMPP Apt Notification

    +

    Created by: trent

    +

    Tags: ['apt', 'apt-get', 'prosody', 'debian']

    +

    date: 2021-01-09 Introduction In order to save yourself the work of checking your computer for updates, configure it to send you a weekly...

    +
    +
    +
    + +
    + +

    Apache Virtual Hosts

    +

    Created by: trent

    +

    Tags: ['Apache', 'Virtual Hosts', 'LetsEncrypt', 'Lets Encrypt', 'Reverse Proxy', 'DNS']

    +

    date: 2020-12-20 Use Virtual Hosts This is a very useful way to keep your server organized. Virtual Hosts On Your Lan You can practice on your...

    +
    +
    +
    + +
    + +

    SENDXMPP Handler for Python Logging

    +

    Created by: trent

    +

    Tags: ['Python', 'Logging', 'Flask', 'XMPP', 'SENDXMPP', 'logging.Handler']

    +

    date: 2020-12-19 SENDXMPPHandler for Python Logging app/__init__.py You may be familiar with adding a logging handler to a flask application, with...

    +
    +
    +
    + +
    + +

    Instruction For Tethering From Phone

    +

    Created by: trent

    +

    Tags: ['android', 'tethering']

    +

    date: 2020-12-17 Instructions Part One Turn off blutooth on computer Turn off blutooth on phone Turn off Wifi on phone Part Two Turn on wifi...

    +
    +
    +
    + +
    + +

    LMDE4 Custom Partitions for Disk Encryption

    +

    Created by: trent

    +

    Tags: ['linux-mint', 'disk-encryption']

    +

    date: 2020-12-15 Introduction Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The result is quite...

    +
    +
    +
    + +
    + +

    Linux Move Cursor With Keyboard

    +

    Created by: trent

    +

    Tags: ['X11', 'xdotool', 'cursor', 'keyboard', 'keyboard shortcuts']

    +

    date: 2020-06-21T22:01:35-07:00 Introduction Linux just makes everything so easy. On a laptop it can be tricky to place your mouse cursor on...

    +
    +
    +
    + +
    + +

    Simplified Raspberry Streaming

    +

    Created by: trent

    +

    Tags: ['raspberrypi', 'mpd', 'mp3', 'internet-radio', 'ncmpcpp', 'playlist', 'm3u']

    +

    date: 2019-05-12T18:32:55-07:00 RaspberryPi is a Great MPD Appliance I’m really pleased with the RaspberryPi as an MPD (music player daemon),...

    +
    +
    +
    + +
    + +

    Clear Linux Encrypted XFS Root

    +

    Created by: trent

    +

    Tags: ['xfs', 'clear-linux', 'luks']

    +

    date: 2019-04-13T21:44:37-07:00 Nothing to-it Burger I had intended to create a technical explanation how to install Clear Linux with disk...

    +
    +
    +
    + +
    + +

    Clear Linux Guest Virt Manager

    +

    Created by: trent

    +

    Tags: ['kvm', 'clear-linux', 'qcow2', 'virt-manager', 'parted']

    +

    date: 2019-03-11T01:39:09-07:00 Introduction download, convert, and resize the provided kvm-legacy image create a virtual machine and launch it...

    +
    +
    +
    + +
    + +

    Faster Partitioning with Sgdisk

    +

    Created by: trent

    +

    Tags: ['command-line', 'gdisk', 'partition', 'sgdisk']

    +

    date: 2019-02-11T04:23:52-08:00 Disclaimer If any of this is wrong, let me know so I can fix it. No actual hard drives were harmed in the...

    +
    +
    +
    + +
    + +

    LMDE3 XFS Full Disk Encryption

    +

    Created by: trent

    +

    Tags: ['linux-mint', 'disk-encryption']

    +

    date: 2019-01-25T23:25:36-08:00 Introduction Linux Mint Debian Edition is the alternate version of Linux Mint, but built on a Debian base. The...

    +
    +
    +
    + +
    + +

    Rewrite Hugo Themes Report In Python

    +

    Created by: trent

    +

    Tags: ['python', 'sql', 'sqlalchemy', 'html5', 'hugo-themes']

    +

    date: 2019-01-25T01:02:57-08:00 Ranking Hugo Themes by Stars, Commit Date A while back I was grazing the selfhosted subreddit, and noticed Hugo...

    +
    +
    +
    + + + @@ -1111,13 +1536,13 @@ -