prompt stringlengths 1 231 | response stringlengths 1 231 | category stringclasses 2
values | platform stringclasses 2
values |
|---|---|---|---|
Display DIMM information: | decode-dimms | command_gen | linux |
decode-dimms | Display DIMM information: | explain | linux |
Display help: | decode-dimms {{[-h|--help]}} | command_gen | linux |
decode-dimms {{[-h|--help]}} | Display help: | explain | linux |
Display all devices detected by fwupd: | fwupdmgr get-devices | command_gen | linux |
fwupdmgr get-devices | Display all devices detected by fwupd: | explain | linux |
Download the latest firmware metadata from LVFS: | fwupdmgr refresh | command_gen | linux |
fwupdmgr refresh | Download the latest firmware metadata from LVFS: | explain | linux |
List the updates available for devices on your system: | fwupdmgr get-updates | command_gen | linux |
fwupdmgr get-updates | List the updates available for devices on your system: | explain | linux |
Install firmware updates: | fwupdmgr update | command_gen | linux |
fwupdmgr update | Install firmware updates: | explain | linux |
Set the screen temperature to 3000K: | gummy --temperature {{3000}} | command_gen | linux |
gummy --temperature {{3000}} | Set the screen temperature to 3000K: | explain | linux |
Set the screen backlight to 50%: | gummy --backlight {{50}} | command_gen | linux |
gummy --backlight {{50}} | Set the screen backlight to 50%: | explain | linux |
Set the screen pixel brightness to 45%: | gummy --brightness {{45}} | command_gen | linux |
gummy --brightness {{45}} | Set the screen pixel brightness to 45%: | explain | linux |
Increase current screen pixel brightness by 10%: | gummy --brightness {{+10}} | command_gen | linux |
gummy --brightness {{+10}} | Increase current screen pixel brightness by 10%: | explain | linux |
Decrease current screen pixel brightness by 10%: | gummy --brightness {{-10}} | command_gen | linux |
gummy --brightness {{-10}} | Decrease current screen pixel brightness by 10%: | explain | linux |
Set the temperature and pixel brightness for the second screen: | gummy --screen {{1}} --temperature {{3800}} --brightness {{65}} | command_gen | linux |
gummy --screen {{1}} --temperature {{3800}} --brightness {{65}} | Set the temperature and pixel brightness for the second screen: | explain | linux |
Add a new client device: | sudo pivpn add | command_gen | linux |
sudo pivpn add | Add a new client device: | explain | linux |
List all client devices: | sudo pivpn list | command_gen | linux |
sudo pivpn list | List all client devices: | explain | linux |
List currently connected devices and their statistics: | sudo pivpn clients | command_gen | linux |
sudo pivpn clients | List currently connected devices and their statistics: | explain | linux |
Revoke a previously authenticated device: | sudo pivpn revoke | command_gen | linux |
sudo pivpn revoke | Revoke a previously authenticated device: | explain | linux |
Uninstall PiVPN: | sudo pivpn uninstall | command_gen | linux |
sudo pivpn uninstall | Uninstall PiVPN: | explain | linux |
Authenticate `pkgctl` with the GitLab instance: | pkgctl auth login | command_gen | linux |
pkgctl auth login | Authenticate `pkgctl` with the GitLab instance: | explain | linux |
View authentication status: | pkgctl auth status | command_gen | linux |
pkgctl auth status | View authentication status: | explain | linux |
Reset a virtual machine: | qm reset {{vm_id}} | command_gen | linux |
qm reset {{vm_id}} | Reset a virtual machine: | explain | linux |
Reset a virtual machine and skip lock (only root can use this option): | qm reset --skiplock {{true}} {{vm_id}} | command_gen | linux |
qm reset --skiplock {{true}} {{vm_id}} | Reset a virtual machine and skip lock (only root can use this option): | explain | linux |
Display a report for one or more files: | filefrag {{path/to/file1 path/to/file2 ...}} | command_gen | linux |
filefrag {{path/to/file1 path/to/file2 ...}} | Display a report for one or more files: | explain | linux |
Display a report using a 1024 byte blocksize: | filefrag -k {{path/to/file}} | command_gen | linux |
filefrag -k {{path/to/file}} | Display a report using a 1024 byte blocksize: | explain | linux |
Display a report using a certain blocksize: | filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}} | command_gen | linux |
filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}} | Display a report using a certain blocksize: | explain | linux |
Sync the file before requesting the mapping: | filefrag -s {{path/to/file1 path/to/file2 ...}} | command_gen | linux |
filefrag -s {{path/to/file1 path/to/file2 ...}} | Sync the file before requesting the mapping: | explain | linux |
Display mapping of extended attributes: | filefrag -x {{path/to/file1 path/to/file2 ...}} | command_gen | linux |
filefrag -x {{path/to/file1 path/to/file2 ...}} | Display mapping of extended attributes: | explain | linux |
Display a report with verbose information: | filefrag -v {{path/to/file1 path/to/file2 ...}} | command_gen | linux |
filefrag -v {{path/to/file1 path/to/file2 ...}} | Display a report with verbose information: | explain | linux |
Show information about all active IPC facilities: | lsipc | command_gen | linux |
lsipc | Show information about all active IPC facilities: | explain | linux |
Show information about active shared [m]emory segments, message [q]ueues or [s]empahore sets: | lsipc {{--shmems|--queues|--semaphores}} | command_gen | linux |
lsipc {{--shmems|--queues|--semaphores}} | Show information about active shared [m]emory segments, message [q]ueues or [s]empahore sets: | explain | linux |
Show full details on the resource with a specific ID: | lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}} | command_gen | linux |
lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}} | Show full details on the resource with a specific ID: | explain | linux |
Print the given output columns (see all supported columns with `--help`): | lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}} | command_gen | linux |
lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}} | Print the given output columns (see all supported columns with `--help`): | explain | linux |
Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format: | lsipc {{--raw|--json|--list|--export}} | command_gen | linux |
lsipc {{--raw|--json|--list|--export}} | Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format: | explain | linux |
Don't truncate the output: | lsipc --notruncate | command_gen | linux |
lsipc --notruncate | Don't truncate the output: | explain | linux |
Connect to the Tor network: | tor | command_gen | linux |
tor | Connect to the Tor network: | explain | linux |
View Tor configuration: | tor --config | command_gen | linux |
tor --config | View Tor configuration: | explain | linux |
Check Tor status: | tor --status | command_gen | linux |
tor --status | Check Tor status: | explain | linux |
Run as client only: | tor --client | command_gen | linux |
tor --client | Run as client only: | explain | linux |
Run as relay: | tor --relay | command_gen | linux |
tor --relay | Run as relay: | explain | linux |
Run as bridge: | tor --bridge | command_gen | linux |
tor --bridge | Run as bridge: | explain | linux |
Run as a hidden service: | tor --hidden-service | command_gen | linux |
tor --hidden-service | Run as a hidden service: | explain | linux |
Start tracing a specific process by its PID: | strace {{[-p|--attach]}} {{pid}} | command_gen | linux |
strace {{[-p|--attach]}} {{pid}} | Start tracing a specific process by its PID: | explain | linux |
Trace a process and filter output by system call [e]xpression: | strace {{[-p|--attach]}} {{pid}} -e {{system_call,system_call2,...}} | command_gen | linux |
strace {{[-p|--attach]}} {{pid}} -e {{system_call,system_call2,...}} | Trace a process and filter output by system call [e]xpression: | explain | linux |
Count time, calls, and errors for each system call and report a summary on program exit: | strace {{[-p|--attach]}} {{pid}} {{[-c|--summary-only]}} | command_gen | linux |
strace {{[-p|--attach]}} {{pid}} {{[-c|--summary-only]}} | Count time, calls, and errors for each system call and report a summary on program exit: | explain | linux |
Show the time spent in every system call and specify the maximum string size to print: | strace {{[-p|--attach]}} {{pid}} {{[-T|--syscall-times]}} {{[-s|--string-limit]}} {{32}} | command_gen | linux |
strace {{[-p|--attach]}} {{pid}} {{[-T|--syscall-times]}} {{[-s|--string-limit]}} {{32}} | Show the time spent in every system call and specify the maximum string size to print: | explain | linux |
Start tracing a program by executing it: | strace {{program}} | command_gen | linux |
strace {{program}} | Start tracing a program by executing it: | explain | linux |
Start tracing file operations of a program: | strace -e trace=file {{program}} | command_gen | linux |
strace -e trace=file {{program}} | Start tracing file operations of a program: | explain | linux |
Start tracing network operations of a program as well as all its forked and child processes, saving the output to a file: | strace {{[-f|--follow-forks]}} -e trace=network {{[-o|--output]}} {{trace.txt}} {{program}} | command_gen | linux |
strace {{[-f|--follow-forks]}} -e trace=network {{[-o|--output]}} {{trace.txt}} {{program}} | Start tracing network operations of a program as well as all its forked and child processes, saving the output to a file: | explain | linux |
Record the screen and write the recording to a file (by default, `byzanz-record` will only record for 10 seconds): | byzanz-record {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | command_gen | linux |
byzanz-record {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | Record the screen and write the recording to a file (by default, `byzanz-record` will only record for 10 seconds): | explain | linux |
Show information while and after recording: | byzanz-record --verbose {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | command_gen | linux |
byzanz-record --verbose {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | Show information while and after recording: | explain | linux |
Record the screen for a minute: | byzanz-record --duration 60 {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | command_gen | linux |
byzanz-record --duration 60 {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}} | Record the screen for a minute: | explain | linux |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.