User Tools

Site Tools


berkeleylug:digital_resources

This is an old revision of the document!


Digital Resources

(assets) of:
BerkeleyLUG

Domains:
berkeleylug.com (primary) registrant/owner: Jack Deslippe - (transfer requested 2019-02-28)
berkeleylug.org (alternate - redirects(?) to primary - we may let this one expire, etc. Registry Expiry Date: 2019-05-17T04:39:28) registrant/owner: Jack Deslippe (transfer requested 2019-02-28)

Known (and probably all) DNS:
$ TZ=GMT0 date -Iseconds && (for d in berkeleylug.com. berkeleylug.org.; do NS=$(dig +short "$d" NS | sort -R | head -n 1); n=$(dig +short "$NS" A "$NS" AAAA | sort -R | head -n 1); for s in '' calendar. docs. mail. sites. '*.' www.; do for t in A AAAA CNAME SOA NS MX TXT SPF ANY; do dig @"$n" +norecurse +noall +answer "$s$d"  "$t"; done; done; done) | grep '^[^      ]*[Bb][Ee][Rr][Kk][Ee][Ll][Ee][Yy][Ll][Uu][Gg]\.' | sort -u
2019-03-01T04:45:46+00:00
*.berkeleylug.com.      14400   IN      CNAME   berkeleylug.com.
berkeleylug.com.        14400   IN      MX      10 aspmx.l.google.com.
berkeleylug.com.        14400   IN      MX      20 alt1.aspmx.l.google.com.
berkeleylug.com.        14400   IN      MX      30 alt2.aspmx.l.google.com.
berkeleylug.com.        14400   IN      MX      40 aspmx2.googlemail.com.
berkeleylug.com.        14400   IN      MX      50 aspmx3.googlemail.com.
berkeleylug.com.        21600   IN      NS      ns-cloud-a1.googledomains.com.
berkeleylug.com.        21600   IN      NS      ns-cloud-a2.googledomains.com.
berkeleylug.com.        21600   IN      NS      ns-cloud-a3.googledomains.com.
berkeleylug.com.        21600   IN      NS      ns-cloud-a4.googledomains.com.
berkeleylug.com.        21600   IN      SOA     ns-cloud-a1.googledomains.com. cloud-dns-hostmaster.google.com. 1 21600 3600 1209600 300
berkeleylug.com.        300     IN      A       192.0.78.24
berkeleylug.com.        300     IN      A       192.0.78.25
berkeleylug.org.        21600   IN      NS      ns-cloud-b1.googledomains.com.
berkeleylug.org.        21600   IN      NS      ns-cloud-b2.googledomains.com.
berkeleylug.org.        21600   IN      NS      ns-cloud-b3.googledomains.com.
berkeleylug.org.        21600   IN      NS      ns-cloud-b4.googledomains.com.
berkeleylug.org.        21600   IN      SOA     ns-cloud-b1.googledomains.com. dns-admin.google.com. 7 21600 3600 1209600 300
berkeleylug.org.        3600    IN      A       216.239.32.21
berkeleylug.org.        3600    IN      A       216.239.34.21
berkeleylug.org.        3600    IN      A       216.239.36.21
berkeleylug.org.        3600    IN      A       216.239.38.21
berkeleylug.org.        3600    IN      AAAA    2001:4860:4802:32::15
berkeleylug.org.        3600    IN      AAAA    2001:4860:4802:34::15
berkeleylug.org.        3600    IN      AAAA    2001:4860:4802:36::15
berkeleylug.org.        3600    IN      AAAA    2001:4860:4802:38::15
calendar.berkeleylug.com. 3600  IN      CNAME   ghs.googlehosted.com.
docs.berkeleylug.com.   3600    IN      CNAME   ghs.googlehosted.com.
mail.berkeleylug.com.   3600    IN      CNAME   ghs.googlehosted.com.
sites.berkeleylug.com.  3600    IN      CNAME   ghs.googlehosted.com.
www.berkeleylug.com.    14400   IN      CNAME   berkeleylug.com.
www.berkeleylug.org.    3600    IN      CNAME   ghs.googlehosted.com.
$ 

