Skip to content
Mate Gelei-Szego
Mate Gelei-Szego

Making huge cloud deployments a little more effective.

  • Home
  • About me
Mate Gelei-Szego

Making huge cloud deployments a little more effective.

Category: Note to self

Unlocking Ubuntu LUKS2 encryption automatically at boot

Posted on March 25, 2024April 23, 2025

Note to self. Tired of asking for a KVM every time you need to reboot your server to unlock your LUKS2 encryption? Install prerequisites Is it really there? It’d be wise to request a KVM before you actually give it a try. Just in case. Learn from my mistakes.

Install RSAT via Powershell

Posted on February 5, 2024April 23, 2025

Note to self. I needed to install RSAT on a build agent, so using the “optional features” GUI was not possible. Get a list of RSAT components: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State Install what you need, e.g.: Add-WindowsCapability -Name “Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0” -Online

Recent Posts

  • On case-sensitive file systems
  • Unlocking Ubuntu LUKS2 encryption automatically at boot
  • Install RSAT via Powershell
  • Azure DevOps – build pipeline billing extravaganza
  • Quickstart – Azure AD B2C authentication in ASP.NET Core MVC

Categories

  • Azure
  • C# / .NET
  • Note to self
  • Random
©2025 Mate Gelei-Szego | WordPress Theme by SuperbThemes