mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 08:52:58 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/fbgrab
Normal file
17
tldr/linux/fbgrab
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fbgrab
|
||||
|
||||
> Generate screenshots directly from the framebuffer.
|
||||
> More information: <https://github.com/GunnarMonell/fbgrab#fbgrab>.
|
||||
|
||||
- Generate a screenshot from the current TTY:
|
||||
|
||||
`sudo fbgrab {{path/to/file}}.png`
|
||||
|
||||
- Specify which TTY to capture:
|
||||
|
||||
`sudo fbgrab -c {{number}} {{path/to/file}}.png`
|
||||
Reference in New Issue
Block a user