- Not affected by damage increases
- Moldy Cheese
- Ice Crystal
- Dragonfire
- Lifesteal
- Lightning Orb
sudo apt-get install libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev libjpeg-dev zlib1g-dev | |
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev libjpeg-dev python3-setuptools python3-dev python3-numpy | |
git clone https://github.com/pygame/pygame.git | |
cd pygame | |
sudo python3 setup.py -config -auto | |
sudo python3 setup.py install --user |
# Written Version of "How to SSH into any VirtualBox VM with VS Code" by Code Different on YouTube | |
# Source: https://www.youtube.com/watch?v=L-B60APJ1Xs | |
# Tested with Ubuntu 22.04 LTS on VM and Windows 11 on Host. | |
On the Virtual Machine: | |
1. Run `sudo apt install openssh-server` to install the OpenSSH Server Application. | |
2. Run `hostname -I` and note the IP. | |
3. Note name of the virtual machine account you want to login to (the name that comes before the @ in the terminal). | |
On the Host Machine: |