Skip to content

Instantly share code, notes, and snippets.

View kaipm's full-sized avatar

Martin Kaip kaipm

View GitHub Profile

Enable file nesting for .razor

  • In settings, search file nesting
  • Make sure, it is enabled
  • In File Nesting: Patterns add a new item
    • Item *.razor with value ${capture}.razor.*

Signing commits

You can sign commits via GPG. Since 2022 you can also sign with SSH.

Signing with SSH

  1. Your git email must match GitHub (either real email, or anonymous one):

    git config --global user.email "[email protected]"
    
@kaipm
kaipm / linux.md
Last active August 13, 2023 18:17
Cheat Sheet

Virtual Box

Converting images

You can convert real linux disk images into VBox images:

VBoxInstallDir\VBoxManage convertdd source.img target.vdi --format VDI

Linux

Extracting files

  • tar -xzf file.tar.gz for GZIP