Skip to content

Instantly share code, notes, and snippets.

View Timberfang's full-sized avatar

Timberfang

View GitHub Profile
@HarmfulBreeze
HarmfulBreeze / hyperv-esm-fedora.md
Last active September 17, 2025 00:50
Setting up Hyper-V Enhanced Session Mode with Fedora 41

Tested working on Fedora Workstation 39, 40, and 41.

(Commands prefixed with a # should be run as the root user or with sudo. Commands prefixed with a $ should be run as a regular/unprivileged user.)

  1. # dnf install xrdp (with Xorg session support: # dnf install xrdp xorgxrdp)
  2. If using Gnome: # $EDITOR /etc/pam.d/xrdp-sesman and comment and uncomment the appropriate lines.
  3. Optionally, rename the shared drives mount: # $EDITOR /etc/xrdp/sesman.ini and set FuseMountName=shared-drives
  4. # $EDITOR /etc/xrdp/xrdp.ini and set:
    • port=vsock://-1:3389 ([Globals] section)
    • security_layer=rdp
@CostasAK
CostasAK / one-dark-pro.json
Created February 22, 2021 14:35
Windows Terminal One Dark Pro
{
schemes: [
{
"name": "One Dark Pro",
"foreground": "#abb2bf",
"background": "#282c34",
"cursorColor": "#abb2bf",
"black": "#3f4451",
"red": "#e05561",
"green": "#8cc265",
@davidfowl
davidfowl / dotnetlayout.md
Last active October 11, 2025 13:36
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/