PuTTY, Pageant, SSH
18 Sep 2018
How to use PuTTY for SSH and how to set up Pageant to launch when my PC starts, with the relevant keys pre-loaded…
PuTTY using Solarized Light
14 Sep 2018
Solarized Light is much nicer for me to use than the default PuTTY color scheme.
Combined with a couple of other changes, it gives me a nice layout in PuTTY.
PuTTY stores its settings in the Windows Registry. So, to apply Solarized Light to a session:
- Back up your registry settings using Regedit’s export utility.
- Create a PuTTY session in the usual way, and save it.
- Place the below in a text file with a
.reg
file extension. - Replace
FOO%20BAR
on line 3 with the PuTTY session name (spaces are%20
). - Double-click the
.reg
file to launch the Registry Editor, which loads the values.
See below:
Transfer a PEM-based Certificate into a Java Keystore
10 Jul 2018
One of those things I don’t do often enough to remember the details: The commands needed to transfer a PEM-based certificate into a Java keystore
The Naming of Parts
15 Feb 2018
Some diagrams showing nomenclature for CSS, HTML, XML, Java and Java Lambdas.
Language Tags
27 Oct 2016
In HTML and XML documents a language tag is used to indicate the language of content. But language tags can be used much more widely than that. One problem I have found when trying to build language tags is that there can appear to be multiple different language tags for a given context. So how do you choose the right ones for your needs?
Generating a List of Blogger Post Titles
12 Aug 2016
I wanted to create a Blogger page containing a list of all the posts in this blog. I was not able to find a pre-built widget to do this.