mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
*: add help example (#15981)
This commit is contained in:
parent
0511c2eedb
commit
67dad77a73
75 changed files with 293 additions and 5 deletions
|
@ -18,3 +18,7 @@
|
||||||
- Exit browsh:
|
- Exit browsh:
|
||||||
|
|
||||||
`<Ctrl q>`
|
`<Ctrl q>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`browsh {{[-h|--help]}}`
|
||||||
|
|
|
@ -27,3 +27,7 @@
|
||||||
- Exit `btop`:
|
- Exit `btop`:
|
||||||
|
|
||||||
`<q>`
|
`<q>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`btop {{[-h|--help]}}`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Exit carbonyl:
|
- Exit carbonyl:
|
||||||
|
|
||||||
`<Ctrl c>`
|
`<Ctrl c>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`carbonyl {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Continue to the next pattern's commands without checking the pattern:
|
- Continue to the next pattern's commands without checking the pattern:
|
||||||
|
|
||||||
`case {{$ANIMAL}} in {{cat}}) echo "It's a cat" ;& {{dog}}) echo "It's either a dog or cat fell through" ;& *) echo "Fallback" ;; esac`
|
`case {{$ANIMAL}} in {{cat}}) echo "It's a cat" ;& {{dog}}) echo "It's either a dog or cat fell through" ;& *) echo "Fallback" ;; esac`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`help case`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Run a function named `func_name`:
|
- Run a function named `func_name`:
|
||||||
|
|
||||||
`func_name`
|
`func_name`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`help function`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Get the translation of a string or output a default string if it doesn't exist:
|
- Get the translation of a string or output a default string if it doesn't exist:
|
||||||
|
|
||||||
`LANGUAGE={{locale}} gettext {{msgid}} {{default_value}}`
|
`LANGUAGE={{locale}} gettext {{msgid}} {{default_value}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`gettext {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Print the full path of `command`:
|
- Print the full path of `command`:
|
||||||
|
|
||||||
`hash -t {{command}}`
|
`hash -t {{command}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`hash --help`
|
||||||
|
|
|
@ -23,3 +23,7 @@
|
||||||
- Declare a readonly variable with the specified value:
|
- Declare a readonly variable with the specified value:
|
||||||
|
|
||||||
`local -r {{variable}}="{{value}}"`
|
`local -r {{variable}}="{{value}}"`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`local --help`
|
||||||
|
|
|
@ -28,3 +28,7 @@
|
||||||
- Reduce file sizes of all GIF images in the current directory by reducing quality:
|
- Reduce file sizes of all GIF images in the current directory by reducing quality:
|
||||||
|
|
||||||
`magick mogrify -layers 'optimize' -fuzz {{7%}} {{*.gif}}`
|
`magick mogrify -layers 'optimize' -fuzz {{7%}} {{*.gif}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`magick mogrify -help`
|
||||||
|
|
|
@ -19,3 +19,7 @@
|
||||||
- Send a `tar.gz` file as an attachment:
|
- Send a `tar.gz` file as an attachment:
|
||||||
|
|
||||||
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject "{{subject_line}}" {{to_user@example.com}}`
|
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject "{{subject_line}}" {{to_user@example.com}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`mail {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Initialize a database:
|
- Initialize a database:
|
||||||
|
|
||||||
`sudo mariadb-install-db --user {{user}} --basedir {{/usr}} --datadir {{/var/lib/mysql}}`
|
`sudo mariadb-install-db --user {{user}} --basedir {{/usr}} --datadir {{/var/lib/mysql}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`mariadb-install-db --help`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Convert a `.po` file to a `.mo` file:
|
- Convert a `.po` file to a `.mo` file:
|
||||||
|
|
||||||
`msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}`
|
`msgfmt {{path/to/file.po}} {{[-o|--output-file]}} {{path/to/file.mo}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`msgfmt {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Define locale to generate from a specific template:
|
- Define locale to generate from a specific template:
|
||||||
|
|
||||||
`msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}`
|
`msginit {{[-l|--locale]}} {{locale}} {{[-i|--input]}} {{path/to/messages.pot}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`msginit {{[-h|--help]}}`
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Exclamation mark
|
# msgmerge
|
||||||
|
|
||||||
> Update an existing translation file from a new template.
|
> Update an existing translation file from a new template.
|
||||||
> More information: <https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html>.
|
> More information: <https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html>.
|
||||||
|
@ -6,3 +6,7 @@
|
||||||
- Update a translation file:
|
- Update a translation file:
|
||||||
|
|
||||||
`msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}`
|
`msgmerge {{[-U|--update]}} {{path/to/file.po}} {{path/to/messages.pot}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`msgmerge {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Quit Orbiton:
|
- Quit Orbiton:
|
||||||
|
|
||||||
`<Ctrl q>`
|
`<Ctrl q>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`o {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Exit picocom:
|
- Exit picocom:
|
||||||
|
|
||||||
`<Ctrl a><Ctrl x>`
|
`<Ctrl a><Ctrl x>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`picocom {{[-h|--help]}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# pwd
|
# pwd
|
||||||
|
|
||||||
> Print name of current/working directory.
|
> Print the name of current/working directory.
|
||||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||||
|
|
||||||
- Print the current directory:
|
- Print the current directory:
|
||||||
|
@ -10,3 +10,7 @@
|
||||||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||||
|
|
||||||
`pwd {{[-P|--physical]}}`
|
`pwd {{[-P|--physical]}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pwd --help`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Copy at most the specified number of lines:
|
- Copy at most the specified number of lines:
|
||||||
|
|
||||||
`readarray -n {{N}} {{array_name}} < {{path/to/file.txt}}`
|
`readarray -n {{N}} {{array_name}} < {{path/to/file.txt}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`help mapfile`
|
||||||
|
|
|
@ -30,3 +30,7 @@
|
||||||
- Execute quietly without start and done messages:
|
- Execute quietly without start and done messages:
|
||||||
|
|
||||||
`script {{[-q|--quiet]}} {{logfile.log}}`
|
`script {{[-q|--quiet]}} {{logfile.log}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`script {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Display the full Object Identifier (OID) path:
|
- Display the full Object Identifier (OID) path:
|
||||||
|
|
||||||
`snmpbulkget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
`snmpbulkget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpbulkget {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Fetch the disk space usage:
|
- Fetch the disk space usage:
|
||||||
|
|
||||||
`snmpdf -v {{version}} -c {{community}} {{ip}}`
|
`snmpdf -v {{version}} -c {{community}} {{ip}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpdf {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Display the full Object Identifier (OID) path:
|
- Display the full Object Identifier (OID) path:
|
||||||
|
|
||||||
`snmpget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
`snmpget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpget {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Display the full Object Identifier (OID) path:
|
- Display the full Object Identifier (OID) path:
|
||||||
|
|
||||||
`snmpgetnext -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
`snmpgetnext -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpgetnext {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Fetch the networking status:
|
- Fetch the networking status:
|
||||||
|
|
||||||
`snmpnetstat -v {{version}} -c {{community}} {{ip}}`
|
`snmpnetstat -v {{version}} -c {{community}} {{ip}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpnetstat {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Set a value:
|
- Set a value:
|
||||||
|
|
||||||
`snmpset -v {{version}} -c {{community}} {{ip}} {{oid}} {{value_type}} {{value}}`
|
`snmpset -v {{version}} -c {{community}} {{ip}} {{oid}} {{value_type}} {{value}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpset {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Fetch the values:
|
- Fetch the values:
|
||||||
|
|
||||||
`snmpstatus -v {{version}} -c {{community}} {{ip}}`
|
`snmpstatus -v {{version}} -c {{community}} {{ip}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpstatus {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Fetch data:
|
- Fetch data:
|
||||||
|
|
||||||
`snmptable -v {{version}} -c {{community}} {{ip}} {{oid}}`
|
`snmptable -v {{version}} -c {{community}} {{ip}} {{oid}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmptable {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Start the prompt:
|
- Start the prompt:
|
||||||
|
|
||||||
`snmptest -v {{version}} -c {{community}} {{ip}}`
|
`snmptest -v {{version}} -c {{community}} {{ip}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmptest {{[-h|--help]}}`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- Query system information on a remote host by OID using SNMPv3 without authentication or encryption:
|
- Query system information on a remote host by OID using SNMPv3 without authentication or encryption:
|
||||||
|
|
||||||
`snmpwalk -v 3 -l {{noAuthNoPriv}} -u {{username}} {{ip}} {{oid}}`
|
`snmpwalk -v 3 -l {{noAuthNoPriv}} -u {{username}} {{ip}} {{oid}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`snmpwalk {{[-h|--help]}}`
|
||||||
|
|
|
@ -26,3 +26,7 @@
|
||||||
- Turn character echoing off or on:
|
- Turn character echoing off or on:
|
||||||
|
|
||||||
`stty {{-echo|echo}}`
|
`stty {{-echo|echo}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`stty --help`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Set max per-user process limit:
|
- Set max per-user process limit:
|
||||||
|
|
||||||
`ulimit -u 30`
|
`ulimit -u 30`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`help ulimit`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- Generate a new `/etc/machine-id` file and enable customizations to be able to change the host name to avoid network conflicts:
|
- Generate a new `/etc/machine-id` file and enable customizations to be able to change the host name to avoid network conflicts:
|
||||||
|
|
||||||
`sudo virt-sysprep --domain {{vm_name}} --enable {{customizations}} --hostname {{host_name}} --operation {{machine-id}}`
|
`sudo virt-sysprep --domain {{vm_name}} --enable {{customizations}} --hostname {{host_name}} --operation {{machine-id}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`virt-sysprep {{[-he|--help]}}`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Wait for a job to finish:
|
- Wait for a job to finish:
|
||||||
|
|
||||||
`wait %{{N}}`
|
`wait %{{N}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`wait --help`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Don't add a header containing metadata to the output file:
|
- Don't add a header containing metadata to the output file:
|
||||||
|
|
||||||
`xgettext --omit-header {{path/to/input_file}}`
|
`xgettext --omit-header {{path/to/input_file}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`xgettext {{[-h|--help]}}`
|
||||||
|
|
|
@ -30,3 +30,7 @@
|
||||||
- Print full Apache configuration:
|
- Print full Apache configuration:
|
||||||
|
|
||||||
`apachectl -S`
|
`apachectl -S`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`apachectl -h`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Add githooks to the current repository:
|
- Add githooks to the current repository:
|
||||||
|
|
||||||
`aurpublish setup`
|
`aurpublish setup`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`aurpublish {{[-h|--help]}}`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- Watch for changes in bridge interfaces:
|
- Watch for changes in bridge interfaces:
|
||||||
|
|
||||||
`bridge {{[mo|monitor]}}`
|
`bridge {{[mo|monitor]}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`bridge {{[h|help]}}`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- Exit the `cu` session when in connection:
|
- Exit the `cu` session when in connection:
|
||||||
|
|
||||||
`<Enter><~><.>`
|
`<Enter><~><.>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`cu --help`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Prompt the user for a yes/no question:
|
- Prompt the user for a yes/no question:
|
||||||
|
|
||||||
`dialog --yesno "{{Continue?}}" {{7}} {{40}}`
|
`dialog --yesno "{{Continue?}}" {{7}} {{40}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`dialog`
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`fadvise --help`
|
`fadvise {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Display all possible data columns:
|
- Display all possible data columns:
|
||||||
|
|
||||||
`fincore --output-all {{path/to/file}}`
|
`fincore --output-all {{path/to/file}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`fincore {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Specify the audio driver:
|
- Specify the audio driver:
|
||||||
|
|
||||||
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`fluidsynth {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Launch an application:
|
- Launch an application:
|
||||||
|
|
||||||
`gtk-launch {{Application_name}}`
|
`gtk-launch {{Application_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`gtk-launch {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Display interface status:
|
- Display interface status:
|
||||||
|
|
||||||
`ifstatus {{interface_name}}`
|
`ifstatus {{interface_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`ifstatus`
|
||||||
|
|
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`informant --help`
|
`informant {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Leave a static multicast group:
|
- Leave a static multicast group:
|
||||||
|
|
||||||
`sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{eth0}}`
|
`sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{eth0}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`ip {{[m|maddress]}} {{[h|help]}}`
|
||||||
|
|
|
@ -26,3 +26,7 @@
|
||||||
- List available transmit power levels for the interface:
|
- List available transmit power levels for the interface:
|
||||||
|
|
||||||
`iwinfo {{interface}} txpowerlist`
|
`iwinfo {{interface}} txpowerlist`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`iwinfo h`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- List all available folders:
|
- List all available folders:
|
||||||
|
|
||||||
`kwallet-query {{kdewallet}} {{[-l|--list-entries]}} {{[-f|--folder]}} ""`
|
`kwallet-query {{kdewallet}} {{[-l|--list-entries]}} {{[-f|--folder]}} ""`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`kwallet-query {{[-h|--help]}}`
|
||||||
|
|
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`libinput -h`
|
`libinput {{[-h|--help]}}`
|
||||||
|
|
|
@ -26,3 +26,7 @@
|
||||||
- Log a user out on all of their sessions:
|
- Log a user out on all of their sessions:
|
||||||
|
|
||||||
`loginctl terminate-user {{username}}`
|
`loginctl terminate-user {{username}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`loginctl {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Print log messages as they happen:
|
- Print log messages as they happen:
|
||||||
|
|
||||||
`logread -f`
|
`logread -f`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`logread -h`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- List open IPv4 or IPv6 sockets:
|
- List open IPv4 or IPv6 sockets:
|
||||||
|
|
||||||
`lsfd -i{{4|6}}`
|
`lsfd -i{{4|6}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lsfd {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Attach to a container:
|
- Attach to a container:
|
||||||
|
|
||||||
`sudo lxc-attach {{container_name}}`
|
`sudo lxc-attach {{container_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-attach {{[-?|--help]}}`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Exit `lxc-console`:
|
- Exit `lxc-console`:
|
||||||
|
|
||||||
`<Ctrl a><q>`
|
`<Ctrl a><q>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-console {{[-?|--help]}}`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Create a container passing options to a template:
|
- Create a container passing options to a template:
|
||||||
|
|
||||||
`sudo lxc-create {{[-n|--name]}} {{container_name}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{distro-name}} {{[-r|--release]}} {{release-version}} {{[-a|--arch]}} {{arch}}`
|
`sudo lxc-create {{[-n|--name]}} {{container_name}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{distro-name}} {{[-r|--release]}} {{release-version}} {{[-a|--arch]}} {{arch}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-create {{[-?|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Delete a container:
|
- Delete a container:
|
||||||
|
|
||||||
`sudo lxc-destroy {{container_name}}`
|
`sudo lxc-destroy {{container_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-destroy {{[-?|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Query information from a container:
|
- Query information from a container:
|
||||||
|
|
||||||
`sudo lxc-info {{container_name}}`
|
`sudo lxc-info {{container_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-info {{[-?|--help]}}`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- List containers in a fancy, column-based output:
|
- List containers in a fancy, column-based output:
|
||||||
|
|
||||||
`sudo lxc-ls {{[-f|--fancy]}}`
|
`sudo lxc-ls {{[-f|--fancy]}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-ls {{[-?|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Exit out of a foreground container (run this in a separate terminal):
|
- Exit out of a foreground container (run this in a separate terminal):
|
||||||
|
|
||||||
`sudo lxc-stop {{container_name}}`
|
`sudo lxc-stop {{container_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-start {{[-?|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Stop a container:
|
- Stop a container:
|
||||||
|
|
||||||
`sudo lxc-stop {{container_name}}`
|
`sudo lxc-stop {{container_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`lxc-stop {{[-?|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Exit minicom:
|
- Exit minicom:
|
||||||
|
|
||||||
`<Ctrl a><x><Enter>`
|
`<Ctrl a><x><Enter>`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`minicom {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- View all-time network statistics:
|
- View all-time network statistics:
|
||||||
|
|
||||||
`nstat {{[-a|--ignore]}}`
|
`nstat {{[-a|--ignore]}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`nstat {{[-h|--help]}}`
|
||||||
|
|
|
@ -27,3 +27,7 @@
|
||||||
- Remove a partition in interactive mode:
|
- Remove a partition in interactive mode:
|
||||||
|
|
||||||
`rm {{/dev/sdXN}}`
|
`rm {{/dev/sdXN}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`?`
|
||||||
|
|
|
@ -19,3 +19,7 @@
|
||||||
- Start interactive mode with the specified disk selected:
|
- Start interactive mode with the specified disk selected:
|
||||||
|
|
||||||
`sudo parted {{/dev/sdX}}`
|
`sudo parted {{/dev/sdX}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`parted {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- View a file:
|
- View a file:
|
||||||
|
|
||||||
`pg {{path/to/file}}`
|
`pg {{path/to/file}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pg {{[-h|--help]}}`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Record a sample recording using a different sample rate:
|
- Record a sample recording using a different sample rate:
|
||||||
|
|
||||||
`pw-cat --record --rate {{6000}} {{path/to/file.wav}}`
|
`pw-cat --record --rate {{6000}} {{path/to/file.wav}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pw-cat {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Monitor a device instead of reserving it:
|
- Monitor a device instead of reserving it:
|
||||||
|
|
||||||
`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}`
|
`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pw-reserve {{[-h|--help]}}`
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
- Run a program:
|
- Run a program:
|
||||||
|
|
||||||
`pw-v4l2 {{program}}`
|
`pw-v4l2 {{program}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`pw-v4l2 -h`
|
||||||
|
|
|
@ -22,3 +22,7 @@
|
||||||
- Enable debug mode:
|
- Enable debug mode:
|
||||||
|
|
||||||
`qmake -d`
|
`qmake -d`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`qmake -help`
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
- Use a configuration file to fetch mirrors:
|
- Use a configuration file to fetch mirrors:
|
||||||
|
|
||||||
`sudo reflector @{{/etc/xdg/reflector/reflector.conf}}`
|
`sudo reflector @{{/etc/xdg/reflector/reflector.conf}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`reflector {{[-h|--help]}}`
|
||||||
|
|
|
@ -30,3 +30,7 @@
|
||||||
- Pass the asked password to another program:
|
- Pass the asked password to another program:
|
||||||
|
|
||||||
`systemd-ask-password | {{command}}`
|
`systemd-ask-password | {{command}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`systemd-ask-password {{[-h|--help]}}`
|
||||||
|
|
|
@ -10,3 +10,7 @@
|
||||||
- Install drivers for detected hardware:
|
- Install drivers for detected hardware:
|
||||||
|
|
||||||
`sudo ubuntu-drivers install`
|
`sudo ubuntu-drivers install`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`ubuntu-drivers`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Listen to events:
|
- Listen to events:
|
||||||
|
|
||||||
`ubus subscribe {{event_name}}`
|
`ubus subscribe {{event_name}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`ubus`
|
||||||
|
|
|
@ -30,3 +30,7 @@
|
||||||
- Discard uncommitted changes:
|
- Discard uncommitted changes:
|
||||||
|
|
||||||
`uci revert {{config}}`
|
`uci revert {{config}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`uci`
|
||||||
|
|
|
@ -14,3 +14,7 @@
|
||||||
- Skip testing for Vulkan support:
|
- Skip testing for Vulkan support:
|
||||||
|
|
||||||
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`waypipe {{[-h|--help]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue