Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-30 00:12:49 +00:00
parent e08116a2b7
commit c788dd98cb
3 changed files with 20 additions and 3 deletions

View File

@@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git
---
# gist
> Upload code to https://gist.github.com.
> Upload code to <https://gist.github.com>.
> More information: <https://github.com/defunkt/gist>.
- Log in in gist on this computer:
- Log in to gist on this computer:
`gist --login`

17
tldr/linux/mkfs.f2fs Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# mkfs.f2fs
> Creates an F2FS filesystem inside a partition.
> More information: <https://manned.org/mkfs.f2fs>.
- Create an F2FS filesystem inside partition 1 on device b (`sdb1`):
`sudo mkfs.f2fs {{/dev/sdb1}}`
- Create an F2FS filesystem with a volume label:
`sudo mkfs.f2fs -l {{volume_label}} {{/dev/sdb1}}`

View File

@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create a new image:
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} image create --instance-id={{instance_id}} --display-name={{display_name}} --compartment-id={{compartmet_id}}`
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} image create --instance-id={{instance_id}} --display-name={{display_name}} --compartment-id={{compartment_id}}`
- Retrieve information about a particular image: