- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 226字
- 2021-06-18 19:22:29
Installation on VMware Workstation
In the following steps, we will import the downloaded EVE-NG OVA image into VMware Workstation. OVA-based images contain files that describe the virtual machine in terms of hard disk, CPU, and RAM values. You can later modify these numbers after importing them:
- Open VMware workstation and from File, choose Open to import the OVA.
- After completing the import process, right-click on the newly created machine and choose Edit Settings.
- Increase the number of processors to 4 and the memory allocated to 8 GB (again, you could add more if you have the resources but this setting will be enough for our lab).
- Make sure the Virtualize Intel VT-x/EPT or AMD-V/RVI checkbox is enabled. This option instructs VMware workstation to pass the virtualization flags to the guest OS (nested virtualization):

Also, it's recommended to expand the hard disk by adding additional space to the existing hard disk in order to have enough space to host multiple images from vendors:

A message will appear after expanding the disk, indicating that the operation was done successfully and you need to follow some procedures in the guest operating system to merge the new space with the old one. Luckily for us, we don't need to do that as EVE-NG will merge any new space found in the hard disk with the old one during system boot:

- Functional Python Programming
- 跟老齊學(xué)Python:輕松入門(mén)
- FreeSWITCH 1.6 Cookbook
- Python應(yīng)用輕松入門(mén)
- HTML5+CSS3網(wǎng)頁(yè)設(shè)計(jì)
- INSTANT Django 1.5 Application Development Starter
- Symfony2 Essentials
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- Spring Boot實(shí)戰(zhàn)
- ActionScript 3.0從入門(mén)到精通(視頻實(shí)戰(zhàn)版)
- Java 9 with JShell
- Java EE項(xiàng)目應(yīng)用開(kāi)發(fā)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- HTML并不簡(jiǎn)單:Web前端開(kāi)發(fā)精進(jìn)秘籍