I have gone to bed before using TimeMachine
to backup my mac and accidentally
clicked the Back Up Automatically
button on the setting of Time Machine
yesterday night. I have found my mac only has 60 GB
free space on Disk
BackUp: GitHub Project, GitHub Gist.
echo $SHELL
When I create VMs on VirtualBox, I just choose automatically distribute disk
space, but that auto-distributed disk space has been limited by the VirtualBox.
For example, I just create a virtual machine Debian using VirtualBox on MacOS.
The new VM Debian get 12GB disk space, but a few days later, all the 12GB has
I guess that I may download samba via brew
, not use the default samba of mac.
Maybe, I should share the folder under system directory on Mac with VM debian.
I just want to make that enable, that is: Creating the project under the VM
Guest VM Debian, and share the project with Host macOS, edit and change code
Just download VirtualBox in macOS, then, install Debian via VirtualBox in macOS.
For VM Debian, it can directly access the host machine macOS via macOS's local
IP. E.g: ssh [email protected]
. So, we just need to set
at macOS and VM Debian.