This NBN Modem Routers ISP Settings says Dodo settings are:
Protocol: PPPoE VLAN ID: 100 MTU: auto or 1492 login: Dodo provided username/password RSP Supplied equipment auto configures
Good to know!
This NBN Modem Routers ISP Settings says Dodo settings are:
Protocol: PPPoE VLAN ID: 100 MTU: auto or 1492 login: Dodo provided username/password RSP Supplied equipment auto configures
Good to know!
Today I came across: SSL Server Test.
This was suggested on #lobsters today:
$ curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" https://www.progclub.org/
I wanted to read this (mentioned here) and ended up thinking about subscribing to WIRED which took me to an article about the WIRED paywall The Next 25 Years of WIRED Start Today and their FAQ. I decided to subscribe to the digital edition and am interested to check out the newsletters and the WIRED Guides.
Today while reading this IPv4 vs. IPv6 FAQ I was referred to Absolute scale corrupts absolutely and the Wikipedia page for SRV record.
I feel the same way: My love-hate affair with technology. And my Raspberry Pis (both of them) auto-update too.
This via r/programming today: A collective list of free APIs for use in software and web development.
So I was getting errors like this in syslog:
Jul 6 17:35:53 integrity systemd[1]: Started Dovecot IMAP/POP3 email server. Jul 6 17:35:53 integrity dovecot[10775]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 79: ssl_dh: Can't open file /etc/dovecot/dh.pem: No such file or directory Jul 6 17:35:53 integrity systemd[1]: dovecot.service: Main process exited, code=exited, status=89/n/a Jul 6 17:35:53 integrity systemd[1]: dovecot.service: Failed with result 'exit-code'.
This failure was affecting other parts of my system (i.e. postfix SASL).
The solution was to generate the dh.pem file:
root@integrity:/etc/dovecot # openssl dhparam -out dh.pem 4096
Today I stumbled upon Introduction to End-to-end encryption in Thunderbird. It discusses how OpenPGP and S/MIME encryption works in Thunderbird.