Skip to content

Instantly share code, notes, and snippets.

@Jonathanace
Jonathanace / Megabonk.md
Last active September 26, 2025 19:05
Megabonk Item Synergies

Items

Cursed Doll

  • Not affected by damage increases

Procs:

  • Moldy Cheese
  • Ice Crystal
  • Dragonfire
  • Lifesteal
  • Lightning Orb

Doesn't Proc:

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
@Jonathanace
Jonathanace / SSH to Local VM.txt
Last active March 5, 2024 23:18
Simplest Way to SSH Into a Local Virtual Machine in VS Code
# 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: