Skip to content

Instantly share code, notes, and snippets.

@karlgb
karlgb / linux-cheat-sheet.md
Last active May 21, 2020 22:41
Linux Reference

Linux Reference

Networking

Storage

du #disk usage blkid #print block devices attributes like uuid
lsblk #list storage blocks with total size and mount points
df #print details about mounted file systems only

@karlgb
karlgb / windows-notes.md
Last active July 2, 2020 01:31
Windows notes, tips, tricks, & configs

TO-DO

Utilities

PowerToys - power user utilities

@karlgb
karlgb / software-tools.md
Last active June 1, 2020 13:38
List of useful software tools
@karlgb
karlgb / markdown.md
Created February 10, 2020 04:11
markdown-ref

Heading 1 (underlined)

Heading 2 with custom-id {#custom-id}

Some renderers support linking to headers with ids.
Link to headings with custom ids via a standard link with a pund sign followed by the custom heading ID.

Heading 3