Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-17 00:19:33 +00:00
parent c0c75c948e
commit ba1f2097ae
3 changed files with 17 additions and 1 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Summarize disk usage for the files in a directory recursively:
`sudo btrfs filesystem du {{[-s|--summarize]}} {{path/to/directory}}`
- Create a swap file:
`sudo btrfs filesystem mkswapfile --size {{8g}} --uuid {{clear|random|time|UUID_value}} {{path/to/swapfile}}`

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Change the current boot order:
`sudo efibootmgr {{[-o|--bootorder]}} {{0002,0008,0001,0005}}`
`sudo efibootmgr {{[-o|--bootorder]}} {{0002,0008,0001,001A,...}}`
- Delete a boot option:

12
tldr/pulumi-update Normal file
View File

@@ -0,0 +1,12 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pulumi update
> This command is an alias of `pulumi up`.
- View documentation for the original command:
`tldr pulumi up`