Skip to content

Instantly share code, notes, and snippets.

View ALERTua's full-sized avatar
🇺🇦
Fool-stuck QAloper =^.^=

Alexey ALERT Rubashёff ALERTua

🇺🇦
Fool-stuck QAloper =^.^=
View GitHub Profile
@alexchexes
alexchexes / CHANGELOG.md
Last active May 2, 2026 15:51
ChatGPT web-interface width fix (and other UI improvements)

2026-05-02

  • apply width fix for group chats as well
  • fix newer accessibility regression: code blocks' font size in ChatGPT messages has become unreadable at 12.5px, fix that by applying 14px font size CSS
@Athou
Athou / docker-wsl2-setup.sh
Last active January 3, 2026 09:08
install docker in Debian 11/WSL2 without Docker Desktop
# install docker in Debian 11/WSL2
# uses systemd-genie since docker requires systemd but it's not available for WSL
# this is an alternative to Docker Desktop
# prerequisites
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ca-certificates curl wget gnupg lsb-release apt-transport-https
# systemd-genie requires dotnet runtime, add Microsoft repo
@lg
lg / adding-tailscale-to-edgerouter.md
Last active January 14, 2026 19:35
Add tailscale to an EdgeRouter and surviving system upgrade

Adding tailscale to an EdgeRouter (and surviving system upgrades)

I suggest you run sudo bash on all of these so you're the root user.

Installing

  1. Download tailscale and put the files in /config/. Find the latest stable or unstable version for your EdgeRouter's processor (ex. ER4 is mips and ERX is mipself)
sudo bash    # if you havent already