Skip to content

Instantly share code, notes, and snippets.

View agaertner's full-sized avatar
🎯
Focusing

Andreas G. agaertner

🎯
Focusing
View GitHub Profile
@martinlabate
martinlabate / blish-on-steam-deck.md
Last active July 22, 2024 13:57
How to run BlishHUD on Steam Deck

Getting BlishHUD to work correctly on the Deck

Intro

This guide will show you how to use BlishHUD while playing GuildWars2 on the Steam Deck, but requires you to launch the game from the Steam Desktop without BigPicture.

Requirements

  • Guild Wars 2 installed via Steam
  • Blish HUD downloaded

Configure the Deck

@kostorv
kostorv / debian-wsl2-kvm-win10.md
Last active October 18, 2022 09:50
Win10 WSL2 KVM Debian installation

Build An Accelerated KVM Guest Custom Kernel for WSL 2 - Debian edition

In this gist I try to build an accelerated KVM Guest Custom Kernel for WSL2 for Debian distro. In this link Hayden Barnes implements it on OpenSUSE Tumbleweed distro. Though the procedure seems pretty straightforward I am stumbling upon some issues which I will describe below.

Fresh installation of WSL2 Debian

$ uname -r 
5.10.60.1-microsoft-standard-WSL2 (This changes with different Windows Updates for WSL)
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
...
@annasoldih
annasoldih / enable_systemd_wsl2.md
Last active October 18, 2022 09:51
Enable SYSTEMD on WSL2

Enable SYSTEMD on WSL2

This few steps will enable SYSTEMD on your WSL2. By enabling SYSTEMD you will be able to run snaps, docker, heroku and many more features.

This guide was made and tested on Windows 11, using Ubuntu 20.04 LTS in WSL2.

@1solation
1solation / wsl-ram-eating-fix.md
Last active October 18, 2022 09:48
Fix WSL2 eating RAM with a .wslconfig

Fix WSL2 eating RAM

Make a .wslconfig file in your C:\Users\username folder. In this file you can set mulitple parameters, see following options:

[wsl2]
kernel=              # An absolute Windows path to a custom Linux kernel.
memory=              # How much memory to assign to the WSL2 VM.
processors= # How many processors to assign to the WSL2 VM.
@basham
basham / css-units-best-practices.md
Last active July 24, 2024 01:51
CSS Units Best Practices

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units