.org not primary:
$ curl -I http://berkeleylug.org/ 2>&1 | grep -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/1.1 302 Found
Location: http://berkeleylug.com
$ curl -I http://www.berkeleylug.org/ 2>&1 | grep -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/1.1 302 Found
Location: http://berkeleylug.com
$ curl -I https://berkeleylug.org/ 2>&1 | grep -e '^HTTP/' -e '^Location: ' -e '^curl:'
curl: (35) Unknown SSL protocol error in connection to berkeleylug.org:443 
$ curl -I https://www.berkeleylug.org/ 2>&1 | grep -e '^HTTP/' -e '^Location: ' -e '^curl:'
curl: (35) Unknown SSL protocol error in connection to www.berkeleylug.org:443 
$ 
@berkeleylug.org does not accept email (no MX, A/AAAA times out on TCP port 25 even from known good email sender IP)

canonical/primary is: https://berkeleylug.com/
$ curl -I http://berkeleylug.com/ 2>&1 | grep -i -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/1.1 301 Moved Permanently
Location: https://berkeleylug.com/
$ curl -I http://www.berkeleylug.com/ 2>&1 | grep -i -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/1.1 301 Moved Permanently
Location: https://www.berkeleylug.com/
$ curl -I https://www.berkeleylug.com/ 2>&1 | grep -i -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/2 301 
location: https://berkeleylug.com/
$ curl -I https://berkeleylug.com/ 2>&1 | grep -i -e '^HTTP/' -e '^Location: ' -e '^curl:'
HTTP/2 200 
$ 

(separate) Web certs only* cover berkeleylug.com and www.berkeleylug.com - nothing else*
$ nmap -Pn -r -sT -p 443 --script=ssl-cert berkeleylug.com www.berkeleylug.com | perl -e 'while(<>){print if /Not valid after: /o; if(/^\| Subject Alternative Name: /){chomp; s/DNS:(?:(?i)(?![^, ]*berkeleylug\.))[^, ]+(?:, |$)//go; s/, ?$//o; print "$_\n";};};'
| Subject Alternative Name: DNS:berkeleylug.com
| Not valid after:  2019-04-28T02:29:40
| Subject Alternative Name: DNS:www.berkeleylug.com
| Not valid after:  2019-03-31T15:21:16
$ 
*ignoring domains that WordPress.com lumps in there that aren't at all BerkeleyLUG

web site managed via: http://berkeleylug.wordpress.com/
Looks like the WordPress.com hosting is likely presently the $4.00/month billed yearly plan, notably includes:
custom domain
Remove WordPress.com Ads
Whereas the free tier doesn't include those "features"
See: https://wordpress.com/pricing/
export/import, see: https://move.wordpress.com/exportimport-content/ (2019-02-28 - Michael Paoli verified his access to export, and exported and saved (backup!))

"List" / Google Group: https://groups.google.com/forum/#!forum/berkeleylug
Owners: Jack Deslippe, admin@berkeleylug.com, Michael Paoli, Aaron Cohen, Grant Bowman (@gmail.com)
Managers: Grant Bowman (@berkeleylug.com)

IRC: freenode.net:6697 #berkeleylug ChanServ: grantbow (Grant Bowman)

BerkeleyLUG calendar on Google calendars:
https://calendar.google.com/calendar/embed?src=0eeqsdloeuvb2vbc2k0gk3ij9s%40group.calendar.google.com&ctz=America%2FLos_Angeles
Acccess: Make changes and manage sharing:
Jack Deslippe
Michael Paoli
Grant Bowman
Not that this calendar mostly only exists for historical purposes, and has mostly been superseded by:
SF Bay Area Open Source/Linux Events https://calendar.google.com/calendar/embed?src=caj9iea2ol69b7n2uqdek4ocso%40group.calendar.google.com&ctz=America%2FLos_Angeles
Which Michael Paoli (and many other folks) have access to Make changes to events.

Fosstodon instance on Mastodon
https://fosstodon.org/@berkeleylug
Creator and owner: Aaron Cohen

Twitter(?):
https://twitter.com/berkeleylug
https://berkeleylug.com/2013/08/23/wordpress/#comment-1884
(likely Grant Bowman has access/control on the Twitter bits)

Facebook (Jack and/or Grant)
berkeleylug/digital_resources.1551419780.txt.bz2 · Last modified: 2019-03-01T05:56:20+0000 by michael_paoli