diff --git a/content/Linux Flavour.md b/content/Linux Flavour.md
index f605fb3..e30fb01 100644
--- a/content/Linux Flavour.md
+++ b/content/Linux Flavour.md
@@ -2,6 +2,7 @@ Title: Choosing a Linux Flavour
Date: 2020-10-31
Category: Writing
Summary: A recommendation on which flavour of Linux to run.
+Image: distro1.png
Wide: true
Tags: feed
@@ -21,6 +22,8 @@ When people refer to the "flavour of Linux" they are talking about a Linux distr
The major Linux distros are practically all the same. If you master one it's easy to pick up the others. The main differences you'll run into are which tools you use to install new software, and the desktop environment, which is what all the windows and buttons look like.
+![[distro1.png]]
+
I recommend two Linux distros, Debian and Ubuntu. Ubuntu is based off of Debian, so they are very similar.
## Pros of Debian
diff --git a/content/media/distro1.png b/content/media/distro1.png
new file mode 100644
index 0000000..3ad9a89
Binary files /dev/null and b/content/media/distro1.png differ
diff --git a/content/media/t0services1.svg b/content/media/t0services1.svg
new file mode 100644
index 0000000..8513e36
--- /dev/null
+++ b/content/media/t0services1.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/content/media/t0txt1.png b/content/media/t0txt1.png
new file mode 100644
index 0000000..3ef8928
Binary files /dev/null and b/content/media/t0txt1.png differ
diff --git a/content/t0 Services.md b/content/t0 Services.md
index 5625b2d..3413ef2 100644
--- a/content/t0 Services.md
+++ b/content/t0 Services.md
@@ -2,8 +2,8 @@ Title: t-zero Services
Date: 2022-05-27
Category: Writing
Summary: A list of minimal microservices on my t0.vc domain.
+Image: t0services1.svg
Wide: true
-Short: 6
Tags: feed
The t-zero Services are a collection of minimalist microservices that I host on my t0.vc domain. The letter "t" meaning me, and "0" meaning small. They're all meant to do exactly one thing reliably and stay online for as long as I can host them.
@@ -13,6 +13,8 @@ The smallest t-zero is the main domain itself at [t0.vc](https://t0.vc) and it s
The rest of the t-zero services are hosted on its subdomains.
+![[t0services1.svg]]
+
## t0txt
The second t-zero I wrote was [[t0txt]], a pastebin that is compatible with the command line and `curl`. This allows me to very easily pipe text data into it and immediately get a URL that I can share. I copied the idea from [sprunge.us](http://sprunge.us/) which kept going down because he'd forget to pay his Google Cloud bill.
diff --git a/content/t0txt.md b/content/t0txt.md
index 635b23b..fe5fa79 100644
--- a/content/t0txt.md
+++ b/content/t0txt.md
@@ -2,12 +2,15 @@ Title: t0txt
Date: 2022-05-15
Category: Projects
Summary: Minimal command line pastebin. Allows you to upload text notes from a bash pipe or web browser.
+Image: t0txt1.png
Tags: feed
[t0txt](https://txt.t0.vc) is a minimalist pastebin. You can upload text notes from the command line by using a bash alias or by submitting text through the web form.
You can find the [source code](https://github.com/tannercollin/t0txt) on Github.
+![[t0txt1.png]]
+
The pastes you upload take the form of [txt.t0.vc/IMLV](https://txt.t0.vc/IMLV), where they are identified by four unique capital letters. This makes it easy to memorize the URL while moving it between devices.
I wrote t0txt in July 2019 and plan to continue hosting it indefinitely. I use it quite often for sysadmin and automation work, so I'm committed to keeping it alive. Here's an example use case:
diff --git a/misc/distro-diagram.drawio b/misc/distro-diagram.drawio
new file mode 100644
index 0000000..a270809
--- /dev/null
+++ b/misc/distro-diagram.drawio
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/misc/t0-services-diagram.drawio b/misc/t0-services-diagram.drawio
new file mode 100644
index 0000000..3336979
--- /dev/null
+++ b/misc/t0-services-diagram.drawio
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+