From 34273e9053037ef0de7767eec6a070615cbb4cb6 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 2 Nov 2021 00:05:08 -0400 Subject: Add more refs to first tutorial. Fix sub bullets --- tutorials/how-to-make-this-site.html | 63 ++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 6 deletions(-) (limited to 'tutorials/how-to-make-this-site.html') diff --git a/tutorials/how-to-make-this-site.html b/tutorials/how-to-make-this-site.html index 6b16afa..64d52e6 100644 --- a/tutorials/how-to-make-this-site.html +++ b/tutorials/how-to-make-this-site.html @@ -110,12 +110,16 @@

The actual business of domain names is complicated and not something I understand all that well. But setting up a domain name to point to an IP address is typically easy, once you've chosen a domain registrar (just search that online and you'll find a ton) and name you like. Be aware that shorter names are rarer and usually more expensive and different TLDs (like ".net" and ".io") will be priced differently.

Once you have a domain name, you'll need to set up a DNS record. Again, this varies a bit based on the provider, but all will have some kind of text input of API where you can edit DNS records. You'll want to make two records

The reason for the second record is in case you want to set subdomains on the same IP address like "git.mjfer.net".

Wait a few minutes for the DNS servers to update and you should now be able access your server by name.

@@ -132,3 +136,50 @@
  • https://googiehost.com/blog/create-your-own-server-at-home-for-web-hosting/
  • https://en.wikipedia.org/wiki/ICANN
  • +

    Terms of service for certain ISPs

    +

    There's always more ISPs out there, but I went the one's I'm most familiar with in my area. I'll probably expand this as I go, let me know if there are important ones in your area worth listing here for others.

    +

    Verizon

    + +

    Optimum

    + +

    Spectrum

    + +

    AT&T

    + +

    Cox Communications

    + -- cgit v1.2.3