scripting

  1. E

    Script to automatically download the latest virtio-win iso (cron / interactive)

    I was getting tired of going to manually download the latest virtio-win iso, so I made this Python script that automatically fetches the latest virtio-win iso with version number. (yes, i could've just always fetched the latest but I wanted the versioned file.) Figured I'd share in case it...
  2. D

    A way to update all those containers in bulk using saved-configs?

    Hi, I hope this fits the forum subject focus. Recently I wrote this simple script to update all my linux containers/VMs (I am sure some one could add windows guests and maybe RPM based, slack, etc support) using MPSSH (an old but good parallel ssh utility). I am also sure it can be extended to...