summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--about/faq.html3
-rw-r--r--tutorials/how-to-make-this-site.html5
2 files changed, 4 insertions, 4 deletions
diff --git a/about/faq.html b/about/faq.html
index f09659e..b724891 100644
--- a/about/faq.html
+++ b/about/faq.html
@@ -10,12 +10,13 @@
</ul>
<p>Neovim more lately, but yeah other than large projects, I prefer using vim for editing. Mostly because it's easy to edit consistently across servers and because I just spend so much of my time in the terminal lately that I'm used to it.</p>
<ul>
-<li><em>Why OpenBSD</em>?</li>
+<li><em>Why OpenBSD?</em></li>
</ul>
<p>Honestly, I though the fish was cool.</p>
<p><img src="/static/puffy.gif" /></p>
<p>I don't know the artist of that one unfortunately, I just found it on a forum.</p>
<p>Besides I've installed Debian lots of times so I figured, why not try something different? It's pretty cool as a server OS. Just a lot of homework. I'm sure it's good as a desktop/laptop one too, but it's not different enough for me to move all my data.</p>
+<p>For what it's worth, I use Debian sid for a daily driver.</p>
<ul>
<li><em>Why bother making your site from scratch? It looks like crap</em></li>
</ul>
diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html
index 5b7160f..e11bc79 100644
--- a/tutorials/how-to-make-this-site.html
+++ b/tutorials/how-to-make-this-site.html
@@ -66,9 +66,8 @@
<p>The device "enp7s0" is my Ethernet adapter (starts with an 'e') and my current local ip address for the device is shown. If you use wifi, it will likely start with a "wl."</p>
<p>Now get your <em>public</em> ip address at this site https://who.is/ and share it with your friends. Watch in horror as they access all the files in the directory you launched the server!</p>
<h2 id="how-can-make-this-server-available-on-the-internet-cheaply-and-independently">How can make this server available on the Internet <em>cheaply</em> and <em>independently</em></h2>
-<p>*TL;DR Expense scales with independence. It's possible to become your own service provider, get IP addresses from ICANN, your own hardware to host it, to host your cat pics; but it's also a lot of time, work and money to do all that (<a href="https://hackaday.com/2018/09/20/one-mans-journey-to-become-his-own-isp/">this guy</a> did it apparently, and so did <a href="https://en.wikipedia.org/wiki/Kiwi_Farms">Null</a>)</p>
-<p>Most likely you'll want to rent someone else's server, usually a VPS.*</p>
-<p>Once you understand the basic installation above, you can now populate your site with content just by adding HTML files to your web directory. You can use an HTML editor to write these, or you can download a full content management system to help you. Here are some options I know about:</p>
+<p><i> TL;DR Expense scales with independence. It's possible to become your own service provider, get IP addresses from ICANN, your own hardware to host it, to host your cat pics; but it's also a lot of time, work and money to do all that (<a href="https://hackaday.com/2018/09/20/one-mans-journey-to-become-his-own-isp/">this guy</a> did it apparently, and so did <a href="https://en.wikipedia.org/wiki/Kiwi_Farms">Null</a>)</p>
+<p>Most likely you'll want to rent someone else's server, usually a VPS. </i> Once you understand the basic installation above, you can now populate your site with content just by adding HTML files to your web directory. You can use an HTML editor to write these, or you can download a full content management system to help you. Here are some options I know about:</p>
<ul>
<li><strong>You can just write the damn HTML and use apache or nginx</strong></li>
</ul>