Tuesday, 26 May 2026
Who's that MAC?
Basics of NAT
What is iptables?
Convert a Word Doc into A Presentation (Ad Hoc)
A Word doc can be brought to life as a presentation quite easily.
Go to View in the Ribbon.
Under Page Movement select Side to Side (this changes the display so you can see the flow of the document - it is not strictly needed - but helpful to start visualising flow).
Now under Views, you will most likely see "Print Layout" selected. Select instead "Read Layout".
This will start a presentation-mode document presentation.
(There is also a third layout; called Web Layout, which effectively turns your document into a web page - albeit a very messy one in all probability).
Friday, 22 May 2026
The Weird World of OCSP Revocation Checks (Certificate Status)
whois under the hood (just basic TCP)
The whois protocol is a very basic TCP-based query-response protocol that gives information on domain names. Unfortunately, it is not installed by default in cmd.exe but is available in WSL.
It works by opening a TCP connection (SYN, SYN+ACK), query sent, response sent and a close (FIN, FIN)- very basic indeed. It has no mechanism for indicating character set used, and there has been no effort to support internationalisation in that respect. Historically the predominant encoding used has been US-ASCII.
It has no security provisions. Mechanisms for access control, integrity and confidentiality are excluded.
rdap is a modern alternative to whois. RDAP stands for Registration Data Access Protocol.