prompt stringlengths 1 231 | response stringlengths 1 231 | category stringclasses 2 values | platform stringclasses 2 values |
|---|---|---|---|
Interactively create a new stack configuration: | apx stacks new | command_gen | linux |
apx stacks new | Interactively create a new stack configuration: | explain | linux |
Interactively update a stack configuration: | apx stacks update {{name}} | command_gen | linux |
apx stacks update {{name}} | Interactively update a stack configuration: | explain | linux |
List all available stack configurations: | apx stacks list | command_gen | linux |
apx stacks list | List all available stack configurations: | explain | linux |
Remove a specified stack configuration: | apx stacks rm --name {{string}} | command_gen | linux |
apx stacks rm --name {{string}} | Remove a specified stack configuration: | explain | linux |
Import a stack configuration: | apx stacks import --input {{path/to/stack.yml}} | command_gen | linux |
apx stacks import --input {{path/to/stack.yml}} | Import a stack configuration: | explain | linux |
Export the stack configuration (Note: The output flag is optional, it is exported to the current working directory by default): | apx stacks export --name {{string}} --output {{path/to/output_file}} | command_gen | linux |
apx stacks export --name {{string}} --output {{path/to/output_file}} | Export the stack configuration (Note: The output flag is optional, it is exported to the current working directory by default): | explain | linux |
List all available wireless interfaces: | iwinfo | command_gen | linux |
iwinfo | List all available wireless interfaces: | explain | linux |
Display detailed information on a specific wireless interface: | iwinfo {{interface}} info | command_gen | linux |
iwinfo {{interface}} info | Display detailed information on a specific wireless interface: | explain | linux |
Scan for nearby wireless networks visible to the interface: | iwinfo {{interface}} scan | command_gen | linux |
iwinfo {{interface}} scan | Scan for nearby wireless networks visible to the interface: | explain | linux |
List connected devices: | iwinfo {{interface}} assoclist | command_gen | linux |
iwinfo {{interface}} assoclist | List connected devices: | explain | linux |
List channels supported by the interface: | iwinfo {{interface}} freqlist | command_gen | linux |
iwinfo {{interface}} freqlist | List channels supported by the interface: | explain | linux |
List available transmit power levels for the interface: | iwinfo {{interface}} txpowerlist | command_gen | linux |
iwinfo {{interface}} txpowerlist | List available transmit power levels for the interface: | explain | linux |
Display help: | iwinfo h | command_gen | linux |
iwinfo h | Display help: | explain | linux |
List available news items with their numbers (all by default): | eselect news list {{all|new}} | command_gen | linux |
eselect news list {{all|new}} | List available news items with their numbers (all by default): | explain | linux |
Print the specified news items: | eselect news read {{number1 number2 ...}} | command_gen | linux |
eselect news read {{number1 number2 ...}} | Print the specified news items: | explain | linux |
Print all unread news items: | eselect news read | command_gen | linux |
eselect news read | Print all unread news items: | explain | linux |
Mark the specified news items as unread: | eselect news unread {{number1 number2 ...}} | command_gen | linux |
eselect news unread {{number1 number2 ...}} | Mark the specified news items as unread: | explain | linux |
Delete all read news items: | eselect news purge | command_gen | linux |
eselect news purge | Delete all read news items: | explain | linux |
Print the number of available news items (new by default): | eselect news count {{all|new}} | command_gen | linux |
eselect news count {{all|new}} | Print the number of available news items (new by default): | explain | linux |
Print all information about a specific serial device: | setserial -a {{/dev/cuaN}} | command_gen | linux |
setserial -a {{/dev/cuaN}} | Print all information about a specific serial device: | explain | linux |
Print the configuration summary of a specific serial device (useful for printing during bootup process): | setserial -b {{device}} | command_gen | linux |
setserial -b {{device}} | Print the configuration summary of a specific serial device (useful for printing during bootup process): | explain | linux |
Set a specific configuration parameter to a device: | sudo setserial {{device}} {{parameter}} | command_gen | linux |
sudo setserial {{device}} {{parameter}} | Set a specific configuration parameter to a device: | explain | linux |
Print the configuration of a list of devices: | setserial -g {{device1 device2 ...}} | command_gen | linux |
setserial -g {{device1 device2 ...}} | Print the configuration of a list of devices: | explain | linux |
Generate an initramfs with the features specified in `/etc/mkinitfs/mkinitfs.conf`: | mkinitfs | command_gen | linux |
mkinitfs | Generate an initramfs with the features specified in `/etc/mkinitfs/mkinitfs.conf`: | explain | linux |
Use a different configuration file: | mkinitfs -c {{path/to/config}} | command_gen | linux |
mkinitfs -c {{path/to/config}} | Use a different configuration file: | explain | linux |
Compress the initramfs using the specified compression algorithm (default: gzip): | mkinitfs -C {{gzip|xz|zstd|lz4|none}} | command_gen | linux |
mkinitfs -C {{gzip|xz|zstd|lz4|none}} | Compress the initramfs using the specified compression algorithm (default: gzip): | explain | linux |
List files that will be included in the initramfs image: | mkinitfs -l | command_gen | linux |
mkinitfs -l | List files that will be included in the initramfs image: | explain | linux |
List all available features: | mkinitfs -L | command_gen | linux |
mkinitfs -L | List all available features: | explain | linux |
Split a `.wav` + `.cue` file into multiple files: | shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} | command_gen | linux |
shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} | Split a `.wav` + `.cue` file into multiple files: | explain | linux |
Show supported formats: | shnsplit -a | command_gen | linux |
shnsplit -a | Show supported formats: | explain | linux |
Split a `.flac` file into multiple files: | shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}} | command_gen | linux |
shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}} | Split a `.flac` file into multiple files: | explain | linux |
Split a `.wav` file into files of the form "track-number - album - title": | shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} -t "%n - %a - %t" | command_gen | linux |
shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} -t "%n - %a - %t" | Split a `.wav` file into files of the form "track-number - album - title": | explain | linux |
Open a text file: | kwrite {{path/to/file}} | command_gen | linux |
kwrite {{path/to/file}} | Open a text file: | explain | linux |
Open multiple text files: | kwrite {{file1 file2 ...}} | command_gen | linux |
kwrite {{file1 file2 ...}} | Open multiple text files: | explain | linux |
Open a text file with a specific encoding: | kwrite --encoding {{UTF-8}} {{path/to/file}} | command_gen | linux |
kwrite --encoding {{UTF-8}} {{path/to/file}} | Open a text file with a specific encoding: | explain | linux |
Open a text file and navigate to a specific line and column: | kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}} | command_gen | linux |
kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}} | Open a text file and navigate to a specific line and column: | explain | linux |
Load a specific keyboard layout for the current console: | sudo loadkeys {{en|de|fi|dvorak|...}} | command_gen | linux |
sudo loadkeys {{en|de|fi|dvorak|...}} | Load a specific keyboard layout for the current console: | explain | linux |
Load a default keymap: | sudo loadkeys {{[-d|--default]}} | command_gen | linux |
sudo loadkeys {{[-d|--default]}} | Load a default keymap: | explain | linux |
Create a kernel source table: | loadkeys {{[-m|--mktable]}} | command_gen | linux |
loadkeys {{[-m|--mktable]}} | Create a kernel source table: | explain | linux |
Create a binary keymap: | loadkeys {{[-b|--bkeymap]}} | command_gen | linux |
loadkeys {{[-b|--bkeymap]}} | Create a binary keymap: | explain | linux |
Search and parse keymap without action: | loadkeys {{[-p|--parse]}} | command_gen | linux |
loadkeys {{[-p|--parse]}} | Search and parse keymap without action: | explain | linux |
Load the keymap suppressing all output: | loadkeys {{[-q|--quiet]}} | command_gen | linux |
loadkeys {{[-q|--quiet]}} | Load the keymap suppressing all output: | explain | linux |
Set a keymap for a specific console: | sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{uk}} | command_gen | linux |
sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{uk}} | Set a keymap for a specific console: | explain | linux |
Load a keymap from the specified file for the console: | loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{/path/to/file}} | command_gen | linux |
loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{/path/to/file}} | Load a keymap from the specified file for the console: | explain | linux |
Log in to a remote host: | rlogin {{remote_host}} | command_gen | linux |
rlogin {{remote_host}} | Log in to a remote host: | explain | linux |
Log in to a remote host with a specific username: | rlogin {{[-l|--user]}} {{username}} {{remote_host}} | command_gen | linux |
rlogin {{[-l|--user]}} {{username}} {{remote_host}} | Log in to a remote host with a specific username: | explain | linux |
Output a summary of the last 2: months, days, and all-time: | vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}} | command_gen | linux |
vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}} | Output a summary of the last 2: months, days, and all-time: | explain | linux |
Output the 10 most traffic-intensive days of all time: | vnstati --top 10 --iface {{network_interface}} --output {{path/to/output.png}} | command_gen | linux |
vnstati --top 10 --iface {{network_interface}} --output {{path/to/output.png}} | Output the 10 most traffic-intensive days of all time: | explain | linux |
Output monthly traffic statistics from the last 12 months: | vnstati --months --iface {{network_interface}} --output {{path/to/output.png}} | command_gen | linux |
vnstati --months --iface {{network_interface}} --output {{path/to/output.png}} | Output monthly traffic statistics from the last 12 months: | explain | linux |
Output hourly traffic statistics from the last 24 hours: | vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}} | command_gen | linux |
vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}} | Output hourly traffic statistics from the last 24 hours: | explain | linux |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.