Explore >> Select a destination


You are here

reidburke.com
| | www.ssh.com
4.3 parsecs away

Travel
| | The ssh-agent is a helper program that keeps track of users' identity keys and their passphrases. The agent can use the keys to log into other servers without having the user type in a password or passphrase.
| | taylorbrazelton.com
3.4 parsecs away

Travel
| |
| | nbailey.ca
6.4 parsecs away

Travel
| | Kubernetes is our generation's Asbestos.
| | blog.nuculabs.de
39.4 parsecs away

Travel
| Introduction Hello everyone ??, This is a quick post about the windows task scheduler, if you're a Software Developer using Windows the task scheduler is a great tool to automate tasks. I see it as a combination of cron and systemd (if you're a Linux user you know what I'm talking about). For my personal use case, I use the task scheduler to download more images from the internet to improve a machine learning model used to classify images. To download the images I use a simple Python script and a batch file to run the script.