Blog/2023

From lathama
Jump to navigation Jump to search

2023-11-16

  • lathama.com moved to namesilo, that is all domains done
  • Will check on the certbot issuse in a few days

2023-11-06

  • Emails bouncing to some mailing lists like ISC, need to unsubscribe if I can not post
  • Lathama.com transfer will be in a few days
$ date -d "2001-09-14T20:58:49Z+60 days"
Tue Nov 13 01:58:49 PM MST 2001
  • Need to check certbot for revoking domains I canceled

2023-10-29

2023-10-24


2023-10-16

  • Played with some docker ideas but will leave Tech/Basics/Container alone and not over complicate matters
  • found an old CherryPy UI I made years ago, going to see what is new in CherryPy land
  • Think I am ready to upgrade the OS on cloudy soon

2023-10-09

  • Router user name and password documentation figured out, found a label maker I got at an auction that can do upper and lower case
  • Got a TP Link WR940N at auction for $1, firmware upgraded and documented as a spare for lab work

2023-10-06

  • Domains to move is just down to lathama.com which is at sav.com until the lockout for transfer is up
  • Desktop upgraded to bookworm and moved upstairs
  • so many things to do, picking some off the pile
    • subdomain entries for hosts on lathama.net
    • add user/pass labels to routers

2023-09-27

  • Initiate transfer of lathama.net to namesilo from Google Domains
    • Transfer complete
    • Email forwarding setup
    • all subdomains did not automatically transfer so I will review
    • Google NS records had a 6h TTL so will have to wait
    • Late afternoon NS has switched and good to go
$ dig +short lathama.net NS | xargs -I x dig +noall +answer +ttlid lathama.net AAAA @x
lathama.net.            7207    IN      AAAA    2600:3c00::f03c:91ff:fed1:fe55
lathama.net.            7207    IN      AAAA    2600:3c00::f03c:91ff:fed1:fe55
lathama.net.            7207    IN      AAAA    2600:3c00::f03c:91ff:fed1:fe55
  • delete/giveup lathama.us, jeh.gallery, stubborn.family
  • note that lathama.com and gringomalvado.com are not moved to namesilo yet as transfers have a 60 day timeout
    • gringomalvado.com should transfer automatically on 2023-09-30 and the transfer is already paid for
Lazy notes for future me
dig +short lathama.net NS | xargs -I x dig +noall +answer +ttlid lathama.net AAAA @x
dig +short lathama.net NS | xargs -I x dig +noall +answer +ttlid lathama.net A @x
dig +short lathama.net NS | xargs -I x dig +noall +answer +ttlid www.lathama.net CNAME @x
dig +short gringomalvado.com NS | xargs -I x dig +noall +answer +ttlid gringomalvado.com AAAA @x
dig +short gringomalvado.com NS | xargs -I x dig +noall +answer +ttlid gringomalvado.com A @x
dig +short gringomalvado.com NS | xargs -I x dig +noall +answer +ttlid www.gringomalvado.com CNAME @x
dig +short lathama.org NS | xargs -I x dig +noall +answer +ttlid lathama.org AAAA @x
dig +short lathama.org NS | xargs -I x dig +noall +answer +ttlid lathama.org A @x
dig +short lathama.org NS | xargs -I x dig +noall +answer +ttlid www.lathama.org CNAME @x
dig +short lathama.com NS | xargs -I x dig +noall +answer +ttlid lathama.com AAAA @x
dig +short lathama.com NS | xargs -I x dig +noall +answer +ttlid lathama.com A @x
dig +short lathama.com NS | xargs -I x dig +noall +answer +ttlid www.lathama.com CNAME @x

2023-09-24

  • Auction pickup then back to domains
  • Making Infrastructure/ToDo to work on
  • Should write up a DNS howto for large anycast setups as I guess my knowledge is still unique

2023-09-21

  • Disabling DNSSEC on rest of domains for transition from Google Domains to NameSilo
    • Noting that NameSilo copies all records including DS records when transferring which cause issues.
    • stubborn.family, lathama.us, lathama.net, jeh.gallery have:
      • auto renew off
      • are unlocked
      • dnssec turned off (UI says it will take until 2023-09-23 to take effect)
  • Lets encrypt certbot and apache configs for lathama.us, jeh.gallery, and stubborn.family removed
systemctl status certbot
● certbot.service - Certbot
     Loaded: loaded (/lib/systemd/system/certbot.service; static)
     Active: inactive (dead) since Thu 2023-09-21 16:38:56 UTC; 15min ago
TriggeredBy: ● certbot.timer
       Docs: file:///usr/share/doc/python-certbot-doc/html/index.html
             https://certbot.eff.org/docs
    Process: 670940 ExecStart=/usr/bin/certbot -q renew (code=exited, status=0/SUCCESS)
   Main PID: 670940 (code=exited, status=0/SUCCESS)
        CPU: 1.328s

Sep 21 16:38:54 cloudy01.lathama.net systemd[1]: Starting Certbot...
Sep 21 16:38:56 cloudy01.lathama.net systemd[1]: certbot.service: Succeeded.
Sep 21 16:38:56 cloudy01.lathama.net systemd[1]: Finished Certbot.
Sep 21 16:38:56 cloudy01.lathama.net systemd[1]: certbot.service: Consumed 1.328s CPU time.

2023-09-20

  • Still frustrated over the Great 2023 Registrar Search
  • Took a load of donations to Habitat for Humanity
  • Worked on some issues with IAC related to the Debian version change
    • update-grub2 is still confusing me