mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge branch 'main' into ffmpeg.ar
This commit is contained in:
commit
fee00480f9
35 changed files with 92 additions and 120 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A audio/video player based on MPlayer.
|
> A audio/video player based on MPlayer.
|
||||||
> See also: `mplayer`, `vlc`.
|
> See also: `mplayer`, `vlc`.
|
||||||
> More information: <https://mpv.io>.
|
> More information: <https://mpv.io/manual/stable/>.
|
||||||
|
|
||||||
- Play a video or audio from a URL or file:
|
- Play a video or audio from a URL or file:
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,16 @@
|
||||||
|
|
||||||
- Generate a QR code:
|
- Generate a QR code:
|
||||||
|
|
||||||
`echo "{{data}}" | qr`
|
`qr "{{data}}"`
|
||||||
|
|
||||||
- Specify the error correction level (defaults to M):
|
- Specify the error correction level (defaults to `M`):
|
||||||
|
|
||||||
`echo "{{data}}" | qr --error-correction={{L|M|Q|H}}`
|
`qr --error-correction {{L|M|Q|H}} "{{data}}"`
|
||||||
|
|
||||||
|
- Generate a QR code from the output of another command:
|
||||||
|
|
||||||
|
`{{command}} | qr`
|
||||||
|
|
||||||
|
- Save the QR code as a PNG image:
|
||||||
|
|
||||||
|
`qr "{{data}}" > {{path/to/file.png}}`
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- Add a new abbreviation:
|
- Add a new abbreviation:
|
||||||
|
|
||||||
`abbr --add {{abbreviation_name}} {{command}} {{command_arguments}}`
|
`abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}`
|
||||||
|
|
||||||
- Rename an existing abbreviation:
|
- Rename an existing abbreviation:
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
- Erase an existing abbreviation:
|
- Erase an existing abbreviation:
|
||||||
|
|
||||||
`abbr --erase {{abbreviation_name}}`
|
`abbr {{[-e|--erase]}} {{abbreviation_name}}`
|
||||||
|
|
||||||
- Import the abbreviations defined on another host over SSH:
|
- Import the abbreviations defined on another host over SSH:
|
||||||
|
|
||||||
`ssh {{host_name}} abbr --show | source`
|
`ssh {{host_name}} abbr {{[-s|--show]}} | source`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ascii
|
# ascii
|
||||||
|
|
||||||
> Show ASCII character aliases.
|
> Show ASCII character aliases.
|
||||||
> More information: <http://www.catb.org/~esr/ascii/>.
|
> More information: <http://www.catb.org/~esr/ascii/ascii.html>.
|
||||||
|
|
||||||
- Show ASCII aliases of a character:
|
- Show ASCII aliases of a character:
|
||||||
|
|
||||||
|
|
|
@ -13,16 +13,16 @@
|
||||||
|
|
||||||
- Choose the output width (default is 100):
|
- Choose the output width (default is 100):
|
||||||
|
|
||||||
`asciiart --width {{50}} {{path/to/image.jpg}}`
|
`asciiart {{[-w|--width]}} {{50}} {{path/to/image.jpg}}`
|
||||||
|
|
||||||
- Colorize the ASCII output:
|
- Colorize the ASCII output:
|
||||||
|
|
||||||
`asciiart --color {{path/to/image.jpg}}`
|
`asciiart {{[-c|--color]}} {{path/to/image.jpg}}`
|
||||||
|
|
||||||
- Choose the output format (default format is text):
|
- Choose the output format (default format is text):
|
||||||
|
|
||||||
`asciiart --format {{text|html}} {{path/to/image.jpg}}`
|
`asciiart {{[-f|--format]}} {{text|html}} {{path/to/image.jpg}}`
|
||||||
|
|
||||||
- Invert the character map:
|
- Invert the character map:
|
||||||
|
|
||||||
`asciiart --invert-chars {{path/to/image.jpg}}`
|
`asciiart {{[-i|--invert-chars]}} {{path/to/image.jpg}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# autopkgtest
|
# autopkgtest
|
||||||
|
|
||||||
> Run tests on Debian packages.
|
> Run tests on Debian packages.
|
||||||
> More information: <https://wiki.debian.org/ContinuousIntegration/autopkgtest>.
|
> More information: <https://manpages.debian.org/bookworm/autopkgtest/autopkgtest.1.en.html>.
|
||||||
|
|
||||||
- Build the package in the current directory and run all tests directly on the system:
|
- Build the package in the current directory and run all tests directly on the system:
|
||||||
|
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
|
|
||||||
- Test the package in the current directory without rebuilding it:
|
- Test the package in the current directory without rebuilding it:
|
||||||
|
|
||||||
`autopkgtest --no-built-binaries -- {{null}}`
|
`autopkgtest {{[-B|--no-built-binaries]}} -- {{null}}`
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
||||||
|
|
||||||
`blurlock --no-unlock-indicator`
|
`blurlock {{[-u|--no-unlock-indicator]}}`
|
||||||
|
|
||||||
- Lock the screen and don't hide the mouse pointer:
|
- Lock the screen and don't hide the mouse pointer:
|
||||||
|
|
||||||
`blurlock --pointer {{default}}`
|
`blurlock {{[-p|--pointer]}} {{default}}`
|
||||||
|
|
||||||
- Lock the screen and show the number of failed login attempts:
|
- Lock the screen and show the number of failed login attempts:
|
||||||
|
|
||||||
`blurlock --show-failed-attempts`
|
`blurlock {{[-f|--show-failed-attempts]}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# debsecan
|
# debsecan
|
||||||
|
|
||||||
> Debian Security Analyzer, a tool to list vulnerabilities on a particular Debian installation.
|
> Debian Security Analyzer, a tool to list vulnerabilities on a particular Debian installation.
|
||||||
> More information: <https://gitlab.com/fweimer/debsecan>.
|
> More information: <https://manned.org/debsecan>.
|
||||||
|
|
||||||
- List vulnerable installed packages on the current host:
|
- List vulnerable installed packages on the current host:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# eyeD3
|
# eyeD3
|
||||||
|
|
||||||
> Read and manipulate metadata of MP3 files.
|
> Read and manipulate metadata of MP3 files.
|
||||||
> More information: <https://eyed3.readthedocs.io>.
|
> More information: <https://manned.org/eyeD3>.
|
||||||
|
|
||||||
- View information about an MP3 file:
|
- View information about an MP3 file:
|
||||||
|
|
||||||
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
- Set the title of an MP3 file:
|
- Set the title of an MP3 file:
|
||||||
|
|
||||||
`eyeD3 --title "{{A Title}}" {{filename.mp3}}`
|
`eyeD3 {{[-t|--title]}} "{{A Title}}" {{filename.mp3}}`
|
||||||
|
|
||||||
- Set the album of all the MP3 files in a directory:
|
- Set the album of all the MP3 files in a directory:
|
||||||
|
|
||||||
`eyeD3 --album "{{Album Name}}" {{*.mp3}}`
|
`eyeD3 {{[-A|--album]}} "{{Album Name}}" {{*.mp3}}`
|
||||||
|
|
||||||
- Set the front cover art for an MP3 file:
|
- Set the front cover art for an MP3 file:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Remove a specific fingerprints for a specific user:
|
- Remove a specific fingerprints for a specific user:
|
||||||
|
|
||||||
`fprintd-delete {{username}} --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}`
|
`fprintd-delete {{username}} {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}`
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Enroll a specific finger for the current user:
|
- Enroll a specific finger for the current user:
|
||||||
|
|
||||||
`fprintd-enroll --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}`
|
`fprintd-enroll {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}`
|
||||||
|
|
||||||
- Enroll the right index finger for a specific user:
|
- Enroll the right index finger for a specific user:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Enroll a specific finger for a specific user:
|
- Enroll a specific finger for a specific user:
|
||||||
|
|
||||||
`fprintd-enroll --finger {{finger_name}} {{username}}`
|
`fprintd-enroll {{[-f|--finger]}} {{finger_name}} {{username}}`
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Verify a specific fingerprint for the current user:
|
- Verify a specific fingerprint for the current user:
|
||||||
|
|
||||||
`fprintd-verify --finger {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|right-index-finger|right-middle-finger|right-ring-finger|right-little-finger}}`
|
`fprintd-verify {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}`
|
||||||
|
|
||||||
- Verify fingerprints for a specific user:
|
- Verify fingerprints for a specific user:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Verify a specific fingerprint for a specific user:
|
- Verify a specific fingerprint for a specific user:
|
||||||
|
|
||||||
`fprintd-verify --finger {{finger_name}} {{username}}`
|
`fprintd-verify {{[-f|--finger]}} {{finger_name}} {{username}}`
|
||||||
|
|
||||||
- Fail the process if a fingerprint doesn't match with ones stored in the database for the current user:
|
- Fail the process if a fingerprint doesn't match with ones stored in the database for the current user:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# i3exit
|
# i3exit
|
||||||
|
|
||||||
> Exit the i3 window manager.
|
> Exit the i3 window manager.
|
||||||
> More information: <https://gitlab.manjaro.org/packages/community/i3/i3exit>.
|
> More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/i3exit>.
|
||||||
|
|
||||||
- Log out of i3:
|
- Log out of i3:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# i3lock
|
# i3lock
|
||||||
|
|
||||||
> Simple screen locker built for the i3 window manager.
|
> Simple screen locker built for the i3 window manager.
|
||||||
> More information: <https://i3wm.org/i3lock>.
|
> More information: <https://manned.org/i3lock>.
|
||||||
|
|
||||||
- Lock the screen showing a white background:
|
- Lock the screen showing a white background:
|
||||||
|
|
||||||
|
@ -9,24 +9,24 @@
|
||||||
|
|
||||||
- Lock the screen with a simple color background (rrggbb format):
|
- Lock the screen with a simple color background (rrggbb format):
|
||||||
|
|
||||||
`i3lock --color {{0000ff}}`
|
`i3lock {{[-c|--color]}} {{0000ff}}`
|
||||||
|
|
||||||
- Lock the screen to a PNG background:
|
- Lock the screen to a PNG background:
|
||||||
|
|
||||||
`i3lock --image {{path/to/file.png}}`
|
`i3lock {{[-i|--image]}} {{path/to/file.png}}`
|
||||||
|
|
||||||
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
- Lock the screen and disable the unlock indicator (removes feedback on keypress):
|
||||||
|
|
||||||
`i3lock --no-unlock-indicator`
|
`i3lock {{[-u|--no-unlock-indicator]}}`
|
||||||
|
|
||||||
- Lock the screen and don't hide the mouse pointer:
|
- Lock the screen and don't hide the mouse pointer:
|
||||||
|
|
||||||
`i3lock --pointer {{default}}`
|
`i3lock {{[-p|--pointer]}} {{default}}`
|
||||||
|
|
||||||
- Lock the screen to a PNG background tiled over all monitors:
|
- Lock the screen to a PNG background tiled over all monitors:
|
||||||
|
|
||||||
`i3lock --image {{path/to/file.png}} --tiling`
|
`i3lock {{[-i|--image]}} {{path/to/file.png}} {{[-t|--tiling]}}`
|
||||||
|
|
||||||
- Lock the screen and show the number of failed login attempts:
|
- Lock the screen and show the number of failed login attempts:
|
||||||
|
|
||||||
`i3lock --show-failed-attempts`
|
`i3lock {{[-f|--show-failed-attempts]}}`
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Text editor of the KDE Desktop project.
|
> Text editor of the KDE Desktop project.
|
||||||
> See also `kate`.
|
> See also `kate`.
|
||||||
> More information: <https://apps.kde.org/kwrite/>.
|
> More information: <https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html>.
|
||||||
|
|
||||||
- Open a text file:
|
- Open a text file:
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- Open a text file with a specific encoding:
|
- Open a text file with a specific encoding:
|
||||||
|
|
||||||
`kwrite --encoding={{UTF-8}} {{path/to/file}}`
|
`kwrite --encoding {{UTF-8}} {{path/to/file}}`
|
||||||
|
|
||||||
- Open a text file and navigate to a specific line and column:
|
- Open a text file and navigate to a specific line and column:
|
||||||
|
|
||||||
|
|
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
> Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output.
|
> Dump users, computers, groups, OS and membership information via LDAP to HTML, JSON and greppable output.
|
||||||
> See also `ldapsearch`.
|
> See also `ldapsearch`.
|
||||||
> More information: <https://github.com/dirkjanm/ldapdomaindump>.
|
> More information: <https://github.com/dirkjanm/ldapdomaindump#usage>.
|
||||||
|
|
||||||
- Dump all information using the given LDAP account:
|
- Dump all information using the given LDAP account:
|
||||||
|
|
||||||
`ldapdomaindump --user {{domain}}\\{{administrator}} --password {{password|ntlm_hash}} {{hostname|ip}}`
|
`ldapdomaindump {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}} {{password|ntlm_hash}} {{hostname|ip}}`
|
||||||
|
|
||||||
- Dump all information, resolving computer hostnames:
|
- Dump all information, resolving computer hostnames:
|
||||||
|
|
||||||
`ldapdomaindump --resolve --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}`
|
`ldapdomaindump {{[-r|--resolve]}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|
||||||
|
|
||||||
- Dump all information, resolving computer hostnames with the selected DNS server:
|
- Dump all information, resolving computer hostnames with the selected DNS server:
|
||||||
|
|
||||||
`ldapdomaindump --resolve --dns-server {{domain_controller_ip}} --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}`
|
`ldapdomaindump {{[-r|--resolve]}} {{[-n|--dns-server]}} {{domain_controller_ip}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|
||||||
|
|
||||||
- Dump all information to the given directory without JSON output:
|
- Dump all information to the given directory without JSON output:
|
||||||
|
|
||||||
`ldapdomaindump --no-json --outdir {{path/to/directory}} --user {{domain}}\\{{administrator}} --password {{password}} {{hostname|ip}}`
|
`ldapdomaindump --no-json {{[-o|--outdir]}} {{path/to/directory}} {{[-u|--user]}} {{domain}}\{{username}} {{[-p|--password]}}{{password}} {{hostname|ip}}`
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
|
|
||||||
- Restrict report to only include information for a selected service:
|
- Restrict report to only include information for a selected service:
|
||||||
|
|
||||||
`logwatch --range {{all}} --service {{apache|pam_unix|etc}}`
|
`logwatch --range {{all}} --service {{apache|pam_unix|...}}`
|
||||||
|
|
|
@ -1,25 +1,7 @@
|
||||||
# lrunzip
|
# lrunzip
|
||||||
|
|
||||||
> A large file decompression program.
|
> This command is an alias of `lrzip -d`.
|
||||||
> See also: `lrzip`, `lrztar`, `lrzuntar`.
|
|
||||||
> More information: <https://manned.org/lrunzip>.
|
|
||||||
|
|
||||||
- Decompress a file:
|
- View documentation for the original command:
|
||||||
|
|
||||||
`lrunzip {{filename.lrz}}`
|
`tldr lrzip`
|
||||||
|
|
||||||
- Decompress a file using a specific number of processor threads:
|
|
||||||
|
|
||||||
`lrunzip -p {{8}} {{filename.lrz}}`
|
|
||||||
|
|
||||||
- Decompress a file and silently overwrite files if they exist:
|
|
||||||
|
|
||||||
`lrunzip -f {{filename.lrz}}`
|
|
||||||
|
|
||||||
- Keep broken or damaged files instead of deleting them when decompressing:
|
|
||||||
|
|
||||||
`lrunzip -K {{filename.lrz}}`
|
|
||||||
|
|
||||||
- Specify output file name and/or path:
|
|
||||||
|
|
||||||
`lrunzip -o {{outfilename}} {{filename.lrz}}`
|
|
||||||
|
|
|
@ -1,25 +1,7 @@
|
||||||
# lrzuntar
|
# lrzuntar
|
||||||
|
|
||||||
> A wrapper for `lrunzip` to simplify decompression of directories.
|
> This command is an alias of `lrztar -d`.
|
||||||
> See also: `lrztar`, `lrzip`.
|
|
||||||
> More information: <https://manned.org/lrzuntar>.
|
|
||||||
|
|
||||||
- Decompress from a file to the current directory:
|
- View documentation for the original command:
|
||||||
|
|
||||||
`lrzuntar {{path/to/archive.tar.lrz}}`
|
`tldr lrztar`
|
||||||
|
|
||||||
- Decompress from a file to the current directory using a specific number of processor threads:
|
|
||||||
|
|
||||||
`lrzuntar -p {{8}} {{path/to/archive.tar.lrz}}`
|
|
||||||
|
|
||||||
- Decompress from a file to the current directory and silently overwrite items that already exist:
|
|
||||||
|
|
||||||
`lrzuntar -f {{archive.tar.lrz}}`
|
|
||||||
|
|
||||||
- Specify the output path:
|
|
||||||
|
|
||||||
`lrzuntar -O {{path/to/directory}} {{archive.tar.lrz}}`
|
|
||||||
|
|
||||||
- Delete the compressed file after decompression:
|
|
||||||
|
|
||||||
`lrzuntar -D {{path/to/archive.tar.lrz}}`
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lxc-create
|
# lxc-create
|
||||||
|
|
||||||
> Create linux containers.
|
> Create linux containers.
|
||||||
> More information: <https://linuxcontainers.org/lxc/getting-started>.
|
> More information: <https://linuxcontainers.org/lxc/getting-started/>.
|
||||||
|
|
||||||
- Create a container interactively in `/var/lib/lxc/`:
|
- Create a container interactively in `/var/lib/lxc/`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lxc network
|
# lxc network
|
||||||
|
|
||||||
> Manage networks for LXD containers.
|
> Manage networks for LXD containers.
|
||||||
> More information: <https://linuxcontainers.org/lxd/docs/master/networks>.
|
> More information: <https://documentation.ubuntu.com/lxd/latest/reference/manpages/lxc/network/>.
|
||||||
|
|
||||||
- List all available networks:
|
- List all available networks:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# lxc profile
|
# lxc profile
|
||||||
|
|
||||||
> Manage profiles for LXD containers.
|
> Manage profiles for LXD containers.
|
||||||
> More information: <https://linuxcontainers.org/lxd/docs/master/profiles>.
|
> More information: <https://documentation.ubuntu.com/lxd/latest/reference/manpages/lxc/profile/>.
|
||||||
|
|
||||||
- List all available profiles:
|
- List all available profiles:
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- Launch a new container with specific profiles:
|
- Launch a new container with specific profiles:
|
||||||
|
|
||||||
`lxc launch {{container_image}} {{container_name}} --profile {{profile1}} --profile {{profile2}}`
|
`lxc launch {{container_image}} {{container_name}} {{[-p|--profile]}} {{profile1}} {{[-p|--profile]}} {{profile2}}`
|
||||||
|
|
||||||
- Change the profiles of a running container:
|
- Change the profiles of a running container:
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
|
|
||||||
- Show the entire global manpath:
|
- Show the entire global manpath:
|
||||||
|
|
||||||
`manpath --global`
|
`manpath {{[-g|--global]}}`
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
- Open a serial port using the specified baud rate:
|
- Open a serial port using the specified baud rate:
|
||||||
|
|
||||||
`microcom --port {{path/to/serial_port}} --speed {{baud_rate}}`
|
`microcom {{[-p|--port]}} {{/dev/ttyXYZ}} {{[-s|--speed]}} {{baud_rate}}`
|
||||||
|
|
||||||
- Establish a telnet connection to the specified host:
|
- Establish a telnet connection to the specified host:
|
||||||
|
|
||||||
`microcom --telnet {{hostname}}:{{port}}`
|
`microcom {{[-t|--telnet]}} {{hostname}}:{{port}}`
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
- Open a new window and connect to multiple SSH servers:
|
- Open a new window and connect to multiple SSH servers:
|
||||||
|
|
||||||
`mssh {{user@host1}} {{user@host2}} {{...}}`
|
`mssh {{user@host1 user@host2 ...}}`
|
||||||
|
|
||||||
- Open a new window and connect to a group of servers predefined in `~/.mssh_clusters`:
|
- Open a new window and connect to a group of servers predefined in `~/.mssh_clusters`:
|
||||||
|
|
||||||
`mssh --alias {{alias_name}}`
|
`mssh {{[-a|--alias]}} {{alias_name}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# nitrogen
|
# nitrogen
|
||||||
|
|
||||||
> Desktop background browser and setter for X Window.
|
> Desktop background browser and setter for X Window.
|
||||||
> More information: <https://github.com/l3ib/nitrogen>.
|
> More information: <https://manned.org/nitrogen>.
|
||||||
|
|
||||||
- View and set the wallpapers from a specific directory:
|
- View and set the wallpapers from a specific directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# powerprofilesctl
|
# powerprofilesctl
|
||||||
|
|
||||||
> Make power profiles handling available over D-Bus.
|
> Make power profiles handling available over D-Bus.
|
||||||
> More information: <https://gitlab.freedesktop.org/hadess/power-profiles-daemon/>.
|
> More information: <https://gitlab.freedesktop.org/upower/power-profiles-daemon#how-to-use>.
|
||||||
|
|
||||||
- List available power profiles:
|
- List available power profiles:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Display a tree of processes with PIDs:
|
- Display a tree of processes with PIDs:
|
||||||
|
|
||||||
`pstree -p`
|
`pstree {{[-p|--show-pids]}}`
|
||||||
|
|
||||||
- Display all process trees rooted at processes owned by specified user:
|
- Display all process trees rooted at processes owned by specified user:
|
||||||
|
|
||||||
|
|
|
@ -6,20 +6,20 @@
|
||||||
|
|
||||||
- Update the list of available slackbuilds and versions:
|
- Update the list of available slackbuilds and versions:
|
||||||
|
|
||||||
`slapt-src --update`
|
`slapt-src {{[-u|--update]}}`
|
||||||
|
|
||||||
- List all available slackbuilds:
|
- List all available slackbuilds:
|
||||||
|
|
||||||
`slapt-src --list`
|
`slapt-src {{[-l|--list]}}`
|
||||||
|
|
||||||
- Fetch, build and install the specified slackbuild(s):
|
- Fetch, build and install the specified slackbuild(s):
|
||||||
|
|
||||||
`slapt-src --install {{slackbuild_name}}`
|
`slapt-src {{[-i|--install]}} {{slackbuild_name}}`
|
||||||
|
|
||||||
- Locate slackbuilds by their name or description:
|
- Locate slackbuilds by their name or description:
|
||||||
|
|
||||||
`slapt-src --search {{search_term}}`
|
`slapt-src {{[-s|--search]}} {{search_term}}`
|
||||||
|
|
||||||
- Display information about a slackbuild:
|
- Display information about a slackbuild:
|
||||||
|
|
||||||
`slapt-src --show {{slackbuild_name}}`
|
`slapt-src {{[-w|--show]}} {{slackbuild_name}}`
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# spi
|
# spi
|
||||||
|
|
||||||
> A meta package manager that handles both packages and slackbuilds.
|
> A meta package manager that handles both packages and slackbuilds.
|
||||||
> More information: <https://github.com/gapan/spi>.
|
> More information: <https://github.com/gapan/spi/blob/master/man/spi.t2t>.
|
||||||
|
|
||||||
- Update the list of available packages and slackbuilds:
|
- Update the list of available packages and slackbuilds:
|
||||||
|
|
||||||
`spi --update`
|
`spi {{[-u|--update]}}`
|
||||||
|
|
||||||
- Install a package or slackbuild:
|
- Install a package or slackbuild:
|
||||||
|
|
||||||
`spi --install {{package/slackbuild_name}}`
|
`spi {{[-i|--install]}} {{package/slackbuild_name}}`
|
||||||
|
|
||||||
- Upgrade all installed packages to the latest versions available:
|
- Upgrade all installed packages to the latest versions available:
|
||||||
|
|
||||||
`spi --upgrade`
|
`spi {{[-U|--upgrade]}}`
|
||||||
|
|
||||||
- Locate packages or slackbuilds by package name or description:
|
- Locate packages or slackbuilds by package name or description:
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# steghide
|
# steghide
|
||||||
|
|
||||||
> Steganography tool for JPEG, BMP, WAV and AU file formats.
|
> Steganography tool for JPEG, BMP, WAV and AU file formats.
|
||||||
> More information: <https://github.com/StefanoDeVuono/steghide>.
|
> More information: <https://manned.org/steghide>.
|
||||||
|
|
||||||
- Embed data in a PNG, prompting for a passphrase:
|
- Embed data in a PNG, prompting for a passphrase:
|
||||||
|
|
||||||
`steghide embed --coverfile {{path/to/image.png}} --embedfile {{path/to/data.txt}}`
|
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.png}} {{[-ef|--embedfile]}} {{path/to/data.txt}}`
|
||||||
|
|
||||||
- Extract data from a WAV audio file:
|
- Extract data from a WAV audio file:
|
||||||
|
|
||||||
`steghide extract --stegofile {{path/to/sound.wav}}`
|
`steghide extract {{[-sf|--stegofile]}} {{path/to/sound.wav}}`
|
||||||
|
|
||||||
- Display file information, trying to detect an embedded file:
|
- Display file information, trying to detect an embedded file:
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- Embed data in a JPEG image, using maximum compression:
|
- Embed data in a JPEG image, using maximum compression:
|
||||||
|
|
||||||
`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --compress {{9}}`
|
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-z|--compress]}} {{9}}`
|
||||||
|
|
||||||
- Get the list of supported encryption algorithms and modes:
|
- Get the list of supported encryption algorithms and modes:
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@
|
||||||
|
|
||||||
- Embed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode:
|
- Embed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode:
|
||||||
|
|
||||||
`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --encryption {{blowfish|...}} {{cbc|...}}`
|
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-e|--encryption]}} {{blowfish|...}} {{cbc|...}}`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# tomb
|
# tomb
|
||||||
|
|
||||||
> Manage encrypted storage directories that can be safely transported and hidden in a filesystem.
|
> Manage encrypted storage directories that can be safely transported and hidden in a filesystem.
|
||||||
> More information: <https://www.dyne.org/software/tomb/>.
|
> More information: <https://dyne.org/docs/tomb/manpage/>.
|
||||||
|
|
||||||
- Create a new tomb with an initial size of 100 MB:
|
- Create a new tomb with an initial size of 100 MB:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# wajig
|
# wajig
|
||||||
|
|
||||||
> Simplified all-in-one-place system support tool for Debian-based systems.
|
> Simplified all-in-one-place system support tool for Debian-based systems.
|
||||||
> More information: <https://wajig.togaware.com>.
|
> More information: <https://togaware.com/linux/survivor/wajig.html>.
|
||||||
|
|
||||||
- Update the list of available packages and versions:
|
- Update the list of available packages and versions:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Display a cute cow and message on your Linux desktop.
|
> Display a cute cow and message on your Linux desktop.
|
||||||
> The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately.
|
> The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately.
|
||||||
> More information: <https://www.doof.me.uk/xcowsay/>.
|
> More information: <https://manned.org/xcowsay>.
|
||||||
|
|
||||||
- Display a cow saying "hello, world":
|
- Display a cow saying "hello, world":
|
||||||
|
|
||||||
|
@ -14,11 +14,11 @@
|
||||||
|
|
||||||
- Display a cow at the specified X and Y coordinates:
|
- Display a cow at the specified X and Y coordinates:
|
||||||
|
|
||||||
`xcowsay --at={{X}},{{Y}}`
|
`xcowsay --at {{X}},{{Y}}`
|
||||||
|
|
||||||
- Display a different sized cow:
|
- Display a different sized cow:
|
||||||
|
|
||||||
`xcowsay --cow-size={{small|med|large}}`
|
`xcowsay --cow-size {{small|med|large}}`
|
||||||
|
|
||||||
- Display a thought bubble instead of a speech bubble:
|
- Display a thought bubble instead of a speech bubble:
|
||||||
|
|
||||||
|
@ -26,4 +26,4 @@
|
||||||
|
|
||||||
- Display a different image instead of the default cow:
|
- Display a different image instead of the default cow:
|
||||||
|
|
||||||
`xcowsay --image={{path/to/file}}`
|
`xcowsay --image {{path/to/file}}`
|
||||||
|
|
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
- Run a video using mpv:
|
- Run a video using mpv:
|
||||||
|
|
||||||
`xwinwrap -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
`xwinwrap -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
||||||
|
|
||||||
- Run a video in fullscreen using mpv:
|
- Run a video in fullscreen using mpv:
|
||||||
|
|
||||||
`xwinwrap -b -nf -fs -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
`xwinwrap -b -nf -fs -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
||||||
|
|
||||||
- Run a video using mpv with 80% opacity:
|
- Run a video using mpv with 80% opacity:
|
||||||
|
|
||||||
`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
`xwinwrap -b -nf -ov -o 0.8 --- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mp4}}`
|
||||||
|
|
||||||
- Run a video using mpv in a second monitor 1600x900 with 1920 offset on X-axis:
|
- Run a video using mpv in a second monitor 1600x900 with 1920 offset on X-axis:
|
||||||
|
|
||||||
`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} -wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mkv}}`
|
`xwinwrap -g 1600x900+1920 -b -nf -ov -- {{mpv}} --wid {{wid}} --loop --no-audio --no-resume-playback --panscan={{1.0}} {{path/to/video.mkv}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue