pages*: fix brand and technical names (#12145)
* pages*: fix Python, Java, pacman, apt, *zip*, xz, tar, git, RPM and grep names * pages*: fix brand and technical names Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * fluxctl, gitmoji, in-toto-run, osv-scanner: replace `git` with Git * bzegrep: enclose egrep with backticks Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-bug: use Git instead of `git` Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-bug: use Git instead of `git` Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-force-clone: use Git instead of `git` Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * gitwatch: use Git instead of `git` Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * hub-init: use Git instead of `git` Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pages.*: use Linux instead of GNU/Linux --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# add-apt-repository
|
||||
|
||||
> Manages apt repository definitions.
|
||||
> Manages `apt` repository definitions.
|
||||
> More information: <https://manned.org/apt-add-repository>.
|
||||
|
||||
- Add a new apt repository:
|
||||
- Add a new `apt` repository:
|
||||
|
||||
`add-apt-repository {{repository_spec}}`
|
||||
|
||||
- Remove an apt repository:
|
||||
- Remove an `apt` repository:
|
||||
|
||||
`add-apt-repository --remove {{repository_spec}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# anbox
|
||||
|
||||
> Run Android applications on any GNU/Linux operating system.
|
||||
> Run Android applications on any Linux operating system.
|
||||
> More information: <https://manned.org/anbox>.
|
||||
|
||||
- Launch Anbox into the app manager:
|
||||
|
@@ -1,13 +1,13 @@
|
||||
# apt-add-repository
|
||||
|
||||
> Manages apt repository definitions.
|
||||
> Manages `apt` repository definitions.
|
||||
> More information: <https://manpages.debian.org/latest/software-properties-common/apt-add-repository.1.html>.
|
||||
|
||||
- Add a new apt repository:
|
||||
- Add a new `apt` repository:
|
||||
|
||||
`apt-add-repository {{repository_spec}}`
|
||||
|
||||
- Remove an apt repository:
|
||||
- Remove an `apt` repository:
|
||||
|
||||
`apt-add-repository --remove {{repository_spec}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# apt-file
|
||||
|
||||
> Search for files in apt packages, including ones not yet installed.
|
||||
> Search for files in `apt` packages, including ones not yet installed.
|
||||
> More information: <https://manpages.debian.org/latest/apt-file/apt-file.1.html>.
|
||||
|
||||
- Update the metadata database:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> Manage archives of various formats.
|
||||
> More information: <https://www.nongnu.org/atool/>.
|
||||
|
||||
- List files in a zip archive:
|
||||
- List files in a `zip` archive:
|
||||
|
||||
`atool --list {{path/to/archive.zip}}`
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
|
||||
`atool --extract {{path/to/archive.tar.gz}}`
|
||||
|
||||
- Create a new 7zip archive with two files:
|
||||
- Create a new `7z` archive with two files:
|
||||
|
||||
`atool --add {{path/to/archive.7z}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Extract all zip and rar archives in the current directory:
|
||||
- Extract all `zip` and rar archives in the current directory:
|
||||
|
||||
`atool --each --extract {{*.zip *.rar}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# brightnessctl
|
||||
|
||||
> Utility for reading and controlling device brightness for GNU/Linux operating systems.
|
||||
> Utility for reading and controlling device brightness for Linux operating systems.
|
||||
> More information: <https://github.com/Hummer12007/brightnessctl>.
|
||||
|
||||
- List devices with changeable brightness:
|
||||
|
@@ -7,11 +7,11 @@
|
||||
|
||||
`checkupdates`
|
||||
|
||||
- List pending updates and download the packages to the pacman cache:
|
||||
- List pending updates and download the packages to the `pacman` cache:
|
||||
|
||||
`checkupdates --download`
|
||||
|
||||
- List pending updates using a specific pacman database:
|
||||
- List pending updates using a specific `pacman` database:
|
||||
|
||||
`CHECKUPDATES_DB={{path/to/directory}} checkupdates`
|
||||
|
||||
|
@@ -19,6 +19,6 @@
|
||||
|
||||
`getconf CHILD_MAX`
|
||||
|
||||
- List every configuration value and then find patterns with the grep command (i.e every value with MAX in it):
|
||||
- List every configuration value and then find patterns with the `grep` command (i.e every value with MAX in it):
|
||||
|
||||
`getconf -a | grep MAX`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ostree
|
||||
|
||||
> Version control for binary files similar to git but optimized for operating system root filesystems.
|
||||
> Version control for binary files similar to `git` but optimized for operating system root filesystems.
|
||||
> OSTree is the foundation for immutable image-based operating systems such as Fedora Silverblue, Fedora IoT or Fedora CoreOS.
|
||||
> More information: <https://ostreedev.github.io/ostree>.
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# paccache
|
||||
|
||||
> A pacman cache cleaning utility.
|
||||
> A `pacman` cache cleaning utility.
|
||||
> More information: <https://manned.org/paccache>.
|
||||
|
||||
- Remove all but the 3 most recent package versions from the pacman cache:
|
||||
- Remove all but the 3 most recent package versions from the `pacman` cache:
|
||||
|
||||
`paccache -r`
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
`DIFFPROG={{editor}} pacdiff`
|
||||
|
||||
- Scan for configuration files with `locate` instead of using pacman database:
|
||||
- Scan for configuration files with `locate` instead of using `pacman` database:
|
||||
|
||||
`pacdiff --locate`
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
> See also: `pacman`.
|
||||
> More information: <https://man.archlinux.org/man/pacman-key>.
|
||||
|
||||
- Initialize the pacman keyring:
|
||||
- Initialize the `pacman` keyring:
|
||||
|
||||
`sudo pacman-key --init`
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pacman-mirrors
|
||||
|
||||
> Generate a pacman mirrorlist for Manjaro Linux.
|
||||
> Every run of pacman-mirrors requires you to synchronize your database and update your system using `sudo pacman -Syyu`.
|
||||
> Generate a `pacman` mirrorlist for Manjaro Linux.
|
||||
> Every run of `pacman-mirrors` requires you to synchronize your database and update your system using `sudo pacman -Syyu`.
|
||||
> See also: `pacman`.
|
||||
> More information: <https://wiki.manjaro.org/index.php?title=Pacman-mirrors>.
|
||||
|
||||
|
@@ -33,6 +33,6 @@
|
||||
|
||||
`pacman -Qtdq`
|
||||
|
||||
- Empty the entire pacman cache:
|
||||
- Empty the entire `pacman` cache:
|
||||
|
||||
`sudo pacman -Scc`
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
`pacstrap -c {{path/to/new/root}} {{packages}}`
|
||||
|
||||
- Install packages without copy the host's pacman keyring to the target:
|
||||
- Install packages without copy the host's `pacman` keyring to the target:
|
||||
|
||||
`pacstrap -G {{path/to/new/root}} {{packages}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# pkgctl db update
|
||||
|
||||
> Update the pacman database as final release step for packages that have been transfered and staged on <https://repos.archlinux.org>.
|
||||
> Update the `pacman` database as final release step for packages that have been transfered and staged on <https://repos.archlinux.org>.
|
||||
> More information: <https://man.archlinux.org/man/pkgctl-db-update.1>.
|
||||
|
||||
- Update the binary repository as final release step:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> Query a RPM spec file.
|
||||
> More information: <https://manned.org/rpmspec>.
|
||||
|
||||
- List binary packages which would be generated from a rpm spec file:
|
||||
- List binary packages which would be generated from a RPM spec file:
|
||||
|
||||
`rpmspec --query {{path/to/rpm.spec}}`
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
|
||||
`rpmspec --querytags`
|
||||
|
||||
- Get summary information for single binary packages generated from a rpm spec file:
|
||||
- Get summary information for single binary packages generated from a RPM spec file:
|
||||
|
||||
`rpmspec --query --queryformat "{{%{name}: %{summary}\n}}" {{path/to/rpm.spec}}`
|
||||
|
||||
- Get the source package which would be generated from a rpm spec file:
|
||||
- Get the source package which would be generated from a RPM spec file:
|
||||
|
||||
`rpmspec --query --srpm {{path/to/rpm.spec}}`
|
||||
|
||||
- Parse a rpm spec file to `stdout`:
|
||||
- Parse a RPM spec file to `stdout`:
|
||||
|
||||
`rpmspec --parse {{path/to/rpm.spec}}`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# shiny-mirrors
|
||||
|
||||
> Generate a pacman mirror list for Manjaro Linux.
|
||||
> Generate a `pacman` mirror list for Manjaro Linux.
|
||||
> Every run of shiny-mirrors requires you to synchronize your database and update your system using `sudo pacman -Syyu`.
|
||||
> More information: <https://gitlab.com/Arisa_Snowbell/shiny-mirrors/-/blob/domina/shiny-mirrors/man/shiny-mirrors.md>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# slapt-get
|
||||
|
||||
> An apt like system for Slackware package management.
|
||||
> An `apt` like system for Slackware package management.
|
||||
> Package sources need to be configured in the slapt-getrc file.
|
||||
> More information: <https://software.jaos.org>.
|
||||
|
||||
|
@@ -3,22 +3,22 @@
|
||||
> Create a squashfs filesystem from a tar archive.
|
||||
> More information: <https://manned.org/sqfstar>.
|
||||
|
||||
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed tar archive:
|
||||
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed `tar` archive:
|
||||
|
||||
`sqfstar {{filesystem.squashfs}} < {{archive.tar}}`
|
||||
|
||||
- Create a squashfs filesystem from a tar archive compressed with `gzip`, and [comp]ress the filesystem using a specific algorithm:
|
||||
- Create a squashfs filesystem from a `tar` archive compressed with `gzip`, and [comp]ress the filesystem using a specific algorithm:
|
||||
|
||||
`zcat {{archive.tar.gz}} | sqfstar -comp {{gzip|lzo|lz4|xz|zstd|lzma}} {{filesystem.squashfs}}`
|
||||
|
||||
- Create a squashfs filesystem from a tar archive compressed with `xz`, excluding some of the files:
|
||||
- Create a squashfs filesystem from a `tar` archive compressed with `xz`, excluding some of the files:
|
||||
|
||||
`xzcat {{archive.tar.xz}} | sqfstar {{filesystem.squashfs}} {{file1 file2 ...}}`
|
||||
|
||||
- Create a squashfs filesystem from a tar archive compressed with `zstd`, excluding files ending with `.gz`:
|
||||
- Create a squashfs filesystem from a `tar` archive compressed with `zstd`, excluding files ending with `.gz`:
|
||||
|
||||
`zstdcat {{archive.tar.zst}} | sqfstar {{filesystem.squashfs}} "{{*.gz}}"`
|
||||
|
||||
- Create a squashfs filesystem from a tar archive compressed with `lz4`, excluding files matching a regular expression:
|
||||
- Create a squashfs filesystem from a `tar` archive compressed with `lz4`, excluding files matching a regular expression:
|
||||
|
||||
`lz4cat {{archive.tar.lz4}} | sqfstar {{filesystem.squashfs}} -regex "{{regular_expression}}"`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# waydroid
|
||||
|
||||
> A container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
|
||||
> A container-based approach to boot a full Android system on a regular Linux system like Ubuntu.
|
||||
> More information: <https://docs.waydro.id>.
|
||||
|
||||
- Start Waydroid:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# zip
|
||||
|
||||
> Package and compress (archive) files into zip file.
|
||||
> Package and compress (archive) files into `zip` archive.
|
||||
> See also: `unzip`.
|
||||
> More information: <https://manned.org/zip>.
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
`zip -r --encrypt {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
- Archive files/directories to a multi-part [s]plit zip file (e.g. 3 GB parts):
|
||||
- Archive files/directories to a multi-part [s]plit `zip` archive (e.g. 3 GB parts):
|
||||
|
||||
`zip -r -s {{3g}} {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
|
Reference in New Issue
Block a user