Skip to content

Instantly share code, notes, and snippets.

@Knewest
Knewest / 1_QuickReinstallBetterDiscord.md
Last active July 20, 2025 15:41
Reinstall BetterDiscord seconds after Discord uninstalls it against your will. Avoid using the time consuming installer with this trick.
@sz763
sz763 / docker_wsl2.md
Last active October 2, 2025 05:07
How to run tests with TestContainers in WSL2 without Docker Desktop

Install docker

in case you haven't docker installed, please follow this instruction https://docs.docker.com/engine/install/ubuntu/

Expose docker port

First way

Create daemon.json file in /etc/docker, with content:

{"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}

Second way suggested by @maireadmccabe-fire