This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#requirements | |
- Latest Kali | |
- 8 CPU Cores | |
- enable: Expose hardware assisted virtualization to the guest OS | |
- 32 GB Rams | |
- >150GB storage | |
#increate swap or make the partition bigger during install | |
sudo fallocate -l 5G /swapfile | |
sudo chmod 600 /swapfile |