Print out a list of directories to be deleted:
find . -name 'node_modules' -type d -prune
Delete directories from the current working directory:
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' +
Print out a list of directories to be deleted:
find . -name 'node_modules' -type d -prune
Delete directories from the current working directory:
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' +
Essentials apps after reset factory on MacOS
NVM is a node version manager
We can run the interactive shell by running the following command:
docker container exec -it MyContainerName bash
Note: From this command, you will be able to get a bash shell running into the cointainer.
Then, we must get the mongo shell as admin. Otherwise, you will not be able to see the databases and collections.
Run mongo -u "USERNAME" -p "PASSWORD" HOSTIP --authenticationDatabase "admin"
Turn off your virtual machine
Go to Settings > SCSI Controller > Hard Drive
. In the Media section, edit the Virtual Hard Disk and expand to desired space
Start the virtual machine and connect to it
Install the GParted by running the command sudo apt install gparted
Please follow this tutorial link
Short version is below in case link goes dead.
apt install xrdp-pulseaudio-installer
xrdp-build-pulse-modules
sudo apt-get install xrdp-pulseaudio-installer -y
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
Reference: Run Hyper-V in a Virtual Machine with Nested Virtualization