Enabling Host-Only Adapter for VirtualBox 6.0.X and 6.1.X on Windows and Mac OS X

Are you looking for VirtualBox 5.1.X or 5.2.X?  This post explains how to set up a Host-Only Adapter for VirtualBox 6.0.X and 6.1.X on Windows and Mac OS X. Creating a Host-Only Network in VirtualBox Windows Start VirtualBox 6.0.X and in the toolbar click on "File" > "Host Network Manager..." Under the Network tab, click … Continue reading Enabling Host-Only Adapter for VirtualBox 6.0.X and 6.1.X on Windows and Mac OS X

Windows Batch Script – Rename/Prepend and Change Extension of Files

I'm sharing a simple one liner Windows batch script to rename/prepend the filename, and change the extension of files (that match a pattern) within a folder. I take no credit for this script, as I was inspired by the post found on Stack Overflow here: https://stackoverflow.com/questions/8780097/renaming-files-in-cmd-using-wildcards The script is as follows: for %%f in (*.html) … Continue reading Windows Batch Script – Rename/Prepend and Change Extension of Files