1. Add the line below to your /etc/apt/sources.list
deb http://ftp.de.debian.org/debian buster main non-free
2. Launch Synaptic Package Manager search for iwlwifi, mark and apply changes. Restart and test.
1. Add the line below to your /etc/apt/sources.list
deb http://ftp.de.debian.org/debian buster main non-free
2. Launch Synaptic Package Manager search for iwlwifi, mark and apply changes. Restart and test.
Topology:
1. start the CLI, enter configuration mode.login: root
root@% cli
root> configure
Entering configuration mode
2. Set the root authentication password.
[edit]
root# set system root-authentication plain-text-password
New password:
Retype new password:
3. Set the host name.
[edit]
root# set system host-name VSRX1
4. Set Management interface IP Address, commit to save configuration.
1. Install qemu and utilities.
ariel@UBUNTU-E752:~$ sudo apt-get install qemu
ariel@UBUNTU-E752:~$ sudo apt install qemu-utils
command: qemu-img convert -f vmdk filename.vmdk filename.raw
example:
ariel@UBUNTU-E752:~/Documents$ qemu-img convert -f vmdk FlowCollector.vmdk FlowCollector.raw
2. Write to .iso file"
command: dd if=filename.raw of=filename.iso
example:
ariel@UBUNTU-E752:~/Documents$ dd if=FlowCollector.raw of=Flowcollector.iso
104857600+0 records in
104857600+0 records out
53687091200 bytes (54 GB, 50 GiB) copied, 520.074 s, 103 MB/s
1. ariel@UBUNTU-VM:~$ sudo apt install nmap
1. Use ssh to connect to Ubuntu Desktop and install xrdp
ariel@UBUNTU-VM:~$ sudo apt install xrdp
Type Y and hit Enter.
2. Test, by running rdp on Windows desktop and login to Ubuntu desktop.
1. Download and extract VMware VCSA compressed folder.
2. Launch installer:
D:\Downloads\VMware-VCSA-all-6.7.0-18831133\vcsa-ui-installer\win32
3. Click Install.
14. Stage 2 Set UP vCenter Server Appliance. Click NEXT.