mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 08:43:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
@@ -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
12
tldr/pulumi-update
Normal 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`
|
||||
Reference in New Issue
Block a user