Tuesday, September 6, 2016

More Fun with VirtualBox


Created a VirtualBox without enough disk space (compiling Boost / ASIO - another topic for another day).

Had to resize the drive.

Used this resource here, which worked like a champ.

http://www.howtogeek.com/124622/how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware/

I did create a Primary partition at the end of the disk, and made it a Swap Partition (with Label Swap and formatted as linux-swap).


No comments:

Target Encoding & One-Hot Encoding

I had completely overlooked these concepts earlier on, and somehow not until just now - this late in the game - did they come up as I was re...