Skip to content

Instantly share code, notes, and snippets.

@chunter
chunter / pageant-autoload-keys-at-startup.txt
Created June 20, 2017 10:51
Make Pageant autoload keys at startup
To make Pageant automatically run and load keys at startup:
- Find the location of pageant.exe
- Windows key + R to open the 'run' dialog box
- Type: 'shell:startup' in the dialog box
- Create a shortcut to the pageant.exe and put into this startup folder.
@chunter
chunter / simple-docker-installation.txt
Created June 15, 2017 07:54
Simple Docker Installation
This is to help familiarise with Docker and how to install, run and delete containers. It doesn't do anything useful beyond that.
Install Docker
- Search for 'Docker for Windows' (https://docs.docker.com/docker-for-windows/install/)
- Install from the downloaded .msi
Check installation:
- in Git Bash (may need to run as an administrator):
- 'docker -v'