How to start a shell in a Docker container

September 3rd, 2020

To list the docker processes and get the container id:
docker ps

Then use:
docker exec -it <containerIdOrName> bash

How to get bash or ssh into a running container in background mode?

How to have an app run on Startup in Windows 10

September 3rd, 2020

Press Windows+R to bring up the Run menu
Type "shell:startup" and hit enter
Create a shortcut in that folder to the program you want to run on startup

Individually Addressable Whole House Holiday LEDs

September 3rd, 2020

AutoHotkey

September 3rd, 2020

Here is some information about AutoHotkey.  There is also a link to a thread discussing how to change the default editor *without* admin access.

How to Install AutoHotkey (Even without Administrator Access)
How to change AutoHotKey default editor
How do I add “Edit with Notepad++” to the Windows context menu (without admin access)?

Cygwin Tips

September 3rd, 2020

Here are some tips and tricks for Cygwin.  The Install and maintain Cygwin link includes a section on installing without admin rights.

Install and maintain Cygwin