πŸš€Getting Started

For starting the learning, see the documentation above.

πŸ› οΈ Prerequisites

πŸ’Ύ Installation

Clone the repo

git clone https://github.com/marcossilvestrini/learning-lpic-3-305-300.git
cd learning-lpic-3-305-300

Customize a template Vagrantfile-topic-XXX. This file contains a vms configuration for labs. Example:

  • File \Vagrantfile-topic-351arrow-up-right

    • vm.clone_directory = "<your_driver_letter>:\<folder>\<to_machine>\#{VM_NAME}-instance-1" Example: vm.clone_directory = "E:\Servers\VMWare\#{VM_NAME}-instance-1"

    • vm.vmx["memsize"] = ""

    • vm.vmx["numvcpus"] = ""

    • vm.vmx["cpuid.coresPerSocket"] = ""

Customize network configuration in files \configs/networkarrow-up-right.


Last updated