diff options
Diffstat (limited to '.md')
-rw-r--r-- | .md/about/faq.md | 4 | ||||
-rw-r--r-- | .md/tutorials/how-to-make-this-site.md | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/.md/about/faq.md b/.md/about/faq.md index bd022e8..99cb5c8 100644 --- a/.md/about/faq.md +++ b/.md/about/faq.md @@ -18,7 +18,7 @@ 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. -- *Why OpenBSD*? +- *Why OpenBSD?* Honestly, I though the fish was cool. @@ -32,6 +32,8 @@ 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. +For what it's worth, I use Debian sid for a daily driver. + - *Why bother making your site from scratch? It looks like crap* Eh. I feel like if what I say isn't interesting, prettying it up won't diff --git a/.md/tutorials/how-to-make-this-site.md b/.md/tutorials/how-to-make-this-site.md index 7514ad6..fcfa1c6 100644 --- a/.md/tutorials/how-to-make-this-site.md +++ b/.md/tutorials/how-to-make-this-site.md @@ -169,16 +169,16 @@ it with your friends. Watch in horror as they access all the files in the directory you launched the server! ## How can make this server available on the Internet *cheaply* and *independently* - -*TL;DR Expense scales with independence. It's possible to become your own +<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 ([this guy](https://hackaday.com/2018/09/20/one-mans-journey-to-become-his-own-isp/) did it apparently, and so did [Null](https://en.wikipedia.org/wiki/Kiwi_Farms)) -Most likely you'll want to rent someone else's server, usually a VPS.* - +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 |