Skip to content

Instantly share code, notes, and snippets.

@christophwille
christophwille / cw-devbox-install.ps1
Last active February 28, 2024 17:34
My install script for Dev machine base installation
# Run in elevated PS
# Reboot required
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
# Store:
# WSL, Ubuntu, DevToys, Power BI
# EarTrumpet, Screentogif, ShareX, Photoscape X, Inkscape, RSS Bandit, Surface, WhatsApp
# Install: Office, Visual Studio, SQL Server Developer Edition, https://aka.ms/windbg/download
@christophwille
christophwille / install.sh
Last active July 10, 2023 14:45
M1 MBA Install Notes
# https://dotnet.microsoft.com/download/dotnet/6.0
# Edge, Teams, Skype
# App Store: OneDrive, Remote Desktop
# brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask firefox
brew install --cask iterm2
@christophwille
christophwille / ILSpy61to71LanguageFeatures.md
Created January 26, 2022 08:51
New language features added from > ILSpy 6.1 to <= ILSpy 7.1

Read up on bug fixes (PDB geneneration, language features) via the links provided to the respective releases.

ILSpy 6.2

  • C# 7.0: Deconstruction
  • C# 8.0: await foreach
  • C# 8.0: Disposable ref structs
  • C# 8.0: Enhanced using statements
  • C# 8.0: switch expressions
  • C# 9.0: init accessors
  • C# 9.0: function pointers (see #2150)
@christophwille
christophwille / dot.md
Created April 12, 2022 06:48
DNS over TLS (DoT)
  • dns.quad9.net
  • dns.digitale-gesellschaft.ch
  • dot1.applied-privacy.net
  • cloudflare-dns.com