I work primarily from a Mac with Fusion and several VM's for a given purpose. Can someone point me in the direction of a purpose built VM that is command line only, No GUI.
Or possible some bread crumbs to create a VM.
I work primarily from a Mac with Fusion and several VM's for a given purpose. Can someone point me in the direction of a purpose built VM that is command line only, No GUI.
Or possible some bread crumbs to create a VM.
@Rinzwind is correct, you can just download a server or minimal/net install ISO of Debian or Ubuntu and install it very quickly as a VM. I did this yesterday using a Debian net install ISO, it's quick to download and install, and you are left with nothing but a beautiful, flashing prompt. Here's a direct link. https://www.debian.org/distrib/netinst Just uncheck Debian Desktop Environment and select if you need servers when the menu ask.
You could also check here http://www.osboxes.org for a prebuilt machine, but I felt it was more hassle than building my own.I didn't see a CLI only download for Debian, but perhaps they'll have another distro. By time you search you could probably have built one.
You could also just clone one of your running VM and remove X and the DE.
There's three options for you. Good luck.
cloned existing working LinuxLite (GUI), then disabled GUI within Grub http://askubuntu.com/questions/16371/how-do-i-disable-x-at-boot-time-so-that-the-system-boots-in-text-mode which now loads a console only LinuxLite Ubuntu VM into console
sudo vi /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="text" sudo update-grub
I still have network access, confirmed by ifconfig and simple ping test.
– D.Munyak Jul 28 '16 at 17:03