Skip to main content

appendix

Ubuntu

  • Create a virtual machine containing Ubuntu

— Click the "New" button.

path

— In the settings window specify the "Name" (in the future you can change), the "Type" and "Version" of the operating system and click "Next". For example - Name: My_Ubuntu (o_0), Type: Linux, Version: Ubuntu (64-bit).

path

— The machine claims that the minimum memory size (RAM) requirements for full-fledged work Linux,, 1024MB. But if you want your machine to work well, then select the volume for more depending on the RAM of your computer (2 GB if RAM of your computer 8 GB) and click "Next". Sometimes even more, it all depends on the tasks and how many Virtual Machines you will run at the same time.

path

— So we went to create a virtual hard disk. Click "Create":

path

— Specify the type of hard disk (VDI - VirtualBox Disk Image) and click "Next":

path (Choose the first item, as it is easier. You have created a file that will simulate the hard disk of your virtual machine. If necessary, you can transfer it to another computer and run there).

— In the window that appears, put a tick in "Dynamically allocated", after click "Next":

path

-The hard disk size set at least 80 GB (or more) and click "Create".

path

— Now the Virtual Machine is ready, but without an operating system. Start the Virtual Machine by clicking on the right mouse button and select "Start" -> "Normal start".

path

— When you first start you will be prompted to select the installation file from which the installation will be performed. You can download the installation file from the official website. Select the installation file from the Downloads folder (or where you saved it) and click "Start".

path

— In the window that appears, select the operating system language and click on "Install Ubuntu". Next, select the keyboard language.

path

— After selecting the keyboard language, just click on "Continue"

path

Disk layout. You can choose installation type. Simply format the entire hard drive and install Ubuntu on it, or select the manual option (Set the checkbox to "Something else" option and click "Continue"):

path

— In the opened window, if you have not yet marked up the hard drive, you need to create a partition table, to do this, click "New Partition Table...".

path

— Four sections are recommended for Linux:

  • / - ext4, size 10-50 GB, for system installation
  • /boot - ext2, size 100 MB, for bootloader files
  • swap - swap, size equals RAM, for swap
  • /home - ext4, all remaining space

— To create a new section, click the "+" button:

path

— Here you need to specify the mount point, for example, / or /home, size, file system and you can set a label:

path

— In the end, you should have something like this:

path Then click "Install Now".

— You should have this window:

path Check that everything is correct, click "Continue".

— Select your time zone:

path

— Enter your Username, computer name and password:

path

— Installing your operating system:

path

— Enjoy your virtual machine:

path

VM with Docker container and Jupyter Lab