a7144824d21974a41420c280d29864adea4012a6
Setup guide
- Download kubuntu from https://kubuntu.org/getkubuntu/
- Setup virtual machine
- Create
Host Only Adapterand add it to the network adapter in the settings
- Create
- Install xdotool on VM
- Set up SSH server on VM: https://averagelinuxuser.com/ssh-into-virtualbox/
sudo apt install openssh-serversudo systemctl enable ssh --nowsudo ufw disable(disable firewall - safe for local network, otherwisesudo ufw allow ssh)ip a- find ip address- ssh username@<ip_address>
Description
Languages
Python
98.4%
Shell
1.5%
Batchfile
0.1%