berkeleylug:digital_resources
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
berkeleylug:digital_resources [2019-03-29T14:13:04+0000] – various updated information (mostly) on DNS & certs michael_paoli | berkeleylug:digital_resources [2020-05-18T11:31:53+0000] (current) – michael_paoli | ||
---|---|---|---|
Line 5: | Line 5: | ||
Domains: | Domains: | ||
berkeleylug.com (primary) registrant/ | berkeleylug.com (primary) registrant/ | ||
- | berkeleylug.org (alternate | + | former domain (expired): |
DNS: | DNS: | ||
- | $ TZ=GMT0 date -Iseconds && (dig @ns0.berkeleylug.org. +noall +norecurse +answer berkeleylug.org. AXFR; for d in berkeleylug.com. ; do NS=$(dig +short " | + | berkeleylug.com (canonical) and berkelelylug.org - data is publicly accessible via AXFR from one or more of the public authoritative nameservers. |
- | 2019-03-29T13:42:45+00:00 | + | |
- | *.berkeleylug.com. 14400 | + | |
- | berkeleylug.com. | + | Was WordPress.com hosted - per earlier communcations, |
- | berkeleylug.com. 14400 | + | The migration happened / was completed around |
- | berkeleylug.com. | + | |
- | berkeleylug.com. | + | Migration process went approximately like this (this is outline that was developed and used for the process): |
- | berkeleylug.com. | + | https://berkeleylug.com/ WordPress export/ |
- | berkeleylug.com. | + | o create export(s) as (partial) backups |
- | berkeleylug.com. | + | o import looses mtimes from media (" |
- | berkeleylug.com. | + | o the one unattached media: https://berkeleylug.files.wordpress.com/ |
- | berkeleylug.com. | + | o snag and save the above |
- | berkeleylug.com. 21600 | + | o after import, add it to the uploads |
- | berkeleylug.com. | + | o set up new/target site infrastructure (suitable for import, hosting, etc.) |
- | berkeleylug.com. | + | o drop DNS TTLs suitably in advance to ease transition and speed thereof |
- | berkeleylug.org. | + | o the following (at least) twice, once from " |
- | berkeleylug.org. | + | o only once steps: |
- | berkeleylug.org. | + | o set up web server redirect for http[s]:// |
- | berkeleylug.org. | + | o only " |
- | berkeleylug.org. | + | |
- | berkeleylug.org. | + | |
- | berkeleylug.org. | + | |
- | berkeleylug.org. | + | o set (local) timezone |
- | berkeleylug.org. | + | o Users: set email addresses & names (where applicable) as before, reset passwords & send (or send reset links) |
- | berkeleylug.org. | + | o post migration to final new, optionally(? |
- | calendar.berkeleylug.com. 3600 IN CNAME | + | o disable temporary(/ |
- | docs.berkeleylug.com. | + | o (re)initialize target location |
- | mail.berkeleylug.com. | + | o reinitialized database |
- | ns0.berkeleylug.org. | + | o edit config file for proper directory location for site name |
- | ns0.berkeleylug.org. | + | o wipe any relevant content (empty uploads) |
- | sites.berkeleylug.com. | + | o set up only one user, and as Administrator, |
- | temp.berkeleylug.com. | + | o delete any default content created there (e.g. sample page, post, comment) |
- | temp.berkeleylug.com. | + | o import |
- | www.berkeleylug.com. | + | o for all authors from export, create users on import, with same login name and assigning authorship to same login names |
- | www.berkeleylug.org. | + | o check box to download media |
- | www.berkeleylug.org. 3600 IN AAAA 2001: | + | o as feasible, match configuration/ |
- | $ | + | o theme --> Nucleare |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | o Add Widget: Text, and move to top with content: Note - Blog posts are written by BerkeleyLUG members of various backgrounds, | ||
+ | | ||
+ | | ||
+ | | ||
+ | o Attempt to notify any blogs linked to from the article | ||
+ | o Allow link notifications from other blogs (pingbacks and trackbacks) on new articles | ||
+ | o Comment author must fill out name and email | ||
+ | | ||
+ | o Users must be registered and logged in to comment | ||
+ | o Break comments into pages with 50 top level comments per page and the last page displayed by default | ||
+ | o robots.txt - enable on berkeleylug.com, disable (searches/ | ||
.org not primary, redirector in place: | .org not primary, redirector in place: | ||
Line 97: | Line 114: | ||
Location: https:// | Location: https:// | ||
$ | $ | ||
+ | |||
@berkeleylug.org neither accepts nor sends email (no MX, A/AAAA on TCP port 25 rejects connection or rejects SMTP attempts to domain, SPF - none sends, hard fail all: | @berkeleylug.org neither accepts nor sends email (no MX, A/AAAA on TCP port 25 rejects connection or rejects SMTP attempts to domain, SPF - none sends, hard fail all: | ||
berkeleylug.org. IN SPF " | berkeleylug.org. IN SPF " | ||
Line 108: | Line 126: | ||
$ curl -I http:// | $ curl -I http:// | ||
HTTP/1.1 301 Moved Permanently | HTTP/1.1 301 Moved Permanently | ||
- | Location: https://www.berkeleylug.com/ | + | Location: https:// |
$ curl -I https:// | $ curl -I https:// | ||
- | HTTP/2 301 | + | HTTP/1.1 301 Moved Permanently |
- | location: https:// | + | Location: https:// |
$ curl -I https:// | $ curl -I https:// | ||
- | HTTP/2 200 | + | HTTP/1.1 200 OK |
$ | $ | ||
TLS(/" | TLS(/" | ||
- | $ nmap -Pn -r -sT -p 443 --script=ssl-cert | + | $ nmap -Pn -r -sT -p 443 --script=ssl-cert berkeleylug.com www.berkeleylug.com |
- | | Subject Alternative Name: DNS: | + | | Subject Alternative Name: DNS:*.berkeleylug.com, DNS: |
- | | Not valid after: | + | | Not valid after: |
- | | Subject Alternative Name: DNS:www.berkeleylug.com | + | | Subject Alternative Name: DNS:*.berkeleylug.com, DNS: |
- | | Not valid after: | + | | Not valid after: |
$ | $ | ||
- | *ignoring domains that WordPress.com lumps in there that aren't at all BerkeleyLUG | ||
- | ######################################################################## | + | $ </ |
- | various bits to test on temp.berkeleylug.com - to presumably later be | + | Not After : Nov 6 09:56:55 2019 GMT |
- | berkeleylug.com, | + | X509v3 Subject Alternative Name: |
- | Created key and obtained (non-Google) CA signed cert also covering: | + | DNS: |
- | *.berkeleylug.com, | + | $ |
- | ... install the newer cert for SMTP (will likely end up needed for at | + | |
- | least postmaster@berkeleylug.com, | + | |
- | user password resets, etc. | + | |
- | # pwd -P | + | |
- | / | + | |
- | # ls -ld tls_c*.pem | + | |
- | lrwxrwxrwx 1 root root 53 Sep 17 2017 tls_certificate_private.pem -> ../ | + | |
- | lrwxrwxrwx 1 root root 55 Sep 17 2017 tls_certificate_public.pem -> ../ | + | |
- | # ln -sf ../ | + | |
- | # ln -sf ../ | + | |
- | # ls -lLd tls_c*.pem | + | |
- | -r--r----- 1 root Debian-exim 3272 Mar 8 19:03 tls_certificate_private.pem | + | |
- | -r--r--r-- 1 root root 4033 Mar 8 19:08 tls_certificate_public.pem | + | |
- | # systemctl reload exim4.service | + | |
- | # | + | |
- | $ </ | + | |
- | Not After : Jun 7 02:07:58 2019 GMT | + | |
- | X509v3 Subject Alternative Name: | + | |
- | DNS: | + | |
- | $ | + | |
Also installed on https:// | Also installed on https:// | ||
$ (TZ=GMT0 export TZ; hosts=' | $ (TZ=GMT0 export TZ; hosts=' | ||
Line 155: | Line 152: | ||
PORT STATE SERVICE | PORT STATE SERVICE | ||
443/tcp open https | 443/tcp open https | ||
- | | Subject Alternative Name: DNS: | + | | Subject Alternative Name: DNS: |
- | | Not valid after: | + | | Not valid after: |
Nmap scan report for berkeleylug.org (198.144.194.238) | Nmap scan report for berkeleylug.org (198.144.194.238) | ||
PORT STATE SERVICE | PORT STATE SERVICE | ||
443/tcp open https | 443/tcp open https | ||
- | | Subject Alternative Name: DNS: | + | | Subject Alternative Name: DNS: |
- | | Not valid after: | + | | Not valid after: |
Nmap scan report for www.berkeleylug.org (2001: | Nmap scan report for www.berkeleylug.org (2001: | ||
PORT STATE SERVICE | PORT STATE SERVICE | ||
443/tcp open https | 443/tcp open https | ||
- | | Subject Alternative Name: DNS: | + | | Subject Alternative Name: DNS: |
- | | Not valid after: | + | | Not valid after: |
Nmap scan report for berkeleylug.org (2001: | Nmap scan report for berkeleylug.org (2001: | ||
PORT STATE SERVICE | PORT STATE SERVICE | ||
443/tcp open https | 443/tcp open https | ||
- | | Subject Alternative Name: DNS: | + | | Subject Alternative Name: DNS: |
- | | Not valid after: | + | | Not valid after: |
- | $ | + | $ |
######################################################################## | ######################################################################## | ||
robots.txt: | robots.txt: | ||
- | $ TZ=GMT0 date -Iseconds && curl -s https:// | + | $ TZ=GMT0 date -Iseconds && |
- | 2019-03-05T15: | + | 2019-09-19T03:55:09+00:00 |
- | # If you are regularly crawling WordPress.com sites, please use our firehose to receive real-time push updates instead. | + | + curl -s https:// |
- | # Please see https://developer.wordpress.com/ | + | |
- | + | ||
- | Sitemap: https:// | + | |
- | Sitemap: | + | |
User-agent: * | User-agent: * | ||
Disallow: /wp-admin/ | Disallow: /wp-admin/ | ||
Allow: / | Allow: / | ||
- | Disallow: /wp-login.php | + | + curl -s https://berkeleylug.wordpress.com/robots.txt |
- | Disallow: /wp-signup.php | + | User-agent: * |
- | Disallow: | + | Disallow: / |
- | Disallow: | + | |
- | Disallow: / | + | |
- | Disallow: /cgi-bin/ | + | |
- | Disallow: /mshots/v1/ | + | |
- | Disallow: | + | |
- | Disallow: /public.api/ | + | |
- | # This file was generated on Mon, 19 Nov 2018 07:12:09 +0000 | + | # This file was generated on Tue, 03 Sep 2019 00:02:23 +0000 |
$ | $ | ||
- | web site managed via: http:// | + | (new/ |
- | Looks like the WordPress.com hosting is likely presently the $4.00/month billed yearly plan, notably includes: | + | https:// |
+ | |||
+ | old/" | ||
+ | Looks like the WordPress.com hosting is likely presently the $4.00/month billed yearly plan | ||
+ | (looks like it has been prepaid and presently expires 2020-04-07: " | ||
+ | notably includes: | ||
custom domain | custom domain | ||
Remove WordPress.com Ads | Remove WordPress.com Ads | ||
Line 220: | Line 211: | ||
Michael Paoli | Michael Paoli | ||
Grant Bowman | Grant Bowman | ||
- | Not that this calendar mostly only exists for historical purposes, and has mostly been superseded by: | + | Note that this calendar mostly only exists for historical purposes, and has mostly been superseded by: |
SF Bay Area Open Source/ | SF Bay Area Open Source/ | ||
- | Which Michael Paoli (and many other folks) have access to Make changes to events. | + | Which Michael Paoli (and many other folks) have access to make changes to events. |
Fosstodon instance on Mastodon | Fosstodon instance on Mastodon |
berkeleylug/digital_resources.1553868784.txt.bz2 · Last modified: 2019-03-29T14:13:04+0000 by michael_paoli