Skip to content

Instantly share code, notes, and snippets.

View ArturiaPendragon's full-sized avatar
⛏️
I may be slow to respond.

アルトリア・ペンドラゴン ArturiaPendragon

⛏️
I may be slow to respond.
  • Wakanda, Somewhere
  • 19:24 (UTC +02:00)
View GitHub Profile
@douglasparker
douglasparker / README.md
Last active May 9, 2024 10:22
Disable & Enable MPO via the Windows Registry

Disable & Enable MPO via the Windows Registry

There is a well known issue where GPU drivers are crashing with multi-monitor setups due to an interaction with Windows MPO and both Nvidia and AMD GPUs.

Until this bug is fixed, the only solution is to disable MPO via the Windows Registry.

Disable MPO

To apply the fix, simply run mpo_disable.reg and reboot your computer.

Installation Qemu + UEFI for Large Storage & Windows 2016, 2019, 2022 Datacenter Edition

Version pris en charge : Debian 11.1 - Hetzner @2022

Pré-requis:

apt-get update
apt-get install qemu-utiles qemu-kvm bridge-utils virt-manager qemu virt-viewer spice-vdagent

OVMF pour UEFI/GPT :

@triangletodd
triangletodd / README.md
Last active June 18, 2024 14:46
k3s in LXC on Proxmox

On the host

Ensure these modules are loaded

cat /proc/sys/net/bridge/bridge-nf-call-iptables

Disable swap

sysctl vm.swappiness=0
swapoff -a
@andersevenrud
andersevenrud / alacritty-tmux-vim_truecolor.md
Last active June 27, 2024 01:08
True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).

Testing colors

Running this script should look the same in tmux as without.

curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh