Automating tasks in a virtualized OS
Posted on 5 décembre 2019 · 4 min read
Or how to perform actions in a virtual machine without leaving the terminal…
From Linux, I was looking for a way to automate the compilation of a software on Windows, and without using Wine which is not an official Microsoft product.
VirtualBox is a multi-platform virtualization software. It comes with VBoxManage, a command line tool for managing virtual machines.
Read more →