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
| # Original source: https://medium.com/@artur.brylka/quick-guide-kali-linux-rdp-on-digital-ocean-in-5-minutes-579309b85ed5 | |
| # Create Ubuntu 20.04 VPS with 16GB RAM through your favourite cloud provider | |
| # SSH into the machine with the root account | |
| apt update | |
| apt dist-upgrade -y | |
| apt install -y virtualbox virtualbox-ext-pack | |
| # Download latest VirtualBox image (source: https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/) |