Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
JSecademy
How to install Vagrant in Ubuntu \ Linux
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
How to install Vagrant in OS X El Capitan
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in OS X El Capitan
How to install Vagrant in Windows
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Windows
Introduction to Vagrant
Vagrant goes a step further then VirtualBox, by automating all of the steps that you must take in order to create a virtual VM. You no longer need to go and download and ISO, go through each of the install processes, setup network cards, mount and unmount shares … [Read more...] about Introduction to Vagrant
How to install Git Bash + SSH in Windows
Git Bash + SSH: In Windows, you will need to install Git Bash + SSH this will give you a *nix shell that you can run *nix commands on, make sure that during the install you setup a shortcut on your desktop in order to access it quickly. … [Read more...] about How to install Git Bash + SSH in Windows
How to mount a Samba Share using Ubuntu
Now your local machine needs to know about the shared directory. Linux: In Ubuntu you can mount a samba share by using the Files application and clicking on File menu Connect to Server an enter your credentials and the share will be mounted. Now that the … [Read more...] about How to mount a Samba Share using Ubuntu
How to mount a Samba Share using OS X El Capitan
Now your local machine needs to know about the shared directory. OSX: On a Mac, you can mount a samba share by using the finder and clicking on Go then Connect to Server then enter your credentials which will mount the share. Now that the virtual machine is … [Read more...] about How to mount a Samba Share using OS X El Capitan
How to mount a Samba Share in Windows
Now your local machine needs to know about the shared directory. Windows: In a Windows 7 you can mount a samba share by using the Start Menu and clicking on Map network drive... and entering the location of the virtual machine along with the credentials which will … [Read more...] about How to mount a Samba Share in Windows
How to configure Samba Shares with Ubuntu
sudo vim /etc/network/interfaces auto eth1 iface eth1 inet static address 192.168.56.101 netmask 255.255.255.0 sudo reboot At this point you should have access to the machine via the terminal. ssh [email protected] The next part is to configure … [Read more...] about How to configure Samba Shares with Ubuntu