diff options
author | mjfernez <mjf@mjfer.net> | 2021-10-29 19:19:15 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-10-29 19:19:15 -0400 |
commit | b49f2d2131c87c9d0e8b0eae4fc580fd9efc6832 (patch) | |
tree | d31d3243034ff2e663c5f44f55510b45a5317da5 /tutorials/how-to-make-this-site.html | |
parent | abf4347b277c4eb35e6e25371da130ea5e54a5d9 (diff) | |
download | site-files-b49f2d2131c87c9d0e8b0eae4fc580fd9efc6832.tar.gz |
Missed an s
Diffstat (limited to 'tutorials/how-to-make-this-site.html')
-rw-r--r-- | tutorials/how-to-make-this-site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html index 8469fbd..5366907 100644 --- a/tutorials/how-to-make-this-site.html +++ b/tutorials/how-to-make-this-site.html @@ -87,7 +87,7 @@ <p>In addition to hosting code repositories, you can host small sites on github for mostly free. I've never used it, but I definitely would if I needed something like a small wiki.</p> <p>But once you have stuff to share, how do you keep this stuff online?</p> <h3 id="can-i-run-a-web-server-at-home">Can I run a web server at home</h3> -<p>Technically yes, but practically probably not. At least not at a lot of extra cost to you. If you do want to host a small thing at home, like some text or some cat pics, a <a href="/site/tutorial/how-to-host-a-tor-hidden-service.html">tor hidden service</a> is a great option.</p> +<p>Technically yes, but practically probably not. At least not at a lot of extra cost to you. If you do want to host a small thing at home, like some text or some cat pics, a <a href="/site/tutorials/how-to-host-a-tor-hidden-service.html">tor hidden service</a> is a great option.</p> <p>I spent a lot of time searching on this (you can find a full list of references at the bottom), and I've even tested a little bit by hosting game servers and web projects for code jams, but the problem is twofold. First, if you are in the United States and not a business, you probably have a standard plan with one of the major ISPs (Verizon, Optimum, etc.). This limits you in a few ways.</p> <ul> <li><p>Your bandwidth is limited, which limits the amount of people you can serve at one time <em>and</em> the rate you can transfer data to them. Think laggy games and videos that take 10 years to download.</p></li> |