Skip to content

Instantly share code, notes, and snippets.

View drtheodor's full-sized avatar

Theo drtheodor

View GitHub Profile
@drtheodor
drtheodor / JetBrains Marketplace.md
Last active July 15, 2025 18:30
How to download plugins from JetBrains marketplace without VPN.
@drtheodor
drtheodor / bun-sde-fix-install_script.sh
Last active September 1, 2025 17:27 — forked from zekefeu/bun-sde-fix-install_script.sh
This script automates the installation of the Intel SDE, to fix compatibility issues with older CPU's that do not support the AVX2 instruction set. It fixes the "Illegal hardware instruction" error.
#!/bin/bash
# Solution provided by https://github.com/renhiyama
# (https://github.com/Jarred-Sumner/bun/issues/282#issuecomment-1177154684)
# License agreement
echo "The Intel Software Development Emulator is distributed under the Intel Software License Agreement, available at https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-simplified-software-license-version-august-2021.pdf"
echo ""
echo "If you do not accept the terms of the license agreement, you have 10 seconds to stop this script (Ctrl+C)"