1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 15:55:42 +02:00

*: fix See also: syntax (#17383)

This commit is contained in:
Managor 2025-07-30 07:32:48 +03:00 committed by GitHub
parent af14ad74e2
commit b969e91aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
108 changed files with 122 additions and 108 deletions

View file

@ -1,7 +1,7 @@
# acme.sh # acme.sh
> Shell script implementing ACME client protocol, an alternative to `certbot`. > Shell script implementing ACME client protocol, an alternative to `certbot`.
> See also `acme.sh dns`. > See also: `acme.sh dns`.
> More information: <https://github.com/acmesh-official/acme.sh>. > More information: <https://github.com/acmesh-official/acme.sh>.
- Issue a certificate using webroot mode: - Issue a certificate using webroot mode:

View file

@ -1,7 +1,7 @@
# arch # arch
> Display the name of the system architecture. > Display the name of the system architecture.
> See also `uname`. > See also: `uname`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>. > More information: <https://www.gnu.org/software/coreutils/manual/html_node/arch-invocation.html>.
- Display the system's architecture: - Display the system's architecture:

View file

@ -2,7 +2,7 @@
> Scan logs for messages pertaining to denied permissions. > Scan logs for messages pertaining to denied permissions.
> Generate a report of Type Enforcement (TE) rules that might allow successful operations. > Generate a report of Type Enforcement (TE) rules that might allow successful operations.
> See also `audit2why`. > See also: `audit2why`.
> More information: <https://manned.org/audit2allow>. > More information: <https://manned.org/audit2allow>.
- Show all generated messages in audit and message logs: - Show all generated messages in audit and message logs:

View file

@ -1,7 +1,7 @@
# bg # bg
> Resume suspended jobs (e.g. using `<Ctrl z>`), and keeps them running in the background. > Resume suspended jobs (e.g. using `<Ctrl z>`), and keeps them running in the background.
> See also: `jobs`, `fg` and `disown`. > See also: `jobs`, `fg`, `disown`.
> More information: <https://manned.org/bg>. > More information: <https://manned.org/bg>.
- Resume the most recently suspended job and run it in the background: - Resume the most recently suspended job and run it in the background:

View file

@ -1,7 +1,7 @@
# bshell # bshell
> A GUI for browsing for SSH/VNC servers on the local network. > A GUI for browsing for SSH/VNC servers on the local network.
> See also: `bssh` and `bvnc`. > See also: `bssh`, `bvnc`.
> More information: <https://manned.org/bshell>. > More information: <https://manned.org/bshell>.
- Browse for both SSH and VNC servers: - Browse for both SSH and VNC servers:

View file

@ -1,7 +1,7 @@
# bssh # bssh
> A GUI tool for browsing for SSH/VNC servers on the local network. > A GUI tool for browsing for SSH/VNC servers on the local network.
> See also: `bvnc` and `bshell`. > See also: `bvnc`, `bshell`.
> More information: <https://manned.org/bssh>. > More information: <https://manned.org/bssh>.
- Browse for SSH servers: - Browse for SSH servers:

View file

@ -1,7 +1,7 @@
# bvnc # bvnc
> A GUI tool for browsing for SSH/VNC servers on the local network. > A GUI tool for browsing for SSH/VNC servers on the local network.
> See also: `bssh` and `bshell`. > See also: `bssh`, `bshell`.
> More information: <https://manned.org/bvnc>. > More information: <https://manned.org/bvnc>.
- Browse for VNC servers: - Browse for VNC servers:

View file

@ -1,7 +1,7 @@
# byobu # byobu
> Window manager and terminal multiplexer. > Window manager and terminal multiplexer.
> See also: `tmux` and `screen`. > See also: `tmux`, `screen`.
> More information: <https://www.byobu.org/documentation>. > More information: <https://www.byobu.org/documentation>.
- Start a new session: - Start a new session:

View file

@ -1,7 +1,7 @@
# docker image # docker image
> Manage Docker images. > Manage Docker images.
> See also: `docker build`, `docker import`, and `docker pull`. > See also: `docker build`, `docker import`, `docker pull`.
> More information: <https://docs.docker.com/reference/cli/docker/image/>. > More information: <https://docs.docker.com/reference/cli/docker/image/>.
- List local Docker images: - List local Docker images:

View file

@ -2,7 +2,7 @@
> Freeze stages in the DVC pipeline. > Freeze stages in the DVC pipeline.
> This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze. > This prevents DVC from tracking changes in stage dependencies and re-execution until unfreeze.
> See also `dvs unfreeze`. > See also: `dvs unfreeze`.
> More information: <https://dvc.org/doc/command-reference/freeze>. > More information: <https://dvc.org/doc/command-reference/freeze>.
- Freeze one or more specified stages: - Freeze one or more specified stages:

View file

@ -2,7 +2,7 @@
> Unfreeze stages in the DVC pipeline. > Unfreeze stages in the DVC pipeline.
> This allows DVC to start tracking changes in stage dependencies again after they were frozen. > This allows DVC to start tracking changes in stage dependencies again after they were frozen.
> See also `dvc freeze`. > See also: `dvc freeze`.
> More information: <https://dvc.org/doc/command-reference/unfreeze>. > More information: <https://dvc.org/doc/command-reference/unfreeze>.
- Unfreeze one or more specified stages: - Unfreeze one or more specified stages:

View file

@ -1,7 +1,7 @@
# emacs # emacs
> The extensible, customizable, self-documenting, real-time display editor. > The extensible, customizable, self-documenting, real-time display editor.
> See also `emacsclient`. > See also: `emacsclient`.
> More information: <https://www.gnu.org/software/emacs>. > More information: <https://www.gnu.org/software/emacs>.
- Start Emacs and open a file: - Start Emacs and open a file:

View file

@ -1,7 +1,7 @@
# emacsclient # emacsclient
> Open files in an existing Emacs server. > Open files in an existing Emacs server.
> See also `emacs`. > See also: `emacs`.
> More information: <https://www.gnu.org/software/emacs/manual/html_node/emacs/emacsclient-Options.html>. > More information: <https://www.gnu.org/software/emacs/manual/html_node/emacs/emacsclient-Options.html>.
- Open a file in an existing Emacs server (using GUI if available): - Open a file in an existing Emacs server (using GUI if available):

View file

@ -1,7 +1,7 @@
# encfs # encfs
> Mount or create encrypted virtual filesystems. > Mount or create encrypted virtual filesystems.
> See also `fusermount`, which can unmount filesystems mounted by this command. > See also: `fusermount` which can unmount filesystems mounted by this command.
> More information: <https://github.com/vgough/encfs>. > More information: <https://github.com/vgough/encfs>.
- Initialize or mount an encrypted filesystem: - Initialize or mount an encrypted filesystem:

View file

@ -1,7 +1,7 @@
# eqn # eqn
> Equation preprocessor for the groff (GNU Troff) document formatting system. > Equation preprocessor for the groff (GNU Troff) document formatting system.
> See also `troff` and `groff`. > See also: `troff`, `groff`.
> More information: <https://manned.org/eqn>. > More information: <https://manned.org/eqn>.
- Process input with equations, saving the output for future typesetting with groff to PostScript: - Process input with equations, saving the output for future typesetting with groff to PostScript:

View file

@ -1,7 +1,7 @@
# fg # fg
> Run jobs in foreground. > Run jobs in foreground.
> See also: `jobs`, `bg` and `disown`. > See also: `jobs`, `bg`, `disown`.
> More information: <https://manned.org/fg>. > More information: <https://manned.org/fg>.
- Bring most recently suspended or running background job to foreground: - Bring most recently suspended or running background job to foreground:

View file

@ -1,7 +1,8 @@
# flutter pub # flutter pub
> Flutter's package manager. > Flutter's package manager.
> Note: Packages are available on <https://pub.dev>. See also: `flutter`. > Note: Packages are available on <https://pub.dev>.
> See also: `flutter`.
> More information: <https://docs.flutter.dev/packages-and-plugins/using-packages>. > More information: <https://docs.flutter.dev/packages-and-plugins/using-packages>.
- Download/Update all packages specified in `pubspec.yaml`: - Download/Update all packages specified in `pubspec.yaml`:

View file

@ -1,7 +1,7 @@
# gcloud help # gcloud help
> Display help and reference information for `gcloud`. > Display help and reference information for `gcloud`.
> See also: `gcloud topic`, for supplementary help topics not directly associated with individual commands. > See also: `gcloud topic` for supplementary help topics not directly associated with individual commands.
> More information: <https://cloud.google.com/sdk/gcloud/reference/help>. > More information: <https://cloud.google.com/sdk/gcloud/reference/help>.
- Search the `gcloud` CLI reference documents for specific terms: - Search the `gcloud` CLI reference documents for specific terms:

View file

@ -1,7 +1,8 @@
# gcloud logging logs list # gcloud logging logs list
> List logs in a Google Cloud project. > List logs in a Google Cloud project.
> Useful for identifying available logs for monitoring and analysis. See also: `gcloud`. > Useful for identifying available logs for monitoring and analysis.
> See also: `gcloud`.
> More information: <https://cloud.google.com/sdk/gcloud/reference/logging/logs/list>. > More information: <https://cloud.google.com/sdk/gcloud/reference/logging/logs/list>.
- List all logs in the current project: - List all logs in the current project:

View file

@ -1,7 +1,8 @@
# gcloud sql export sql # gcloud sql export sql
> Export data from a Cloud SQL instance to an SQL file in Google Cloud Storage. > Export data from a Cloud SQL instance to an SQL file in Google Cloud Storage.
> Useful for creating backups or migrating data. See also: `gcloud`. > Useful for creating backups or migrating data.
> See also: `gcloud`.
> More information: <https://cloud.google.com/sdk/gcloud/reference/sql/export/sql>. > More information: <https://cloud.google.com/sdk/gcloud/reference/sql/export/sql>.
- Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file: - Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file:

View file

@ -1,7 +1,7 @@
# git am # git am
> Apply patch files and create a commit. Useful when receiving commits via email. > Apply patch files and create a commit. Useful when receiving commits via email.
> See also `git format-patch`, which can generate patch files. > See also: `git format-patch` which can generate patch files.
> More information: <https://git-scm.com/docs/git-am>. > More information: <https://git-scm.com/docs/git-am>.
- Apply and commit changes following a local patch file: - Apply and commit changes following a local patch file:

View file

@ -1,7 +1,7 @@
# git apply # git apply
> Apply a patch to files and/or to the index without creating a commit. > Apply a patch to files and/or to the index without creating a commit.
> See also `git am`, which applies a patch and also creates a commit. > See also: `git am` which applies a patch and also creates a commit.
> More information: <https://git-scm.com/docs/git-apply>. > More information: <https://git-scm.com/docs/git-apply>.
- Print messages about the patched files: - Print messages about the patched files:

View file

@ -8,7 +8,7 @@
`git cherry-pick {{commit}}` `git cherry-pick {{commit}}`
- Apply a range of commits to the current branch (see also `git rebase --onto`): - Apply a range of commits to the current branch (see also: `git rebase --onto`):
`git cherry-pick {{start_commit}}~..{{end_commit}}` `git cherry-pick {{start_commit}}~..{{end_commit}}`

View file

@ -1,7 +1,7 @@
# git format-patch # git format-patch
> Prepare .patch files. Useful when emailing commits elsewhere. > Prepare .patch files. Useful when emailing commits elsewhere.
> See also `git am`, which can apply generated .patch files. > See also: `git am` which can apply generated .patch files.
> More information: <https://git-scm.com/docs/git-format-patch>. > More information: <https://git-scm.com/docs/git-format-patch>.
- Create an auto-named `.patch` file for all the unpushed commits: - Create an auto-named `.patch` file for all the unpushed commits:

View file

@ -1,7 +1,8 @@
# git ignore # git ignore
> Show/update `.gitignore` files. > Show/update `.gitignore` files.
> Part of `git-extras`. See also `git ignore-io`. > Part of `git-extras`.
> See also: `git ignore-io`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-ignore>.
- Show the content of all global and local `.gitignore` files: - Show the content of all global and local `.gitignore` files:

View file

@ -1,7 +1,8 @@
# git lock # git lock
> Lock a file in a Git repository from being modified by a commit. > Lock a file in a Git repository from being modified by a commit.
> Part of `git-extras`. See also `git-unlock`. > Part of `git-extras`.
> See also: `git-unlock`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-lock>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-lock>.
- Disable the ability to commit changes of a local file: - Disable the ability to commit changes of a local file:

View file

@ -1,7 +1,7 @@
# git restore # git restore
> Restore working tree files. Requires Git version 2.23+. > Restore working tree files. Requires Git version 2.23+.
> See also `git checkout` and `git reset`. > See also: `git checkout`, `git reset`.
> More information: <https://git-scm.com/docs/git-restore>. > More information: <https://git-scm.com/docs/git-restore>.
- Restore an unstaged file to the staged version: - Restore an unstaged file to the staged version:

View file

@ -1,7 +1,7 @@
# git switch # git switch
> Switch between Git branches. Requires Git version 2.23+. > Switch between Git branches. Requires Git version 2.23+.
> See also `git checkout`. > See also: `git checkout`.
> More information: <https://git-scm.com/docs/git-switch>. > More information: <https://git-scm.com/docs/git-switch>.
- Switch to an existing branch: - Switch to an existing branch:

View file

@ -1,7 +1,8 @@
# git unlock # git unlock
> Unlock a file in a Git repository so it can be modified by a commit. > Unlock a file in a Git repository so it can be modified by a commit.
> Part of `git-extras`. See also `git lock`. > Part of `git-extras`.
> See also: `git lock`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-unlock>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-unlock>.
- Enable the ability to commit changes of a previously-locked local file: - Enable the ability to commit changes of a previously-locked local file:

View file

@ -1,7 +1,7 @@
# git whatchanged # git whatchanged
> Show what has changed with recent commits or files. > Show what has changed with recent commits or files.
> See also `git log`. > See also: `git log`.
> More information: <https://git-scm.com/docs/git-whatchanged>. > More information: <https://git-scm.com/docs/git-whatchanged>.
- Display logs and changes for recent commits: - Display logs and changes for recent commits:

View file

@ -1,7 +1,7 @@
# grap # grap
> A charting preprocessor for the groff (GNU Troff) document formatting system. > A charting preprocessor for the groff (GNU Troff) document formatting system.
> See also `pic` and `groff`. > See also: `pic`, `groff`.
> More information: <https://manned.org/grap>. > More information: <https://manned.org/grap>.
- Process a `grap` file and save the output file for future processing with `pic` and `groff`: - Process a `grap` file and save the output file for future processing with `pic` and `groff`:

View file

@ -1,7 +1,7 @@
# hub branch # hub branch
> Create a branch or show current branch. > Create a branch or show current branch.
> See also `git branch`. > See also: `git branch`.
- Show the name of the currently active branch: - Show the name of the currently active branch:

View file

@ -1,7 +1,7 @@
# kube-fzf # kube-fzf
> Shell commands for command-line fuzzy searching of Kubernetes Pods. > Shell commands for command-line fuzzy searching of Kubernetes Pods.
> See also `kubectl` for related commands. > See also: `kubectl` for related commands.
> More information: <https://github.com/thecasualcoder/kube-fzf>. > More information: <https://github.com/thecasualcoder/kube-fzf>.
- Get pod details (from current namespace): - Get pod details (from current namespace):

View file

@ -1,7 +1,7 @@
# lambo # lambo
> A super-powered `laravel new` for Laravel and Valet. > A super-powered `laravel new` for Laravel and Valet.
> See also `lambo new` for additional command flags. > See also: `lambo new` for additional command flags.
> More information: <https://github.com/tighten/lambo#usage>. > More information: <https://github.com/tighten/lambo#usage>.
- Create a new Laravel application: - Create a new Laravel application:

View file

@ -1,7 +1,7 @@
# local # local
> Declare local variables and give them attributes. > Declare local variables and give them attributes.
> See also: `declare` and `export`. > See also: `declare`, `export`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-local>. > More information: <https://www.gnu.org/software/bash/manual/bash.html#index-local>.
- Declare a string variable with the specified value: - Declare a string variable with the specified value:

View file

@ -1,7 +1,7 @@
# lpr # lpr
> Print files. > Print files.
> See also: `lpstat` and `lpadmin`. > See also: `lpstat`, `lpadmin`.
> More information: <https://openprinting.github.io/cups/doc/man-lpr.html>. > More information: <https://openprinting.github.io/cups/doc/man-lpr.html>.
- Print a file to the default printer: - Print a file to the default printer:

View file

@ -1,7 +1,7 @@
# mesg # mesg
> Check or set a terminal's ability to receive messages from other users, usually from the `write` command. > Check or set a terminal's ability to receive messages from other users, usually from the `write` command.
> See also `write`, `talk`. > See also: `write`, `talk`.
> More information: <https://manned.org/mesg.1p>. > More information: <https://manned.org/mesg.1p>.
- Check terminal's openness to write messages: - Check terminal's openness to write messages:

View file

@ -1,7 +1,7 @@
# minetest # minetest
> Multiplayer infinite-world block sandbox. > Multiplayer infinite-world block sandbox.
> See also `minetestserver`, the server-only binary. > See also: `minetestserver`, the server-only binary.
> More information: <https://wiki.minetest.org/Minetest>. > More information: <https://wiki.minetest.org/Minetest>.
- Start Minetest in client mode: - Start Minetest in client mode:

View file

@ -1,7 +1,7 @@
# minetestserver # minetestserver
> Multiplayer infinite-world block sandbox server. > Multiplayer infinite-world block sandbox server.
> See also `minetest`, the graphical client. > See also: `minetest`, the graphical client.
> More information: <https://wiki.minetest.org/Setting_up_a_server>. > More information: <https://wiki.minetest.org/Setting_up_a_server>.
- Start the server: - Start the server:

View file

@ -1,7 +1,7 @@
# mitmproxy # mitmproxy
> An interactive man-in-the-middle HTTP proxy. > An interactive man-in-the-middle HTTP proxy.
> See also: `mitmweb` and `mitmdump`. > See also: `mitmweb`, `mitmdump`.
> More information: <https://docs.mitmproxy.org/stable/>. > More information: <https://docs.mitmproxy.org/stable/>.
- Start `mitmproxy` with default settings (will listen on port `8080`): - Start `mitmproxy` with default settings (will listen on port `8080`):

View file

@ -1,7 +1,7 @@
# mosquitto_passwd # mosquitto_passwd
> Manage password files for mosquitto. > Manage password files for mosquitto.
> See also `mosquitto`, the MQTT server that this manages. > See also: `mosquitto`, the MQTT server that this manages.
> More information: <https://mosquitto.org/man/mosquitto_passwd-1.html>. > More information: <https://mosquitto.org/man/mosquitto_passwd-1.html>.
- Add a new user to a password file (will prompt to enter the password): - Add a new user to a password file (will prompt to enter the password):

View file

@ -1,7 +1,7 @@
# mysqldump # mysqldump
> Backups MySQL databases. > Backups MySQL databases.
> See also `mysql` for restoring databases. > See also: `mysql` for restoring databases.
> More information: <https://dev.mysql.com/doc/refman/en/mysqldump.html>. > More information: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
- Create a backup (user will be prompted for a password): - Create a backup (user will be prompted for a password):

View file

@ -1,7 +1,7 @@
# netperf # netperf
> Client-side command for `netperf`, the benchmarking application that measures network throughput. Similar to `iperf`. > Client-side command for `netperf`, the benchmarking application that measures network throughput. Similar to `iperf`.
> See also: `netserver`, for the server-side command. > See also: `netserver` for the server-side command.
> More information: <https://hewlettpackard.github.io/netperf/doc/netperf.html#Global-Command_002dline-Options>. > More information: <https://hewlettpackard.github.io/netperf/doc/netperf.html#Global-Command_002dline-Options>.
- Connect to server on a specific IP address via default port (12865): - Connect to server on a specific IP address via default port (12865):

View file

@ -1,7 +1,7 @@
# netserver # netserver
> Server-side command for `netperf`, the benchmarking application that measures network throughput. > Server-side command for `netperf`, the benchmarking application that measures network throughput.
> See also: `netperf`, for the client-side command. > See also: `netperf` for the client-side command.
> More information: <https://manned.org/netserver.1>. > More information: <https://manned.org/netserver.1>.
- Start a server on the default port (12865) and fork to background: - Start a server on the default port (12865) and fork to background:

View file

@ -1,7 +1,7 @@
# odps auth # odps auth
> User authorities in ODPS (Open Data Processing Service). > User authorities in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Add a user to the current project: - Add a user to the current project:

View file

@ -1,7 +1,7 @@
# odps func # odps func
> Manage functions in ODPS (Open Data Processing Service). > Manage functions in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Show functions in the current project: - Show functions in the current project:

View file

@ -1,7 +1,7 @@
# odps inst # odps inst
> Manage instances in ODPS (Open Data Processing Service). > Manage instances in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Show instances created by current user: - Show instances created by current user:

View file

@ -1,7 +1,7 @@
# odps resource # odps resource
> Manage resources in ODPS (Open Data Processing Service). > Manage resources in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Show resources in the current project: - Show resources in the current project:

View file

@ -1,7 +1,7 @@
# odps table # odps table
> Create and modify tables in ODPS (Open Data Processing Service). > Create and modify tables in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Create a table with partition and lifecycle: - Create a table with partition and lifecycle:

View file

@ -1,7 +1,7 @@
# odps tunnel # odps tunnel
> Data tunnel in ODPS (Open Data Processing Service). > Data tunnel in ODPS (Open Data Processing Service).
> See also `odps`. > See also: `odps`.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Download table to local file: - Download table to local file:

View file

@ -1,7 +1,7 @@
# pic # pic
> Picture preprocessor for the groff (GNU Troff) document formatting system. > Picture preprocessor for the groff (GNU Troff) document formatting system.
> See also `groff` and `troff`. > See also: `groff`, `troff`.
> More information: <https://manned.org/pic>. > More information: <https://manned.org/pic>.
- Process input with pictures, saving the output for future typesetting with groff to PostScript: - Process input with pictures, saving the output for future typesetting with groff to PostScript:

View file

@ -1,7 +1,7 @@
# podman image # podman image
> Manage Docker images. > Manage Docker images.
> See also: `podman build`, `podman import`, and `podman pull`. > See also: `podman build`, `podman import`, `podman pull`.
> More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>. > More information: <https://docs.podman.io/en/latest/markdown/podman-image.1.html>.
- List local Docker images: - List local Docker images:

View file

@ -1,7 +1,7 @@
# pueue stash # pueue stash
> Stash tasks to prevent them starting automatically. > Stash tasks to prevent them starting automatically.
> See also `pueue start` and `pueue enqueue`. > See also: `pueue start`, `pueue enqueue`.
> More information: <https://github.com/Nukesor/pueue>. > More information: <https://github.com/Nukesor/pueue>.
- Stash an enqueued task: - Stash an enqueued task:

View file

@ -2,7 +2,7 @@
> Markdown note-taking application. > Markdown note-taking application.
> Optionally integrates with the note-taking applications of Nextcloud and ownCloud. > Optionally integrates with the note-taking applications of Nextcloud and ownCloud.
> See also: `qc`, for managing command snippets. > See also: `qc` for managing command snippets.
> More information: <https://www.qownnotes.org/getting-started/cli-parameters.html>. > More information: <https://www.qownnotes.org/getting-started/cli-parameters.html>.
- Run in portable mode: - Run in portable mode:

View file

@ -2,7 +2,7 @@
> Restricted Bash shell, equivalent to `bash --restricted`. > Restricted Bash shell, equivalent to `bash --restricted`.
> Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things. > Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things.
> See also `histexpand` for history expansion. > See also: `histexpand` for history expansion.
> More information: <https://www.gnu.org/software/bash/manual/html_node/The-Restricted-Shell>. > More information: <https://www.gnu.org/software/bash/manual/html_node/The-Restricted-Shell>.
- Start an interactive shell session: - Start an interactive shell session:

View file

@ -1,7 +1,7 @@
# screen # screen
> Hold a session open on a remote server. Manage multiple windows with a single SSH connection. > Hold a session open on a remote server. Manage multiple windows with a single SSH connection.
> See also `tmux` and `zellij`. > See also: `tmux`, `zellij`.
> More information: <https://manned.org/screen>. > More information: <https://manned.org/screen>.
- Start a new screen session: - Start a new screen session:

View file

@ -1,7 +1,7 @@
# sh # sh
> Bourne shell, the standard command language interpreter. > Bourne shell, the standard command language interpreter.
> See also `histexpand` for history expansion. > See also: `histexpand` for history expansion.
> More information: <https://manned.org/sh>. > More information: <https://manned.org/sh>.
- Start an interactive shell session: - Start an interactive shell session:

View file

@ -1,7 +1,7 @@
# showfigfonts # showfigfonts
> Display available figlet fonts. > Display available figlet fonts.
> See also `figlet`. > See also: `figlet`.
> More information: <https://manned.org/showfigfonts>. > More information: <https://manned.org/showfigfonts>.
- Display available fonts: - Display available fonts:

View file

@ -2,7 +2,7 @@
> Spawn an SSH Agent process. > Spawn an SSH Agent process.
> An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed. > An SSH Agent holds SSH keys decrypted in memory until removed or the process is killed.
> See also `ssh-add`, which can add and manage keys held by an SSH Agent. > See also: `ssh-add`, which can add and manage keys held by an SSH Agent.
> More information: <https://man.openbsd.org/ssh-agent>. > More information: <https://man.openbsd.org/ssh-agent>.
- Start an SSH Agent for the current shell: - Start an SSH Agent for the current shell:

View file

@ -1,7 +1,7 @@
# tbl # tbl
> Table preprocessor for the groff (GNU Troff) document formatting system. > Table preprocessor for the groff (GNU Troff) document formatting system.
> See also `groff` and `troff`. > See also: `groff`, `troff`.
> More information: <https://manned.org/tbl>. > More information: <https://manned.org/tbl>.
- Process input with tables, saving the output for future typesetting with groff to PostScript: - Process input with tables, saving the output for future typesetting with groff to PostScript:

View file

@ -1,7 +1,7 @@
# troff # troff
> Typesetting processor for the groff (GNU Troff) document formatting system. > Typesetting processor for the groff (GNU Troff) document formatting system.
> See also `groff`. > See also: `groff`.
> More information: <https://manned.org/troff>. > More information: <https://manned.org/troff>.
- Format output for a PostScript printer, saving the output to a file: - Format output for a PostScript printer, saving the output to a file:

View file

@ -1,7 +1,7 @@
# uname # uname
> Print details about the current machine and the operating system running on it. > Print details about the current machine and the operating system running on it.
> See also `lsb_release`. > See also: `lsb_release`.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html>. > More information: <https://www.gnu.org/software/coreutils/manual/html_node/uname-invocation.html>.
- Print kernel name: - Print kernel name:

View file

@ -1,7 +1,7 @@
# vegeta # vegeta
> A utility and a library for HTTP load testing. > A utility and a library for HTTP load testing.
> See also `ab`. > See also: `ab`.
> More information: <https://github.com/tsenart/vegeta>. > More information: <https://github.com/tsenart/vegeta>.
- Launch an attack lasting 30 seconds: - Launch an attack lasting 30 seconds:

View file

@ -1,7 +1,8 @@
# write # write
> Write a message on the terminal of a specified logged in user (`<Ctrl c>` to stop writing messages). > Write a message on the terminal of a specified logged in user (`<Ctrl c>` to stop writing messages).
> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`. > Use the `who` command to find out all terminal_ids of all active users active on the system.
> See also: `mesg`.
> More information: <https://manned.org/write.1p>. > More information: <https://manned.org/write.1p>.
- Send a message to a given user on a given terminal ID: - Send a message to a given user on a given terminal ID:

View file

@ -1,7 +1,7 @@
# x11docker # x11docker
> Securely run GUI applications and desktop UIs in Docker containers. > Securely run GUI applications and desktop UIs in Docker containers.
> See also `xephyr`. > See also: `xephyr`.
> More information: <https://github.com/mviereck/x11docker#terminal-syntax>. > More information: <https://github.com/mviereck/x11docker#terminal-syntax>.
- Launch VLC in a container: - Launch VLC in a container:

View file

@ -1,6 +1,7 @@
# ybacklight # ybacklight
> Manage screen backlight brightness. See also `xbacklight`. > Manage screen backlight brightness.
> See also: `xbacklight`.
> More information: <https://github.com/pixelcmtd/ybacklight>. > More information: <https://github.com/pixelcmtd/ybacklight>.
- Print current brightness and maximal brightness, shortened and separated by a slash: - Print current brightness and maximal brightness, shortened and separated by a slash:

View file

@ -1,7 +1,7 @@
# zellij # zellij
> Terminal multiplexer with batteries included. > Terminal multiplexer with batteries included.
> See also `tmux` and `screen`. > See also: `tmux`, `screen`.
> More information: <https://zellij.dev/documentation/>. > More information: <https://zellij.dev/documentation/>.
- Start a new named session: - Start a new named session:

View file

@ -1,7 +1,7 @@
# zmv # zmv
> Move or rename files matching a specified extended glob pattern. > Move or rename files matching a specified extended glob pattern.
> See also `zcp` and `zln`. > See also: `zcp`, `zln`.
> More information: <https://zsh.sourceforge.net/Doc/Release/User-Contributions.html>. > More information: <https://zsh.sourceforge.net/Doc/Release/User-Contributions.html>.
- Move files using a `regex`-like pattern: - Move files using a `regex`-like pattern:

View file

@ -1,7 +1,7 @@
# alien # alien
> Convert different installation packages to other formats. > Convert different installation packages to other formats.
> See also: `debtap`, for `.deb` conversion on Arch Linux. > See also: `debtap` for `.deb` conversion on Arch Linux.
> More information: <https://manned.org/alien>. > More information: <https://manned.org/alien>.
- Convert a specific installation file to Debian format (`.deb` extension): - Convert a specific installation file to Debian format (`.deb` extension):

View file

@ -1,7 +1,7 @@
# aurman # aurman
> An Arch Linux utility to build and install packages from the Arch User Repository. > An Arch Linux utility to build and install packages from the Arch User Repository.
> See also `pacman`. > See also: `pacman`.
> More information: <https://github.com/polygamma/aurman>. > More information: <https://github.com/polygamma/aurman>.
- Synchronize and update all packages: - Synchronize and update all packages:

View file

@ -1,7 +1,7 @@
# bspwm # bspwm
> A tiling window manager based on binary space partitioning. > A tiling window manager based on binary space partitioning.
> See also: `bspc`, for controlling it. > See also: `bspc` for controlling it.
> More information: <https://github.com/baskerville/bspwm>. > More information: <https://github.com/baskerville/bspwm>.
- Start `bspwm` (note that a pre-existing window manager must not be open when this command is run): - Start `bspwm` (note that a pre-existing window manager must not be open when this command is run):

View file

@ -1,7 +1,7 @@
# compsize # compsize
> Calculate the compression ratio of a set of files on a btrfs filesystem. > Calculate the compression ratio of a set of files on a btrfs filesystem.
> See also `btrfs filesystem` for recompressing a file by defragmenting it. > See also: `btrfs filesystem` for recompressing a file by defragmenting it.
> More information: <https://manned.org/compsize>. > More information: <https://manned.org/compsize>.
- Calculate the current compression ratio for a file or directory: - Calculate the current compression ratio for a file or directory:

View file

@ -1,7 +1,8 @@
# ddcutil # ddcutil
> Control the settings of connected displays via DDC/CI. > Control the settings of connected displays via DDC/CI.
> This command requires the kernel module `i2c-dev` to be loaded. See also: `modprobe`. > This command requires the kernel module `i2c-dev` to be loaded.
> See also: `modprobe`.
> More information: <https://www.ddcutil.com>. > More information: <https://www.ddcutil.com>.
- List all compatible displays: - List all compatible displays:

View file

@ -2,7 +2,7 @@
> Change DOS-style line endings to Unix-style. > Change DOS-style line endings to Unix-style.
> Replaces CRLF with LF. > Replaces CRLF with LF.
> See also `unix2dos`, `unix2mac`, and `mac2unix`. > See also: `unix2dos`, `unix2mac`, `mac2unix`.
> More information: <https://manned.org/dos2unix>. > More information: <https://manned.org/dos2unix>.
- Change the line endings of a file: - Change the line endings of a file:

View file

@ -1,7 +1,7 @@
# extundelete # extundelete
> Recover deleted files from ext3 or ext4 partitions by parsing the journal. > Recover deleted files from ext3 or ext4 partitions by parsing the journal.
> See also `date` for Unix time information and `umount` for unmounting partitions. > See also: `date` for Unix time information and `umount` for unmounting partitions.
> More information: <https://extundelete.sourceforge.net/options.html>. > More information: <https://extundelete.sourceforge.net/options.html>.
- Restore all deleted files inside partition N on device X: - Restore all deleted files inside partition N on device X:

View file

@ -1,7 +1,7 @@
# insmod # insmod
> Dynamically load modules into the Linux Kernel. > Dynamically load modules into the Linux Kernel.
> See also: `kmod`, for other module management commands. > See also: `kmod` for other module management commands.
> More information: <https://manned.org/insmod>. > More information: <https://manned.org/insmod>.
- Insert a kernel module into the Linux kernel: - Insert a kernel module into the Linux kernel:

View file

@ -1,7 +1,8 @@
# iptables # iptables
> Configure tables, chains and rules of the Linux kernel IPv4 firewall. > Configure tables, chains and rules of the Linux kernel IPv4 firewall.
> Use `ip6tables` to set rules for IPv6 traffic. See also: `iptables-save`, `iptables-restore`. > Use `ip6tables` to set rules for IPv6 traffic.
> See also: `iptables-save`, `iptables-restore`.
> More information: <https://manned.org/iptables>. > More information: <https://manned.org/iptables>.
- View chains, rules, packet/byte counters and line numbers for the filter table: - View chains, rules, packet/byte counters and line numbers for the filter table:

View file

@ -4,7 +4,7 @@
> For a list of channels, frequencies and reg information: <https://wireless.docs.kernel.org/en/latest/en/developers/documentation/channellist.html>. > For a list of channels, frequencies and reg information: <https://wireless.docs.kernel.org/en/latest/en/developers/documentation/channellist.html>.
> More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>. > More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.
- Set device to monitor mode (interface must be down first. See also `ip link`): - Set device to monitor mode (interface must be down first. See also: `ip link`):
`sudo iw dev {{wlp}} set type monitor` `sudo iw dev {{wlp}} set type monitor`

View file

@ -1,7 +1,7 @@
# kwrite # kwrite
> Text editor of the KDE Desktop project. > Text editor of the KDE Desktop project.
> See also `kate`. > See also: `kate`.
> More information: <https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html>. > More information: <https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html>.
- Open a text file: - Open a text file:

View file

@ -1,7 +1,7 @@
# ldapdomaindump # ldapdomaindump
> 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#usage>. > More information: <https://github.com/dirkjanm/ldapdomaindump#usage>.
- Dump all information using the given LDAP account: - Dump all information using the given LDAP account:

View file

@ -1,7 +1,7 @@
# lsmod # lsmod
> Show the status of Linux kernel modules. > Show the status of Linux kernel modules.
> See also: `kmod`, for other module management commands. > See also: `kmod` for other module management commands.
> More information: <https://manned.org/lsmod>. > More information: <https://manned.org/lsmod>.
- List all currently loaded kernel modules: - List all currently loaded kernel modules:

View file

@ -2,7 +2,7 @@
> Change macOS-style line endings to Unix-style. > Change macOS-style line endings to Unix-style.
> Replaces CR with LF. > Replaces CR with LF.
> See also `unix2dos`, `unix2mac`, and `dos2unix`. > See also: `unix2dos`, `unix2mac`, `dos2unix`.
> More information: <https://manned.org/mac2unix>. > More information: <https://manned.org/mac2unix>.
- Change the line endings of a file: - Change the line endings of a file:

View file

@ -1,7 +1,7 @@
# mesg # mesg
> Check or set a terminal's ability to receive messages from other users, usually from the `write` command. > Check or set a terminal's ability to receive messages from other users, usually from the `write` command.
> See also `write`, `talk`. > See also: `write`, `talk`.
> More information: <https://manned.org/mesg>. > More information: <https://manned.org/mesg>.
- Check terminal's openness to write messages: - Check terminal's openness to write messages:

View file

@ -1,7 +1,7 @@
# modinfo # modinfo
> Extract information about a Linux kernel module. > Extract information about a Linux kernel module.
> See also: `kmod`, for other module management commands. > See also: `kmod` for other module management commands.
> More information: <https://manned.org/modinfo>. > More information: <https://manned.org/modinfo>.
- List all attributes of a kernel module: - List all attributes of a kernel module:

View file

@ -1,7 +1,7 @@
# modprobe # modprobe
> Add or remove modules from the Linux kernel. > Add or remove modules from the Linux kernel.
> See also: `kmod`, for other module management commands. > See also: `kmod` for other module management commands.
> More information: <https://manned.org/modprobe>. > More information: <https://manned.org/modprobe>.
- Pretend to load a module into the kernel, but don't actually do it: - Pretend to load a module into the kernel, but don't actually do it:

View file

@ -1,7 +1,7 @@
# openrc # openrc
> The OpenRC service manager. > The OpenRC service manager.
> See also: `rc-status`, `rc-update`, and `rc-service`. > See also: `rc-status`, `rc-update`, `rc-service`.
> More information: <https://wiki.gentoo.org/wiki/OpenRC>. > More information: <https://wiki.gentoo.org/wiki/OpenRC>.
- Change to a specific runlevel: - Change to a specific runlevel:

View file

@ -1,7 +1,7 @@
# pkgfile # pkgfile
> Search files from packages in the official repositories on Arch-based systems. > Search files from packages in the official repositories on Arch-based systems.
> See also: `pacman files`, describing the usage of `pacman --files`. > See also: `pacman files` describing the usage of `pacman --files`.
> More information: <https://manned.org/pkgfile>. > More information: <https://manned.org/pkgfile>.
- Synchronize the pkgfile database: - Synchronize the pkgfile database:

View file

@ -1,7 +1,7 @@
# postfix # postfix
> Postfix mail transfer agent (MTA) control program. > Postfix mail transfer agent (MTA) control program.
> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix. > See also: `dovecot`, a mail delivery agent (MDA) that integrates with Postfix.
> More information: <https://www.postfix.org>. > More information: <https://www.postfix.org>.
- Check the configuration: - Check the configuration:

View file

@ -1,7 +1,7 @@
# pw-dot # pw-dot
> Create `.dot` files of the PipeWire graph. > Create `.dot` files of the PipeWire graph.
> See also: `dot`, for rendering graph. > See also: `dot` for rendering graph.
> More information: <https://docs.pipewire.org/page_man_pw-dot_1.html>. > More information: <https://docs.pipewire.org/page_man_pw-dot_1.html>.
- Generate a graph to `pw.dot` file: - Generate a graph to `pw.dot` file:

View file

@ -1,7 +1,7 @@
# quickemu # quickemu
> Build and manage highly optimised desktop virtual machines quickly. > Build and manage highly optimised desktop virtual machines quickly.
> See also: `quickget`, for preparing VM configurations. > See also: `quickget` for preparing VM configurations.
> More information: <https://github.com/quickemu-project/quickemu>. > More information: <https://github.com/quickemu-project/quickemu>.
- Create and run a virtual machine from a configuration file: - Create and run a virtual machine from a configuration file:

View file

@ -1,7 +1,7 @@
# rc-service # rc-service
> Locate and run OpenRC services with arguments. > Locate and run OpenRC services with arguments.
> See also `openrc`. > See also: `openrc`.
> More information: <https://manned.org/rc-service>. > More information: <https://manned.org/rc-service>.
- Show a service's status: - Show a service's status:

View file

@ -1,7 +1,7 @@
# rc-status # rc-status
> Show status info about runlevels. > Show status info about runlevels.
> See also `openrc`. > See also: `openrc`.
> More information: <https://manned.org/rc-status>. > More information: <https://manned.org/rc-status>.
- Show a summary of services and their status: - Show a summary of services and their status:

View file

@ -1,7 +1,7 @@
# rc-update # rc-update
> Add and remove OpenRC services to and from runlevels. > Add and remove OpenRC services to and from runlevels.
> See also `openrc`. > See also: `openrc`.
> More information: <https://manned.org/rc-update>. > More information: <https://manned.org/rc-update>.
- List enabled services and the runlevels they are added to: - List enabled services and the runlevels they are added to:

View file

@ -1,7 +1,7 @@
# rmmod # rmmod
> Remove modules from the Linux kernel. > Remove modules from the Linux kernel.
> See also: `kmod`, for other module management commands. > See also: `kmod` for other module management commands.
> More information: <https://manned.org/rmmod>. > More information: <https://manned.org/rmmod>.
- Remove a module from the kernel: - Remove a module from the kernel:

View file

@ -1,7 +1,7 @@
# sinfo # sinfo
> View information about Slurm nodes and partitions. > View information about Slurm nodes and partitions.
> See also `squeue` and `sbatch`, which are also part of the Slurm workload manager. > See also: `squeue`, `sbatch`, which are also part of the Slurm workload manager.
> More information: <https://slurm.schedmd.com/sinfo.html>. > More information: <https://slurm.schedmd.com/sinfo.html>.
- Show a quick summary overview of the cluster: - Show a quick summary overview of the cluster:

View file

@ -1,7 +1,7 @@
# tlp-stat # tlp-stat
> Generate TLP status reports. > Generate TLP status reports.
> See also `tlp`. > See also: `tlp`.
> More information: <https://linrunner.de/tlp/usage/tlp-stat>. > More information: <https://linrunner.de/tlp/usage/tlp-stat>.
- Generate status report with configuration and all active settings: - Generate status report with configuration and all active settings:

View file

@ -1,7 +1,7 @@
# tlp # tlp
> Advanced power management for Linux. > Advanced power management for Linux.
> See also `tlp-stat`. > See also: `tlp-stat`.
> More information: <https://linrunner.de/tlp/usage/tlp.html>. > More information: <https://linrunner.de/tlp/usage/tlp.html>.
- Apply settings (according to the actual power source): - Apply settings (according to the actual power source):

View file

@ -2,7 +2,7 @@
> Change Unix-style line endings to DOS-style. > Change Unix-style line endings to DOS-style.
> Replaces LF with CRLF. > Replaces LF with CRLF.
> See also `unix2mac`, `dos2unix`, and `mac2unix`. > See also: `unix2mac`, `dos2unix`, `mac2unix`.
> More information: <https://manned.org/unix2dos>. > More information: <https://manned.org/unix2dos>.
- Change the line endings of a file: - Change the line endings of a file:

View file

@ -2,7 +2,7 @@
> Change Unix-style line endings to macOS-style. > Change Unix-style line endings to macOS-style.
> Replaces LF with CR. > Replaces LF with CR.
> See also `unix2dos`, `dos2unix`, and `mac2unix`. > See also: `unix2dos`, `dos2unix`, `mac2unix`.
> More information: <https://manned.org/unix2mac>. > More information: <https://manned.org/unix2mac>.
- Change the line endings of a file: - Change the line endings of a file:

View file

@ -1,7 +1,7 @@
# uuid # uuid
> Generate and decode Universally Unique Identifiers (UUID). > Generate and decode Universally Unique Identifiers (UUID).
> See also `uuidgen`. > See also: `uuidgen`.
> More information: <https://manned.org/uuid>. > More information: <https://manned.org/uuid>.
- Generate a UUIDv1 (based on time and system's hardware address, if present): - Generate a UUIDv1 (based on time and system's hardware address, if present):

Some files were not shown because too many files have changed in this diff Show more