mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:35:34 +02:00
*: fix See also:
syntax (#17383)
This commit is contained in:
parent
af14ad74e2
commit
b969e91aed
108 changed files with 122 additions and 108 deletions
|
@ -1,7 +1,7 @@
|
|||
# acme.sh
|
||||
|
||||
> 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>.
|
||||
|
||||
- Issue a certificate using webroot mode:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# arch
|
||||
|
||||
> 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>.
|
||||
|
||||
- Display the system's architecture:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Scan logs for messages pertaining to denied permissions.
|
||||
> 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>.
|
||||
|
||||
- Show all generated messages in audit and message logs:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# bg
|
||||
|
||||
> 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>.
|
||||
|
||||
- Resume the most recently suspended job and run it in the background:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# bshell
|
||||
|
||||
> 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>.
|
||||
|
||||
- Browse for both SSH and VNC servers:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# bssh
|
||||
|
||||
> 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>.
|
||||
|
||||
- Browse for SSH servers:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# bvnc
|
||||
|
||||
> 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>.
|
||||
|
||||
- Browse for VNC servers:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# byobu
|
||||
|
||||
> Window manager and terminal multiplexer.
|
||||
> See also: `tmux` and `screen`.
|
||||
> See also: `tmux`, `screen`.
|
||||
> More information: <https://www.byobu.org/documentation>.
|
||||
|
||||
- Start a new session:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# docker image
|
||||
|
||||
> 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/>.
|
||||
|
||||
- List local Docker images:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Freeze stages in the DVC pipeline.
|
||||
> 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>.
|
||||
|
||||
- Freeze one or more specified stages:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Unfreeze stages in the DVC pipeline.
|
||||
> 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>.
|
||||
|
||||
- Unfreeze one or more specified stages:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# emacs
|
||||
|
||||
> The extensible, customizable, self-documenting, real-time display editor.
|
||||
> See also `emacsclient`.
|
||||
> See also: `emacsclient`.
|
||||
> More information: <https://www.gnu.org/software/emacs>.
|
||||
|
||||
- Start Emacs and open a file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# emacsclient
|
||||
|
||||
> 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>.
|
||||
|
||||
- Open a file in an existing Emacs server (using GUI if available):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# encfs
|
||||
|
||||
> 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>.
|
||||
|
||||
- Initialize or mount an encrypted filesystem:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# eqn
|
||||
|
||||
> 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>.
|
||||
|
||||
- Process input with equations, saving the output for future typesetting with groff to PostScript:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# fg
|
||||
|
||||
> Run jobs in foreground.
|
||||
> See also: `jobs`, `bg` and `disown`.
|
||||
> See also: `jobs`, `bg`, `disown`.
|
||||
> More information: <https://manned.org/fg>.
|
||||
|
||||
- Bring most recently suspended or running background job to foreground:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# flutter pub
|
||||
|
||||
> 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>.
|
||||
|
||||
- Download/Update all packages specified in `pubspec.yaml`:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# gcloud help
|
||||
|
||||
> 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>.
|
||||
|
||||
- Search the `gcloud` CLI reference documents for specific terms:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# gcloud logging logs list
|
||||
|
||||
> 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>.
|
||||
|
||||
- List all logs in the current project:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# gcloud sql export sql
|
||||
|
||||
> 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>.
|
||||
|
||||
- Export data from a specific Cloud SQL instance to a Google Cloud Storage bucket as an SQL dump file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git am
|
||||
|
||||
> 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>.
|
||||
|
||||
- Apply and commit changes following a local patch file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git apply
|
||||
|
||||
> 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>.
|
||||
|
||||
- Print messages about the patched files:
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
`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}}`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git format-patch
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create an auto-named `.patch` file for all the unpushed commits:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# git ignore
|
||||
|
||||
> 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>.
|
||||
|
||||
- Show the content of all global and local `.gitignore` files:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# git lock
|
||||
|
||||
> 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>.
|
||||
|
||||
- Disable the ability to commit changes of a local file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git restore
|
||||
|
||||
> 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>.
|
||||
|
||||
- Restore an unstaged file to the staged version:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git switch
|
||||
|
||||
> 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>.
|
||||
|
||||
- Switch to an existing branch:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# git unlock
|
||||
|
||||
> 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>.
|
||||
|
||||
- Enable the ability to commit changes of a previously-locked local file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# git whatchanged
|
||||
|
||||
> 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>.
|
||||
|
||||
- Display logs and changes for recent commits:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# grap
|
||||
|
||||
> 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>.
|
||||
|
||||
- Process a `grap` file and save the output file for future processing with `pic` and `groff`:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# hub branch
|
||||
|
||||
> Create a branch or show current branch.
|
||||
> See also `git branch`.
|
||||
> See also: `git branch`.
|
||||
|
||||
- Show the name of the currently active branch:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# kube-fzf
|
||||
|
||||
> 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>.
|
||||
|
||||
- Get pod details (from current namespace):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# lambo
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create a new Laravel application:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# local
|
||||
|
||||
> 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>.
|
||||
|
||||
- Declare a string variable with the specified value:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# lpr
|
||||
|
||||
> Print files.
|
||||
> See also: `lpstat` and `lpadmin`.
|
||||
> See also: `lpstat`, `lpadmin`.
|
||||
> More information: <https://openprinting.github.io/cups/doc/man-lpr.html>.
|
||||
|
||||
- Print a file to the default printer:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mesg
|
||||
|
||||
> 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>.
|
||||
|
||||
- Check terminal's openness to write messages:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# minetest
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start Minetest in client mode:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# minetestserver
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start the server:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mitmproxy
|
||||
|
||||
> An interactive man-in-the-middle HTTP proxy.
|
||||
> See also: `mitmweb` and `mitmdump`.
|
||||
> See also: `mitmweb`, `mitmdump`.
|
||||
> More information: <https://docs.mitmproxy.org/stable/>.
|
||||
|
||||
- Start `mitmproxy` with default settings (will listen on port `8080`):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mosquitto_passwd
|
||||
|
||||
> 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>.
|
||||
|
||||
- Add a new user to a password file (will prompt to enter the password):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mysqldump
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create a backup (user will be prompted for a password):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# netperf
|
||||
|
||||
> 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>.
|
||||
|
||||
- Connect to server on a specific IP address via default port (12865):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# netserver
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start a server on the default port (12865) and fork to background:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps auth
|
||||
|
||||
> 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>.
|
||||
|
||||
- Add a user to the current project:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps func
|
||||
|
||||
> 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>.
|
||||
|
||||
- Show functions in the current project:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps inst
|
||||
|
||||
> 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>.
|
||||
|
||||
- Show instances created by current user:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps resource
|
||||
|
||||
> 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>.
|
||||
|
||||
- Show resources in the current project:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps table
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create a table with partition and lifecycle:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# odps tunnel
|
||||
|
||||
> 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>.
|
||||
|
||||
- Download table to local file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pic
|
||||
|
||||
> 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>.
|
||||
|
||||
- Process input with pictures, saving the output for future typesetting with groff to PostScript:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# podman image
|
||||
|
||||
> 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>.
|
||||
|
||||
- List local Docker images:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pueue stash
|
||||
|
||||
> 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>.
|
||||
|
||||
- Stash an enqueued task:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Markdown note-taking application.
|
||||
> 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>.
|
||||
|
||||
- Run in portable mode:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Restricted Bash shell, equivalent to `bash --restricted`.
|
||||
> 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>.
|
||||
|
||||
- Start an interactive shell session:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# screen
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start a new screen session:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sh
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start an interactive shell session:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# showfigfonts
|
||||
|
||||
> Display available figlet fonts.
|
||||
> See also `figlet`.
|
||||
> See also: `figlet`.
|
||||
> More information: <https://manned.org/showfigfonts>.
|
||||
|
||||
- Display available fonts:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Spawn an SSH Agent process.
|
||||
> 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>.
|
||||
|
||||
- Start an SSH Agent for the current shell:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tbl
|
||||
|
||||
> 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>.
|
||||
|
||||
- Process input with tables, saving the output for future typesetting with groff to PostScript:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# troff
|
||||
|
||||
> Typesetting processor for the groff (GNU Troff) document formatting system.
|
||||
> See also `groff`.
|
||||
> See also: `groff`.
|
||||
> More information: <https://manned.org/troff>.
|
||||
|
||||
- Format output for a PostScript printer, saving the output to a file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# uname
|
||||
|
||||
> 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>.
|
||||
|
||||
- Print kernel name:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# vegeta
|
||||
|
||||
> A utility and a library for HTTP load testing.
|
||||
> See also `ab`.
|
||||
> See also: `ab`.
|
||||
> More information: <https://github.com/tsenart/vegeta>.
|
||||
|
||||
- Launch an attack lasting 30 seconds:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# write
|
||||
|
||||
> 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>.
|
||||
|
||||
- Send a message to a given user on a given terminal ID:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# x11docker
|
||||
|
||||
> 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>.
|
||||
|
||||
- Launch VLC in a container:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# ybacklight
|
||||
|
||||
> Manage screen backlight brightness. See also `xbacklight`.
|
||||
> Manage screen backlight brightness.
|
||||
> See also: `xbacklight`.
|
||||
> More information: <https://github.com/pixelcmtd/ybacklight>.
|
||||
|
||||
- Print current brightness and maximal brightness, shortened and separated by a slash:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# zellij
|
||||
|
||||
> Terminal multiplexer with batteries included.
|
||||
> See also `tmux` and `screen`.
|
||||
> See also: `tmux`, `screen`.
|
||||
> More information: <https://zellij.dev/documentation/>.
|
||||
|
||||
- Start a new named session:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# zmv
|
||||
|
||||
> 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>.
|
||||
|
||||
- Move files using a `regex`-like pattern:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# alien
|
||||
|
||||
> 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>.
|
||||
|
||||
- Convert a specific installation file to Debian format (`.deb` extension):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# aurman
|
||||
|
||||
> 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>.
|
||||
|
||||
- Synchronize and update all packages:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# bspwm
|
||||
|
||||
> 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>.
|
||||
|
||||
- Start `bspwm` (note that a pre-existing window manager must not be open when this command is run):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# compsize
|
||||
|
||||
> 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>.
|
||||
|
||||
- Calculate the current compression ratio for a file or directory:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# ddcutil
|
||||
|
||||
> 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>.
|
||||
|
||||
- List all compatible displays:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Change DOS-style line endings to Unix-style.
|
||||
> Replaces CRLF with LF.
|
||||
> See also `unix2dos`, `unix2mac`, and `mac2unix`.
|
||||
> See also: `unix2dos`, `unix2mac`, `mac2unix`.
|
||||
> More information: <https://manned.org/dos2unix>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# extundelete
|
||||
|
||||
> 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>.
|
||||
|
||||
- Restore all deleted files inside partition N on device X:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# insmod
|
||||
|
||||
> 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>.
|
||||
|
||||
- Insert a kernel module into the Linux kernel:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# iptables
|
||||
|
||||
> 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>.
|
||||
|
||||
- View chains, rules, packet/byte counters and line numbers for the filter table:
|
||||
|
|
|
@ -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>.
|
||||
> 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`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# kwrite
|
||||
|
||||
> 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>.
|
||||
|
||||
- Open a text file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# ldapdomaindump
|
||||
|
||||
> 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>.
|
||||
|
||||
- Dump all information using the given LDAP account:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# lsmod
|
||||
|
||||
> 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>.
|
||||
|
||||
- List all currently loaded kernel modules:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Change macOS-style line endings to Unix-style.
|
||||
> Replaces CR with LF.
|
||||
> See also `unix2dos`, `unix2mac`, and `dos2unix`.
|
||||
> See also: `unix2dos`, `unix2mac`, `dos2unix`.
|
||||
> More information: <https://manned.org/mac2unix>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mesg
|
||||
|
||||
> 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>.
|
||||
|
||||
- Check terminal's openness to write messages:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# modinfo
|
||||
|
||||
> 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>.
|
||||
|
||||
- List all attributes of a kernel module:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# modprobe
|
||||
|
||||
> 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>.
|
||||
|
||||
- Pretend to load a module into the kernel, but don't actually do it:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# openrc
|
||||
|
||||
> 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>.
|
||||
|
||||
- Change to a specific runlevel:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pkgfile
|
||||
|
||||
> 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>.
|
||||
|
||||
- Synchronize the pkgfile database:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# postfix
|
||||
|
||||
> 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>.
|
||||
|
||||
- Check the configuration:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# pw-dot
|
||||
|
||||
> 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>.
|
||||
|
||||
- Generate a graph to `pw.dot` file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# quickemu
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create and run a virtual machine from a configuration file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rc-service
|
||||
|
||||
> Locate and run OpenRC services with arguments.
|
||||
> See also `openrc`.
|
||||
> See also: `openrc`.
|
||||
> More information: <https://manned.org/rc-service>.
|
||||
|
||||
- Show a service's status:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rc-status
|
||||
|
||||
> Show status info about runlevels.
|
||||
> See also `openrc`.
|
||||
> See also: `openrc`.
|
||||
> More information: <https://manned.org/rc-status>.
|
||||
|
||||
- Show a summary of services and their status:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rc-update
|
||||
|
||||
> Add and remove OpenRC services to and from runlevels.
|
||||
> See also `openrc`.
|
||||
> See also: `openrc`.
|
||||
> More information: <https://manned.org/rc-update>.
|
||||
|
||||
- List enabled services and the runlevels they are added to:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# rmmod
|
||||
|
||||
> 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>.
|
||||
|
||||
- Remove a module from the kernel:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# sinfo
|
||||
|
||||
> 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>.
|
||||
|
||||
- Show a quick summary overview of the cluster:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tlp-stat
|
||||
|
||||
> Generate TLP status reports.
|
||||
> See also `tlp`.
|
||||
> See also: `tlp`.
|
||||
> More information: <https://linrunner.de/tlp/usage/tlp-stat>.
|
||||
|
||||
- Generate status report with configuration and all active settings:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# tlp
|
||||
|
||||
> Advanced power management for Linux.
|
||||
> See also `tlp-stat`.
|
||||
> See also: `tlp-stat`.
|
||||
> More information: <https://linrunner.de/tlp/usage/tlp.html>.
|
||||
|
||||
- Apply settings (according to the actual power source):
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Change Unix-style line endings to DOS-style.
|
||||
> Replaces LF with CRLF.
|
||||
> See also `unix2mac`, `dos2unix`, and `mac2unix`.
|
||||
> See also: `unix2mac`, `dos2unix`, `mac2unix`.
|
||||
> More information: <https://manned.org/unix2dos>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Change Unix-style line endings to macOS-style.
|
||||
> Replaces LF with CR.
|
||||
> See also `unix2dos`, `dos2unix`, and `mac2unix`.
|
||||
> See also: `unix2dos`, `dos2unix`, `mac2unix`.
|
||||
> More information: <https://manned.org/unix2mac>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# uuid
|
||||
|
||||
> Generate and decode Universally Unique Identifiers (UUID).
|
||||
> See also `uuidgen`.
|
||||
> See also: `uuidgen`.
|
||||
> More information: <https://manned.org/uuid>.
|
||||
|
||||
- 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
Loading…
Add table
Reference in a new issue