diff --git a/pages/common/docker-container-ls.md b/pages/common/docker-container-ls.md index e44e4cfd37..d12defc719 100644 --- a/pages/common/docker-container-ls.md +++ b/pages/common/docker-container-ls.md @@ -27,7 +27,7 @@ `docker {{[ps|container ls]}} {{[-a|--all]}} {{[-f|--filter]}} "exited={{code}}"` -- Filter containers by status (created, running, removing, paused, exited and dead): +- Filter containers by status (created, running, removing, paused, exited, and dead): `docker {{[ps|container ls]}} {{[-f|--filter]}} "status={{status}}"` diff --git a/pages/common/jf.md b/pages/common/jf.md index 7e0ef6088d..fdeb2b7be7 100644 --- a/pages/common/jf.md +++ b/pages/common/jf.md @@ -1,6 +1,6 @@ # jf -> Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines and Mission Control. +> Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines, and Mission Control. > More information: . - Add a new configuration: diff --git a/pages/common/makepasswd.md b/pages/common/makepasswd.md index 3dad16da82..221eb9059c 100644 --- a/pages/common/makepasswd.md +++ b/pages/common/makepasswd.md @@ -15,6 +15,6 @@ `makepasswd --minchars {{5}} --maxchars {{10}}` -- Generate a password containing only the characters "b", "a" or "r": +- Generate a password containing only the characters "b", "a", or "r": `makepasswd --string {{bar}}` diff --git a/pages/common/nix-profile.md b/pages/common/nix-profile.md index 4bca148d0e..71125c3e3d 100644 --- a/pages/common/nix-profile.md +++ b/pages/common/nix-profile.md @@ -1,6 +1,6 @@ # nix profile -> Install, update and remove packages from Nix profiles. +> Install, update, and remove packages from Nix profiles. > More information: . - Install some packages from nixpkgs into the default profile: diff --git a/pages/common/nix-run.md b/pages/common/nix-run.md index 7087472bcf..0f95ce44c0 100644 --- a/pages/common/nix-run.md +++ b/pages/common/nix-run.md @@ -20,7 +20,7 @@ `nix run {{remote_name}}:{{owner}}/{{repo}}` -- Run from a remote repository using a specific tag, revision or branch: +- Run from a remote repository using a specific tag, revision, or branch: `nix run {{remote_name}}:{{owner}}/{{repo}}/{{reference}}` diff --git a/pages/common/pamfix.md b/pages/common/pamfix.md index 9ac0cf517b..eac8ae0a25 100644 --- a/pages/common/pamfix.md +++ b/pages/common/pamfix.md @@ -1,6 +1,6 @@ # pamfix -> Fix errors in PAM, PBM, PGM and PPM files. +> Fix errors in PAM, PBM, PGM, and PPM files. > See also: `pamfile`, `pamvalidate`. > More information: . diff --git a/pages/common/pamtopam.md b/pages/common/pamtopam.md index e77d10ac36..6dd1235508 100644 --- a/pages/common/pamtopam.md +++ b/pages/common/pamtopam.md @@ -3,7 +3,7 @@ > Copy a PAM image. > More information: . -- Copy a PAM image (i.e. a PBM, PGM, PPM or PAM image) from `stdin` to `stdout`: +- Copy a PAM image (i.e. a PBM, PGM, PPM, or PAM image) from `stdin` to `stdout`: `pamtopam < {{path/to/image.pam}} > {{path/to/output.pam}}` diff --git a/pages/common/pamtopnm.md b/pages/common/pamtopnm.md index 3d09b974a0..c7a0f59bc3 100644 --- a/pages/common/pamtopnm.md +++ b/pages/common/pamtopnm.md @@ -3,7 +3,7 @@ > Convert a PAM image to an equivalent PNM image. > More information: . -- Convert a PAM image to an equivalent PNM image, i.e. a PBM, PGM or PPM image: +- Convert a PAM image to an equivalent PNM image, i.e. a PBM, PGM, or PPM image: `pamtopnm {{path/to/image.pam}} > {{path/to/output.pbm|pgm|ppm}}` diff --git a/pages/common/php-artisan.md b/pages/common/php-artisan.md index ae12f56e10..8c6ead489b 100644 --- a/pages/common/php-artisan.md +++ b/pages/common/php-artisan.md @@ -11,7 +11,7 @@ `php artisan tinker` -- Generate a new Eloquent model class with a migration, factory and resource controller: +- Generate a new Eloquent model class with a migration, factory, and resource controller: `php artisan make:model {{ModelName}} --all` diff --git a/pages/common/ppmdraw.md b/pages/common/ppmdraw.md index bab9f8c07f..1c127784cf 100644 --- a/pages/common/ppmdraw.md +++ b/pages/common/ppmdraw.md @@ -1,6 +1,6 @@ # ppmdraw -> Draw lines, text and more on a PPM image by executing a script. +> Draw lines, text, and more on a PPM image by executing a script. > Documentation on the utilized scripting language can be found by following the link below. > More information: . diff --git a/pages/common/ppmforge.md b/pages/common/ppmforge.md index 3783ebbfec..57597830f8 100644 --- a/pages/common/ppmforge.md +++ b/pages/common/ppmforge.md @@ -1,6 +1,6 @@ # ppmforge -> Generate fractals resembling clouds, planets and starry skies. +> Generate fractals resembling clouds, planets, and starry skies. > More information: . - Generate an image of a planet: diff --git a/pages/common/qdbus.md b/pages/common/qdbus.md index 6503fd361c..0cc36532bd 100644 --- a/pages/common/qdbus.md +++ b/pages/common/qdbus.md @@ -31,6 +31,6 @@ `qdbus {{org.kde.kglobalaccel}} {{/component/kmix}} {{invokeShortcut}} "{{increase_volume}}"` -- Gracefully log out and then do nothing, reboot or shut down: +- Gracefully log out and then do nothing, reboot, or shut down: `qdbus {{org.kde.Shutdown}} {{/Shutdown}} {{logout|logoutAndReboot|logoutAndShutdown}}` diff --git a/pages/common/rgb3toppm.md b/pages/common/rgb3toppm.md index bec6840215..a34fc23da1 100644 --- a/pages/common/rgb3toppm.md +++ b/pages/common/rgb3toppm.md @@ -4,6 +4,6 @@ > See also: `ppmtorgb3`. > More information: . -- Combine three PGM images (representing red, green and blue color components) into one PPM image: +- Combine three PGM images (representing red, green, and blue color components) into one PPM image: `rgb3toppm {{path/to/red_file.ppm}} {{path/to/green_file.ppm}} {{path/to/blue_file.ppm}} > {{path/to/output.ppm}}` diff --git a/pages/common/rustup-show.md b/pages/common/rustup-show.md index 1ff7ada229..aef15815fe 100644 --- a/pages/common/rustup-show.md +++ b/pages/common/rustup-show.md @@ -1,6 +1,6 @@ # rustup show -> Show installed toolchains, targets and the version of `rustc`. +> Show installed toolchains, targets, and the version of `rustc`. > More information: . - Show all information: diff --git a/pages/common/warp-cli.md b/pages/common/warp-cli.md index 930e121fda..5e42c9c50d 100644 --- a/pages/common/warp-cli.md +++ b/pages/common/warp-cli.md @@ -1,6 +1,6 @@ # warp-cli -> Connect, disconnect and switch modes of a connection to Cloudflare's WARP service. +> Connect, disconnect, and switch modes of a connection to Cloudflare's WARP service. > WARP is a VPN that encrypts traffic for privacy, security, and speed. > See also: `fastd`, `ivpn`, `mozillavpn`, `mullvad`. > More information: . diff --git a/pages/linux/addr2line.md b/pages/linux/addr2line.md index 1322f036e0..b0ff70f776 100644 --- a/pages/linux/addr2line.md +++ b/pages/linux/addr2line.md @@ -7,7 +7,7 @@ `addr2line {{[-e|--exe]}} {{path/to/executable}} {{address}}` -- Display the function name, filename and line number: +- Display the function name, filename, and line number: `addr2line {{[-e|--exe]}} {{path/to/executable}} {{[-f|--functions]}} {{address}}` diff --git a/pages/linux/avifenc.md b/pages/linux/avifenc.md index d95c86b103..6ec5fd6e1c 100644 --- a/pages/linux/avifenc.md +++ b/pages/linux/avifenc.md @@ -7,6 +7,6 @@ `avifenc {{path/to/input.png}} {{path/to/output.avif}}` -- Encode with a specific speed (6=default, 0=slowest and 10=fastest): +- Encode with a specific speed (6=default, 0=slowest, and 10=fastest): `avifenc --speed {{2}} {{path/to/input.png}} {{path/to/output.avif}}` diff --git a/pages/linux/bootctl.md b/pages/linux/bootctl.md index 5cd987cd1c..ceebb32743 100644 --- a/pages/linux/bootctl.md +++ b/pages/linux/bootctl.md @@ -15,7 +15,7 @@ `sudo bootctl reboot-to-firmware true` -- Specify the path to the EFI system partition (defaults to `/efi/`, `/boot/` or `/boot/efi`): +- Specify the path to the EFI system partition (defaults to `/efi/`, `/boot/`, or `/boot/efi`): `bootctl --esp-path /{{path/to/efi_system_partition}}/` diff --git a/pages/linux/btrfs-check.md b/pages/linux/btrfs-check.md index d9d3b289c2..7c9dd7a5e2 100644 --- a/pages/linux/btrfs-check.md +++ b/pages/linux/btrfs-check.md @@ -19,7 +19,7 @@ `sudo btrfs {{[c|check]}} --check-data-csum {{path/to/partition}}` -- Use the `n`-th superblock (`n` can be 0, 1 or 2): +- Use the `n`-th superblock (`n` can be 0, 1, or 2): `sudo btrfs {{[c|check]}} {{[-s|--super]}} {{n}} {{path/to/partition}}` diff --git a/pages/linux/btrfs-inspect-internal.md b/pages/linux/btrfs-inspect-internal.md index 62f0c9a9ed..68b49be815 100644 --- a/pages/linux/btrfs-inspect-internal.md +++ b/pages/linux/btrfs-inspect-internal.md @@ -23,6 +23,6 @@ `sudo btrfs {{[i|inspect-internal]}} {{[lo|logical-resolve]}} {{logical_address}} {{path/to/btrfs_mount}}` -- Print stats of root, extent, csum and fs trees: +- Print stats of root, extent, csum, and fs trees: `sudo btrfs {{[i|inspect-internal]}} {{[t|tree-stats]}} {{path/to/partition}}` diff --git a/pages/linux/busctl.md b/pages/linux/busctl.md index 74a39eab24..f8e211d8d2 100644 --- a/pages/linux/busctl.md +++ b/pages/linux/busctl.md @@ -3,7 +3,7 @@ > Introspect and monitor the D-Bus bus. > More information: . -- Show all peers on the bus, by their service names: +- Show all peers on the bus by their service names: `busctl list` @@ -19,7 +19,7 @@ `busctl tree {{service1 service2 ...}}` -- Show interfaces, methods, properties and signals of the specified object on the specified service: +- Show interfaces, methods, properties, and signals of the specified object on the specified service: `busctl introspect {{service}} {{path/to/object}}` diff --git a/pages/linux/datamash.md b/pages/linux/datamash.md index abc706127a..cce128d03c 100644 --- a/pages/linux/datamash.md +++ b/pages/linux/datamash.md @@ -1,9 +1,9 @@ # datamash -> Perform basic numeric, textual and statistical operations on input textual data files. +> Perform basic numeric, textual, and statistical operations on input textual data files. > More information: . -- Get max, min, mean and median of a single column of numbers: +- Get max, min, mean, and median of a single column of numbers: `seq 3 | datamash max 1 min 1 mean 1 median 1` diff --git a/pages/linux/dpkg-deb.md b/pages/linux/dpkg-deb.md index 657e59b9cc..8500bdbb12 100644 --- a/pages/linux/dpkg-deb.md +++ b/pages/linux/dpkg-deb.md @@ -1,6 +1,6 @@ # dpkg-deb -> Pack, unpack and provide information about Debian archives. +> Pack, unpack, and provide information about Debian archives. > More information: . - Display information about a package: diff --git a/pages/linux/dstat.md b/pages/linux/dstat.md index ecac2a1475..06011aad31 100644 --- a/pages/linux/dstat.md +++ b/pages/linux/dstat.md @@ -4,7 +4,7 @@ > Note: dstat is deprecated and no longer maintained. > More information: . -- Display CPU, disk, net, paging and system statistics: +- Display CPU, disk, net, paging, and system statistics: `dstat` diff --git a/pages/linux/dumpe2fs.md b/pages/linux/dumpe2fs.md index e544153ab8..25125e2606 100644 --- a/pages/linux/dumpe2fs.md +++ b/pages/linux/dumpe2fs.md @@ -4,7 +4,7 @@ > Unmount the partition before running this command using `umount device`. > More information: . -- Display ext2, ext3 and ext4 filesystem information: +- Display ext2, ext3, and ext4 filesystem information: `dumpe2fs {{/dev/sdXN}}` diff --git a/pages/linux/ebuild.md b/pages/linux/ebuild.md index 9ed701d06e..73057280a3 100644 --- a/pages/linux/ebuild.md +++ b/pages/linux/ebuild.md @@ -31,6 +31,6 @@ `ebuild {{path/to/file.ebuild}} qmerge` -- Fetch, unpack, compile, install and qmerge the specified ebuild file: +- Fetch, unpack, compile, install, and qmerge the specified ebuild file: `ebuild {{path/to/file.ebuild}} merge` diff --git a/pages/linux/eject.md b/pages/linux/eject.md index 83734cf0b2..fbf2434d93 100644 --- a/pages/linux/eject.md +++ b/pages/linux/eject.md @@ -11,7 +11,7 @@ `eject` -- Eject a specific device (the default order is cd-rom, scsi, floppy and tape): +- Eject a specific device (the default order is cd-rom, scsi, floppy, and tape): `eject {{/dev/cdrom}}` diff --git a/pages/linux/fcrackzip.md b/pages/linux/fcrackzip.md index bd3c052027..89f507a21f 100644 --- a/pages/linux/fcrackzip.md +++ b/pages/linux/fcrackzip.md @@ -3,11 +3,11 @@ > ZIP archive password cracking utility. > More information: . -- Brute-force a password with a length of 4 to 8 characters, and contains only alphanumeric characters (order matters): +- Brute-force a password with a length of 4 to 8 characters and contains only alphanumeric characters (order matters): `fcrackzip {{[-b|--brute-force]}} {{[-l|--length]}} 4-8 {{[-c|--charset]}} aA1 {{archive}}` -- Brute-force a password in verbose mode with a length of 3 characters that only contains lowercase characters, `$` and `%`: +- Brute-force a password in verbose mode with a length of 3 characters that only contains lowercase characters, `$`, and `%`: `fcrackzip {{[-v|--verbose]}} {{[-b|--brute-force]}} {{[-l|--length]}} 3 {{[-c|--charset]}} a:$% {{archive}}` diff --git a/pages/linux/flashrom.md b/pages/linux/flashrom.md index a73ab68d83..b3d264cbc8 100644 --- a/pages/linux/flashrom.md +++ b/pages/linux/flashrom.md @@ -1,6 +1,6 @@ # flashrom -> Read, write, verify and erase flash chips. +> Read, write, verify, and erase flash chips. > More information: . - Probe the chip, ensuring the wiring is correct: diff --git a/pages/linux/flatpak.md b/pages/linux/flatpak.md index 9ba35514c3..315ce7431d 100644 --- a/pages/linux/flatpak.md +++ b/pages/linux/flatpak.md @@ -1,6 +1,6 @@ # flatpak -> Build, install and run flatpak applications and runtimes. +> Build, install, and run flatpak applications and runtimes. > More information: . - Run an installed application: diff --git a/pages/linux/fuser.md b/pages/linux/fuser.md index 46914abac0..5880163a02 100644 --- a/pages/linux/fuser.md +++ b/pages/linux/fuser.md @@ -7,7 +7,7 @@ `fuser {{path/to/file_or_directory}}` -- Show more fields (`USER`, `PID`, `ACCESS` and `COMMAND`): +- Show more fields (`USER`, `PID`, `ACCESS`, and `COMMAND`): `fuser {{[-v|--verbose]}} {{path/to/file_or_directory}}` diff --git a/pages/linux/grub-reboot.md b/pages/linux/grub-reboot.md index 7ff08cc71a..123db09217 100644 --- a/pages/linux/grub-reboot.md +++ b/pages/linux/grub-reboot.md @@ -3,10 +3,10 @@ > Set the default boot entry for GRUB, for the next boot only. > More information: . -- Set the default boot entry to an entry number, name or identifier for the next boot: +- Set the default boot entry to an entry number, name, or identifier for the next boot: `sudo grub-reboot {{entry_number}}` -- Set the default boot entry to an entry number, name or identifier for an alternative boot directory for the next boot: +- Set the default boot entry to an entry number, name, or identifier for an alternative boot directory for the next boot: `sudo grub-reboot --boot-directory /{{path/to/boot_directory}} {{entry_number}}` diff --git a/pages/linux/grub-set-default.md b/pages/linux/grub-set-default.md index 136e5de4f1..a71315cc06 100644 --- a/pages/linux/grub-set-default.md +++ b/pages/linux/grub-set-default.md @@ -3,10 +3,10 @@ > Set the default boot entry for GRUB. > More information: . -- Set the default boot entry to an entry number, name or identifier: +- Set the default boot entry to an entry number, name, or identifier: `sudo grub-set-default {{entry_number}}` -- Set the default boot entry to an entry number, name or identifier for an alternative boot directory: +- Set the default boot entry to an entry number, name, or identifier for an alternative boot directory: `sudo grub-set-default --boot-directory /{{path/to/boot_directory}} {{entry_number}}` diff --git a/pages/linux/guix-package.md b/pages/linux/guix-package.md index 65e6a13a5e..547229e0d3 100644 --- a/pages/linux/guix-package.md +++ b/pages/linux/guix-package.md @@ -1,6 +1,6 @@ # guix package -> Install, upgrade and remove Guix packages, or rollback to previous configurations. +> Install, upgrade, and remove Guix packages or rollback to previous configurations. > More information: . - Install a new package: diff --git a/pages/linux/homectl.md b/pages/linux/homectl.md index 1f67d804c4..5e5aad09c8 100644 --- a/pages/linux/homectl.md +++ b/pages/linux/homectl.md @@ -1,6 +1,6 @@ # homectl -> Create, remove, change or inspect home directories using the systemd-homed service. +> Create, remove, change, or inspect home directories using the systemd-homed service. > More information: . - List user accounts and their associated home directories: diff --git a/pages/linux/i7z.md b/pages/linux/i7z.md index 5a65b1ee3c..9f81d11d8f 100644 --- a/pages/linux/i7z.md +++ b/pages/linux/i7z.md @@ -1,6 +1,6 @@ # i7z -> An Intel CPU (only i3, i5 and i7) realtime reporting tool. +> An Intel CPU (only i3, i5, and i7) realtime reporting tool. > More information: . - Start i7z (needs to be run in superuser mode): diff --git a/pages/linux/ionice.md b/pages/linux/ionice.md index 97a4dc7370..3512959bc5 100644 --- a/pages/linux/ionice.md +++ b/pages/linux/ionice.md @@ -9,7 +9,7 @@ `ionice {{[-c|--class]}} {{scheduling_class}} {{[-n|--classdata]}} {{priority}} {{command}}` -- Set I/O scheduling class of a running process with a specific [p]id, [P]gid or [u]id: +- Set I/O scheduling class of a running process with a specific [p]id, [P]gid, or [u]id: `ionice {{[-c|--class]}} {{scheduling_class}} -{{p|P|u}} {{id}}` diff --git a/pages/linux/iptables.md b/pages/linux/iptables.md index c622a20da0..45694159a5 100644 --- a/pages/linux/iptables.md +++ b/pages/linux/iptables.md @@ -1,11 +1,11 @@ # 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`. > More information: . -- 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: `sudo iptables {{[-vnL --line-numbers|--verbose --numeric --list --line-numbers]}}` diff --git a/pages/linux/iw-dev.md b/pages/linux/iw-dev.md index 6e77ff24f7..ce4045b9be 100644 --- a/pages/linux/iw-dev.md +++ b/pages/linux/iw-dev.md @@ -1,7 +1,7 @@ # iw dev > Show and manipulate wireless devices. -> For a list of channels, frequencies and reg information: . +> For a list of channels, frequencies, and reg information: . > More information: . - Set device to monitor mode (interface must be down first. See also: `ip link`): diff --git a/pages/linux/jhead.md b/pages/linux/jhead.md index 3d1284d686..8865540206 100644 --- a/pages/linux/jhead.md +++ b/pages/linux/jhead.md @@ -19,7 +19,7 @@ `jhead -n%Y_%m_%d-%H_%M_%S *.jpg` -- Rotate losslessly all JPEG images by 90, 180 or 270 based on the EXIF orientation tag: +- Rotate losslessly all JPEG images by 90, 180, or 270 degrees based on the EXIF orientation tag: `jhead -autorot *.jpg` diff --git a/pages/linux/jpegtran.md b/pages/linux/jpegtran.md index a63fea7abc..ae06129d9b 100644 --- a/pages/linux/jpegtran.md +++ b/pages/linux/jpegtran.md @@ -7,7 +7,7 @@ `jpegtran {{[-f|-flip]}} {{horizontal|vertical}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` -- Rotate an image 90, 180 or 270 degrees clockwise: +- Rotate an image 90, 180, or 270 degrees clockwise: `jpegtran {{[-ro|-rotate]}} {{90|180|270}} {{path/to/image.jpg}} > {{path/to/output.jpg}}` diff --git a/pages/linux/ldapdomaindump.md b/pages/linux/ldapdomaindump.md index d5e2dedb9e..7a17b205cb 100644 --- a/pages/linux/ldapdomaindump.md +++ b/pages/linux/ldapdomaindump.md @@ -1,6 +1,6 @@ # 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`. > More information: . diff --git a/pages/linux/lnav.md b/pages/linux/lnav.md index 670f94cfa7..bac28b9e30 100644 --- a/pages/linux/lnav.md +++ b/pages/linux/lnav.md @@ -3,7 +3,7 @@ > Advanced log file viewer to analyze logs with little to no setup. > More information: . -- View logs of a program, specifying log files, directories or URLs: +- View logs of a program, specifying log files, directories, or URLs: `lnav {{path/to/log_or_directory|url}}` diff --git a/pages/linux/lsipc.md b/pages/linux/lsipc.md index 949d5e2a24..cc8d316269 100644 --- a/pages/linux/lsipc.md +++ b/pages/linux/lsipc.md @@ -8,7 +8,7 @@ `lsipc` -- Show information about active shared [m]emory segments, message [q]ueues or [s]empahore sets: +- Show information about active shared [m]emory segments, message [q]ueues, or [s]empahore sets: `lsipc {{--shmems|--queues|--semaphores}}` @@ -20,7 +20,7 @@ `lsipc {{[-o|--output]}} {{KEY,ID,PERMS,SEND,STATUS,NSEMS,RESOURCE,...}}` -- Use [r]aw, [J]SON, [l]ist or [e]xport (key="value") format: +- Use [r]aw, [J]SON, [l]ist, or [e]xport (key="value") format: `lsipc {{--raw|--json|--list|--export}}` diff --git a/pages/linux/machinectl.md b/pages/linux/machinectl.md index 7340b2b110..67c8e6a507 100644 --- a/pages/linux/machinectl.md +++ b/pages/linux/machinectl.md @@ -1,7 +1,7 @@ # machinectl > Control the systemd machine manager. -> Execute operations on virtual machines, containers and images. +> Execute operations on virtual machines, containers, and images. > More information: . - Start a machine as a service using `systemd-nspawn`: diff --git a/pages/linux/microcom.md b/pages/linux/microcom.md index 6260de690c..c1b0057ab8 100644 --- a/pages/linux/microcom.md +++ b/pages/linux/microcom.md @@ -1,6 +1,6 @@ # microcom -> A minimalistic terminal program, used to access remote devices via a serial, CAN or telnet connection from the console. +> A minimalistic terminal program, used to access remote devices via a serial, CAN, or telnet connection from the console. > More information: . - Open a serial port using the specified baud rate: diff --git a/pages/linux/nft.md b/pages/linux/nft.md index 2b8877a71a..8963ddf641 100644 --- a/pages/linux/nft.md +++ b/pages/linux/nft.md @@ -1,6 +1,6 @@ # nft -> Allows configuration of tables, chains and rules provided by the Linux kernel firewall. +> Allows configuration of tables, chains, and rules provided by the Linux kernel firewall. > Nftables replaces iptables. > More information: . diff --git a/pages/linux/nmcli-connection.md b/pages/linux/nmcli-connection.md index 8054388d1e..66497d1862 100644 --- a/pages/linux/nmcli-connection.md +++ b/pages/linux/nmcli-connection.md @@ -3,7 +3,7 @@ > Manage connections with NetworkManager. > More information: . -- List all NetworkManager connections (shows name, UUID, type and device): +- List all NetworkManager connections (shows name, UUID, type, and device): `nmcli {{[c|connection]}}` diff --git a/pages/linux/pdfcrop.md b/pages/linux/pdfcrop.md index 592eee4a5a..7904d902f4 100644 --- a/pages/linux/pdfcrop.md +++ b/pages/linux/pdfcrop.md @@ -11,7 +11,7 @@ `pdfcrop {{path/to/input_file.pdf}} --margins '{{left}} {{top}} {{right}} {{bottom}}' {{path/to/output_file.pdf}}` -- Set the margins of each page to a specific value, using the same value for left, top, right and bottom: +- Set the margins of each page to a specific value, using the same value for left, top, right, and bottom: `pdfcrop {{path/to/input_file.pdf}} --margins {{300}} {{path/to/output_file.pdf}}` diff --git a/pages/linux/pdftohtml.md b/pages/linux/pdftohtml.md index c5c818e864..b0c2fc7a9e 100644 --- a/pages/linux/pdftohtml.md +++ b/pages/linux/pdftohtml.md @@ -1,6 +1,6 @@ # pdftohtml -> Convert PDF files into HTML, XML and PNG images. +> Convert PDF files into HTML, XML, and PNG images. > More information: . - Convert a PDF file to an HTML file: diff --git a/pages/linux/phar.md b/pages/linux/phar.md index 0052b086da..9dc7732b51 100644 --- a/pages/linux/phar.md +++ b/pages/linux/phar.md @@ -1,6 +1,6 @@ # phar -> Create, update or extract PHP archives (PHAR). +> Create, update, or extract PHP archives (PHAR). > More information: . - Add one or more files or directories to a Phar file: diff --git a/pages/linux/pipewire.md b/pages/linux/pipewire.md index 00e8ba0695..e3110c84f5 100644 --- a/pages/linux/pipewire.md +++ b/pages/linux/pipewire.md @@ -11,7 +11,7 @@ `pipewire --config {{path/to/file.conf}}` -- Set the verbosity level (error, warn, info, debug or trace): +- Set the verbosity level (error, warn, info, debug, or trace): `pipewire -{{v|vv|...|vvvvv}}` diff --git a/pages/linux/postconf.md b/pages/linux/postconf.md index ae03290648..dbf717a03d 100644 --- a/pages/linux/postconf.md +++ b/pages/linux/postconf.md @@ -16,9 +16,9 @@ `postconf -d` -- Display parameters only from the specified class. The class can be one of builtin, service, user or all: +- Display parameters only from the specified class: -`postconf -C {{class}}` +`postconf -C {{builtin|service|user|all}}` - List available SASL plug-in types for the Postfix SMTP server. The plug-in type is selected with the `smtpd_sasl_type` configuration parameter by specifying `cyrus` or `dovecot` as the name: diff --git a/pages/linux/pw-cli.md b/pages/linux/pw-cli.md index ea901714d1..fe23b42d70 100644 --- a/pages/linux/pw-cli.md +++ b/pages/linux/pw-cli.md @@ -1,6 +1,6 @@ # pw-cli -> Manage a PipeWire instance's modules, objects, nodes, devices, links and much more. +> Manage a PipeWire instance's modules, objects, nodes, devices, links, and much more. > See also: `wpctl`. > More information: . diff --git a/pages/linux/quickget.md b/pages/linux/quickget.md index 18fde43ccf..01bf7c8b66 100644 --- a/pages/linux/quickget.md +++ b/pages/linux/quickget.md @@ -5,7 +5,7 @@ > See also: `quickemu`. > More information: . -- Display the list of all supported guest operating systems, versions and variants: +- Display the list of all supported guest operating systems, versions, and variants: `quickget list` diff --git a/pages/linux/quotacheck.md b/pages/linux/quotacheck.md index 4bd929fd1a..e6f469a3b2 100644 --- a/pages/linux/quotacheck.md +++ b/pages/linux/quotacheck.md @@ -1,6 +1,6 @@ # quotacheck -> Scan a filesystem for disk usage; create, check and repair quota files. +> Scan a filesystem for disk usage; create, check, and repair quota files. > It is best to run quota check with quotas turned off to prevent damage or loss to quota files. > More information: . diff --git a/pages/linux/resize2fs.md b/pages/linux/resize2fs.md index 6812c6242b..ec851e51f4 100644 --- a/pages/linux/resize2fs.md +++ b/pages/linux/resize2fs.md @@ -1,6 +1,6 @@ # resize2fs -> Resize an ext2, ext3 or ext4 filesystem. +> Resize an ext2, ext3, or ext4 filesystem. > Does not resize the underlying partition. The filesystem may have to be unmounted first, read the man page for more details. > More information: . diff --git a/pages/linux/rpmconf.md b/pages/linux/rpmconf.md index c4d1fbb7e4..79a6dd2d81 100644 --- a/pages/linux/rpmconf.md +++ b/pages/linux/rpmconf.md @@ -1,6 +1,6 @@ # rpmconf -> Handle RPMNEW, RPMSAVE and RPMORIG files left over by package upgrades. +> Handle `.rpmnew`, `.rpmsave`, and `.rpmorig` files left over by package upgrades. > See also: `rpm`. > More information: . @@ -8,6 +8,6 @@ `sudo rpmconf {{[-a|--all]}}` -- Delete orphaned RPMNEW and RPMSAVE files: +- Delete orphaned `.rpmnew` and `.rpmsave` files: `sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}` diff --git a/pages/linux/slapt-src.md b/pages/linux/slapt-src.md index 1919626f24..bc32954414 100644 --- a/pages/linux/slapt-src.md +++ b/pages/linux/slapt-src.md @@ -12,7 +12,7 @@ `slapt-src {{[-l|--list]}}` -- Fetch, build and install the specified slackbuild(s): +- Fetch, build, and install the specified slackbuild(s): `slapt-src {{[-i|--install]}} {{slackbuild_name}}` diff --git a/pages/linux/steghide.md b/pages/linux/steghide.md index 8af12a7e82..e17aa611f8 100644 --- a/pages/linux/steghide.md +++ b/pages/linux/steghide.md @@ -1,6 +1,6 @@ # steghide -> Steganography tool for JPEG, BMP, WAV and AU file formats. +> Steganography tool for JPEG, BMP, WAV, and AU file formats. > More information: . - Embed data in a PNG, prompting for a passphrase: diff --git a/pages/linux/switch_root.md b/pages/linux/switch_root.md index ec97d45776..3a12b9c563 100644 --- a/pages/linux/switch_root.md +++ b/pages/linux/switch_root.md @@ -5,7 +5,7 @@ > See also: `chroot`, `mount`. > More information: . -- Move `/proc`, `/dev`, `/sys` and `/run` to the specified filesystem, use this filesystem as the new root and start the specified init process: +- Move `/proc`, `/dev`, `/sys`, and `/run` to the specified filesystem, use this filesystem as the new root and start the specified init process: `switch_root {{new_root}} {{/sbin/init}}` diff --git a/pages/linux/sysdig.md b/pages/linux/sysdig.md index 660921e59f..1b71a919bf 100644 --- a/pages/linux/sysdig.md +++ b/pages/linux/sysdig.md @@ -1,7 +1,7 @@ # sysdig -> System troubleshooting, analysis and exploration. -> Capture, filter and store systemcalls. +> System troubleshooting, analysis, and exploration. +> Capture, filter, and store systemcalls. > More information: . - Capture all the events from the live system and print them to screen: diff --git a/pages/linux/systemd-creds.md b/pages/linux/systemd-creds.md index 543451054f..6497b51952 100644 --- a/pages/linux/systemd-creds.md +++ b/pages/linux/systemd-creds.md @@ -1,6 +1,6 @@ # systemd-creds -> List, show, encrypt and decrypt service credentials. +> List, show, encrypt, and decrypt service credentials. > More information: . - Encrypt a file and set a specific name: diff --git a/pages/linux/tcpick.md b/pages/linux/tcpick.md index 67e93a46cf..a3b88d5ec9 100644 --- a/pages/linux/tcpick.md +++ b/pages/linux/tcpick.md @@ -4,7 +4,7 @@ > It can capture and display TCP connections and data. It can also monitor network traffic on a interface, host, or port. > More information: . -- Capture traffic on a specific interface, port and host:: +- Capture traffic on a specific interface, port, and host: `sudo tcpick {{[-i|--interface]}} {{interface}} {{[-C|--colors]}} -h {{host}} -p {{port}}` diff --git a/pages/linux/tcpkill.md b/pages/linux/tcpkill.md index 0d88d7a5d5..0a0967ab22 100644 --- a/pages/linux/tcpkill.md +++ b/pages/linux/tcpkill.md @@ -3,6 +3,6 @@ > Kill specified in-progress TCP connections. > More information: . -- Kill in-progress connections at a specified interface, host and port: +- Kill in-progress connections at a specified interface, host, and port: `tcpkill -i {{eth1}} host {{192.95.4.27}} and port {{2266}}` diff --git a/pages/linux/ttyplot.md b/pages/linux/ttyplot.md index 34592c72a3..7d5661c531 100644 --- a/pages/linux/ttyplot.md +++ b/pages/linux/ttyplot.md @@ -3,7 +3,7 @@ > A realtime plotting utility for the command-line with data input from `stdin`. > More information: . -- Plot the values `1`, `2` and `3` (Note: `cat` prevents `ttyplot` from exiting): +- Plot the values `1`, `2`, and `3` (Note: `cat` prevents `ttyplot` from exiting): `{ echo {{1 2 3}}; cat; } | ttyplot` diff --git a/pages/linux/tune2fs.md b/pages/linux/tune2fs.md index 317cafafe3..af6ecfe715 100644 --- a/pages/linux/tune2fs.md +++ b/pages/linux/tune2fs.md @@ -1,6 +1,6 @@ # tune2fs -> Adjust parameters of an ext2, ext3 or ext4 filesystem. +> Adjust parameters of an ext2, ext3, or ext4 filesystem. > May be used on mounted filesystems. > More information: . diff --git a/pages/linux/tuxi.md b/pages/linux/tuxi.md index e30125d19d..08348550f6 100644 --- a/pages/linux/tuxi.md +++ b/pages/linux/tuxi.md @@ -11,7 +11,7 @@ `tuxi -r {{search_terms}}` -- Display only search results (silences "Did you mean?", greetings and usage): +- Display only search results (silences "Did you mean?", greetings, and usage): `tuxi -q {{search_terms}}` diff --git a/pages/linux/unsquashfs.md b/pages/linux/unsquashfs.md index 5cdb2fdc61..a5fb46ea48 100644 --- a/pages/linux/unsquashfs.md +++ b/pages/linux/unsquashfs.md @@ -1,6 +1,6 @@ # unsquashfs -> Uncompress, extract and list files in squashfs filesystems. +> Uncompress, extract, and list files in squashfs filesystems. > More information: . - Extract a squashfs filesystem to `squashfs-root` in the current working directory: diff --git a/pages/linux/urpmq.md b/pages/linux/urpmq.md index ae4c768464..504e74af82 100644 --- a/pages/linux/urpmq.md +++ b/pages/linux/urpmq.md @@ -24,7 +24,7 @@ `urpmq --list-media --list-url` -- Search for a package printing [g]roup, version and [r]elease: +- Search for a package printing [g]roup, version, and [r]elease: `urpmq -g -r {{[-y|--fuzzy]}} {{keyword}}` diff --git a/pages/linux/utmpdump.md b/pages/linux/utmpdump.md index 521a554c90..e04fd21461 100644 --- a/pages/linux/utmpdump.md +++ b/pages/linux/utmpdump.md @@ -1,6 +1,6 @@ # utmpdump -> Dump and load btmp, utmp and wtmp accounting files. +> Dump and load btmp, utmp, and wtmp accounting files. > More information: . - Dump the `/var/log/wtmp` file to `stdout` as plain text: diff --git a/pages/linux/virt-viewer.md b/pages/linux/virt-viewer.md index b32e81e9a6..04dabdc527 100644 --- a/pages/linux/virt-viewer.md +++ b/pages/linux/virt-viewer.md @@ -1,7 +1,7 @@ # virt-viewer > Minimal graphical interface for a virtual machine (VM). -> Note: `domain` refers to the name, UUID or ID for the existing VMs. +> Note: `domain` refers to the name, UUID, or ID for the existing VMs. > See also: `virsh`. > More information: . @@ -9,7 +9,7 @@ `virt-viewer` -- Launch `virt-viewer` for a specific virtual machine by ID, UUID or name: +- Launch `virt-viewer` for a specific virtual machine by ID, UUID, or name: `virt-viewer "{{domain}}"` diff --git a/pages/linux/virt-xml.md b/pages/linux/virt-xml.md index e01370ad7e..9c4857d243 100644 --- a/pages/linux/virt-xml.md +++ b/pages/linux/virt-xml.md @@ -1,7 +1,7 @@ # virt-xml > Edit libvirt Domain XML files with explicit command-line options. -> Note: `domain` refers to the name, UUID or ID for the existing VMs. +> Note: `domain` refers to the name, UUID, or ID for the existing VMs. > See also: `virsh`. > More information: . diff --git a/pages/linux/vmstat.md b/pages/linux/vmstat.md index e138b485c2..db5cd3fea5 100644 --- a/pages/linux/vmstat.md +++ b/pages/linux/vmstat.md @@ -1,6 +1,6 @@ # vmstat -> Report information about processes, memory, paging, block IO, traps, disks and CPU activity. +> Report information about processes, memory, paging, block IO, traps, disks, and CPU activity. > More information: . - Display virtual memory statistics: diff --git a/pages/linux/whereis.md b/pages/linux/whereis.md index 0c22356bd0..6d9bbf0ef1 100644 --- a/pages/linux/whereis.md +++ b/pages/linux/whereis.md @@ -4,7 +4,7 @@ > See also: `which`, `whatis`, `type`. > More information: . -- Locate binary, source and man pages for SSH: +- Locate binary, source, and man pages for SSH: `whereis {{ssh}}` diff --git a/pages/linux/xclock.md b/pages/linux/xclock.md index 540de88c76..89a0e097c1 100644 --- a/pages/linux/xclock.md +++ b/pages/linux/xclock.md @@ -15,7 +15,7 @@ `xclock -digital -strftime {{format}}` -- Display a 24-hour digital clock with the hour, minute and second fields that updates every second: +- Display a 24-hour digital clock with the hour, minute, and second fields that updates every second: `xclock -digital -strftime '%H:%M:%S' -update 1` diff --git a/pages/osx/security.md b/pages/osx/security.md index 6332381399..e6df73dcf4 100644 --- a/pages/osx/security.md +++ b/pages/osx/security.md @@ -1,6 +1,6 @@ # security -> Administer keychains, keys, certificates and the Security framework. +> Administer keychains, keys, certificates, and the Security framework. > More information: . - List all available keychains: diff --git a/pages/windows/reg-import.md b/pages/windows/reg-import.md index 1dc589c718..b62fce8710 100644 --- a/pages/windows/reg-import.md +++ b/pages/windows/reg-import.md @@ -3,6 +3,6 @@ > Import all available keys, subkeys, and values from a `.reg` file. > More information: . -- Import all keys, subkeys and values from a file: +- Import all keys, subkeys, and values from a file: `reg import {{path\to\file.reg}}`