mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
nasm, npm-install-test, musescore, cec-client, fbset, gksu, gksudo, routel, sulogin: update more info link (#19310)
This commit is contained in:
@@ -1,28 +1,24 @@
|
||||
# musescore
|
||||
|
||||
> MuseScore 3 sheet music editor.
|
||||
> MuseScore sheet music editor.
|
||||
> See also: `lilypond`.
|
||||
> More information: <https://musescore.org/en/handbook/4/command-line-options>.
|
||||
|
||||
- Use a specific audio driver:
|
||||
|
||||
`musescore --audio-driver {{jack|alsa|portaudio|pulse}}`
|
||||
> More information: <https://handbook.musescore.org/appendix/command-line-usage>.
|
||||
|
||||
- Set the MP3 output bitrate in kbit/s:
|
||||
|
||||
`musescore --bitrate {{bitrate}}`
|
||||
`musescore {{[-b|--bitrate]}} {{bitrate}}`
|
||||
|
||||
- Start MuseScore in debug mode:
|
||||
|
||||
`musescore --debug`
|
||||
`musescore {{[-d|--debug]}}`
|
||||
|
||||
- Enable experimental features, such as layers:
|
||||
|
||||
`musescore --experimental`
|
||||
`musescore {{[-e|--experimental]}}`
|
||||
|
||||
- Export the given file to the specified output file. The file type depends on the given extension:
|
||||
|
||||
`musescore --export-to {{output_file}} {{input_file}}`
|
||||
`musescore {{[-o|--export-to]}} {{output_file}} {{input_file}}`
|
||||
|
||||
- Print a diff between the given scores:
|
||||
|
||||
@@ -30,4 +26,4 @@
|
||||
|
||||
- Specify a MIDI import operations file:
|
||||
|
||||
`musescore --midi-operations {{path/to/file}}`
|
||||
`musescore {{[-M|--midi-operations]}} {{path/to/file}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# nasm
|
||||
|
||||
> The Netwide Assembler, a portable 80x86 assembler.
|
||||
> More information: <https://www.nasm.us/xdoc/2.16.03/html/nasmdoc2.html>.
|
||||
> More information: <https://www.nasm.us/xdoc/3.01/html/nasmdoc2.html>.
|
||||
|
||||
- Assemble `source.asm` into a binary file `source`, in the (default) raw binary format:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Equivalent to running `npm install` followed by `npm test`.
|
||||
> Note: `it` can be used as shorthand for `install-test`.
|
||||
> More information: <https://docs.npmjs.com/cli/v8/commands/npm-install-test>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-install-test>.
|
||||
|
||||
- Install all dependencies and then run tests:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Manage serial bus CEC connections.
|
||||
> See also: `cec-ctl`.
|
||||
> More information: <https://manned.org/man/cec-client>.
|
||||
> More information: <https://manned.org/cec-client>.
|
||||
|
||||
- List all CEC adapters:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# fbset
|
||||
|
||||
> Show and modify frame buffer device settings.
|
||||
> More information: <https://manned.org/man/fbset.1>.
|
||||
> More information: <https://manned.org/fbset.1>.
|
||||
|
||||
- Show current framebuffer settings:
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
|
||||
> See also: `gksudo`.
|
||||
> More information: <https://manned.org/man/gksudo>.
|
||||
> More information: <https://manned.org/gksu>.
|
||||
|
||||
- Run a command as a specific user:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
> Allows you to run graphical commands which need root access without having to run an X terminal emulator.
|
||||
> Note: This command is deprecated in favor of commands like `pkexec`, and is no longer maintained.
|
||||
> See also: `gksu`.
|
||||
> More information: <https://manned.org/man/gksudo>.
|
||||
> More information: <https://manned.org/gksudo>.
|
||||
|
||||
- Run a command as a specific user:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> List IP routing in a human readable format.
|
||||
> See also: `ip route`, `route`.
|
||||
> More information: <https://manned.org/man/routel>.
|
||||
> More information: <https://manned.org/routel>.
|
||||
|
||||
- Display the default routing table:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# sulogin
|
||||
|
||||
> Log in as root during single-user mode.
|
||||
> More information: <https://manned.org/man/sulogin>.
|
||||
> More information: <https://manned.org/sulogin>.
|
||||
|
||||
- Start `sulogin` on the default console:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user