Random Tech Thoughts

The title above is not random

Cygwin

Set up cron

Run cygwin shell:

$ cron-config

Set up ssh server

Run cygwin shell as administrator:

$ ssh-host-config
...
privilege separation: yes
new account sshd: yes
install as a service: yes
...