Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringlengths
5
231
response
stringlengths
1
231
Interactively create a new stack configuration:
apx stacks new
Interactively update a stack configuration:
apx stacks update {{name}}
List all available stack configurations:
apx stacks list
Remove a specified stack configuration:
apx stacks rm --name {{string}}
Import a stack configuration:
apx stacks import --input {{path/to/stack.yml}}
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}}
List all available wireless interfaces:
iwinfo
Display detailed information on a specific wireless interface:
iwinfo {{interface}} info
Scan for nearby wireless networks visible to the interface:
iwinfo {{interface}} scan
List connected devices:
iwinfo {{interface}} assoclist
List channels supported by the interface:
iwinfo {{interface}} freqlist
List available transmit power levels for the interface:
iwinfo {{interface}} txpowerlist
Display help:
iwinfo h
List available news items with their numbers (all by default):
eselect news list {{all|new}}
Print the specified news items:
eselect news read {{number1 number2 ...}}
Print all unread news items:
eselect news read
Mark the specified news items as unread:
eselect news unread {{number1 number2 ...}}
Delete all read news items:
eselect news purge
Print the number of available news items (new by default):
eselect news count {{all|new}}
Print all information about a specific serial device:
setserial -a {{/dev/cuaN}}
Print the configuration summary of a specific serial device (useful for printing during bootup process):
setserial -b {{device}}
Set a specific configuration parameter to a device:
sudo setserial {{device}} {{parameter}}
Print the configuration of a list of devices:
setserial -g {{device1 device2 ...}}
Generate an initramfs with the features specified in `/etc/mkinitfs/mkinitfs.conf`:
mkinitfs
Use a different configuration file:
mkinitfs -c {{path/to/config}}
Compress the initramfs using the specified compression algorithm (default: gzip):
mkinitfs -C {{gzip|xz|zstd|lz4|none}}
List files that will be included in the initramfs image:
mkinitfs -l
List all available features:
mkinitfs -L
Split a `.wav` + `.cue` file into multiple files:
shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}}
Show supported formats:
shnsplit -a
Split a `.flac` file into multiple files:
shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}}
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"
Open a text file:
kwrite {{path/to/file}}
Open multiple text files:
kwrite {{file1 file2 ...}}
Open a text file with a specific encoding:
kwrite --encoding {{UTF-8}} {{path/to/file}}
Open a text file and navigate to a specific line and column:
kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}
Load a specific keyboard layout for the current console:
sudo loadkeys {{en|de|fi|dvorak|...}}
Load a default keymap:
sudo loadkeys {{[-d|--default]}}
Create a kernel source table:
loadkeys {{[-m|--mktable]}}
Create a binary keymap:
loadkeys {{[-b|--bkeymap]}}
Search and parse keymap without action:
loadkeys {{[-p|--parse]}}
Load the keymap suppressing all output:
loadkeys {{[-q|--quiet]}}
Set a keymap for a specific console:
sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{uk}}
Load a keymap from the specified file for the console:
loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{/path/to/file}}
Log in to a remote host:
rlogin {{remote_host}}
Log in to a remote host with a specific username:
rlogin {{[-l|--user]}} {{username}} {{remote_host}}
Output a summary of the last 2: months, days, and all-time:
vnstati --summary --iface {{network_interface}} --output {{path/to/output.png}}
Output the 10 most traffic-intensive days of all time:
vnstati --top 10 --iface {{network_interface}} --output {{path/to/output.png}}
Output monthly traffic statistics from the last 12 months:
vnstati --months --iface {{network_interface}} --output {{path/to/output.png}}
Output hourly traffic statistics from the last 24 hours:
vnstati --hours --iface {{network_interface}} --output {{path/to/output.png}}
Display DIMM information:
decode-dimms
Display help:
decode-dimms {{[-h|--help]}}
Display all devices detected by fwupd:
fwupdmgr get-devices
Download the latest firmware metadata from LVFS:
fwupdmgr refresh
List the updates available for devices on your system:
fwupdmgr get-updates
Install firmware updates:
fwupdmgr update
Set the screen temperature to 3000K:
gummy --temperature {{3000}}
Set the screen backlight to 50%:
gummy --backlight {{50}}
Set the screen pixel brightness to 45%:
gummy --brightness {{45}}
Increase current screen pixel brightness by 10%:
gummy --brightness {{+10}}
Decrease current screen pixel brightness by 10%:
gummy --brightness {{-10}}
Set the temperature and pixel brightness for the second screen:
gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}
Add a new client device:
sudo pivpn add
List all client devices:
sudo pivpn list
List currently connected devices and their statistics:
sudo pivpn clients
Revoke a previously authenticated device:
sudo pivpn revoke
Uninstall PiVPN:
sudo pivpn uninstall
Authenticate `pkgctl` with the GitLab instance:
pkgctl auth login
View authentication status:
pkgctl auth status
Reset a virtual machine:
qm reset {{vm_id}}
Reset a virtual machine and skip lock (only root can use this option):
qm reset --skiplock {{true}} {{vm_id}}
Display a report for one or more files:
filefrag {{path/to/file1 path/to/file2 ...}}
Display a report using a 1024 byte blocksize:
filefrag -k {{path/to/file}}
Display a report using a certain blocksize:
filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}}
Sync the file before requesting the mapping:
filefrag -s {{path/to/file1 path/to/file2 ...}}
Display mapping of extended attributes:
filefrag -x {{path/to/file1 path/to/file2 ...}}
Display a report with verbose information:
filefrag -v {{path/to/file1 path/to/file2 ...}}
Show information about all active IPC facilities:
lsipc
Show information about active shared [m]emory segments, message [q]ueues or [s]empahore sets:
lsipc {{--shmems|--queues|--semaphores}}
Show full details on the resource with a specific ID:
lsipc {{--shmems|--queues|--semaphores}} {{[-i|--id]}} {{resource_id}}
Print the given output columns (see all supported columns with `--help`):
lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}
Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format:
lsipc {{--raw|--json|--list|--export}}
Don't truncate the output:
lsipc --notruncate
Connect to the Tor network:
tor
View Tor configuration:
tor --config
Check Tor status:
tor --status
Run as client only:
tor --client
Run as relay:
tor --relay
Run as bridge:
tor --bridge
Run as a hidden service:
tor --hidden-service
Start tracing a specific process by its PID:
strace {{[-p|--attach]}} {{pid}}
Trace a process and filter output by system call [e]xpression:
strace {{[-p|--attach]}} {{pid}} -e {{system_call,system_call2,...}}
Count time, calls, and errors for each system call and report a summary on program exit:
strace {{[-p|--attach]}} {{pid}} {{[-c|--summary-only]}}
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}}
Start tracing a program by executing it:
strace {{program}}
Start tracing file operations of a program:
strace -e trace=file {{program}}
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}}
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]}}
Show information while and after recording:
byzanz-record --verbose {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}
Record the screen for a minute:
byzanz-record --duration 60 {{path/to/file.[byzanz|flv|gif|ogg|ogv|webm]}}
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
1