diff --git a/pages/common/fastmod.md b/pages/common/fastmod.md index 017d89962..219a9ce92 100644 --- a/pages/common/fastmod.md +++ b/pages/common/fastmod.md @@ -12,7 +12,7 @@ `fastmod --ignore-case {{regex_pattern}} {{replacement}} -- {{path/to/file path/to/directory ...}}` -- Replace a regex pattern in in a specific directory files filtered with a case-insensitive glob pattern: +- Replace a regex pattern in a specific directory in files filtered with a case-insensitive glob pattern: `fastmod {{regex}} {{replacement}} --dir {{path/to/directory}} --iglob {{'**/*.{js,json}'}}` diff --git a/pages/common/gnmic-subscribe.md b/pages/common/gnmic-subscribe.md index d547f7a39..a2079a015 100644 --- a/pages/common/gnmic-subscribe.md +++ b/pages/common/gnmic-subscribe.md @@ -19,6 +19,6 @@ `gnmic -a {{ip:port}} subscribe --path {{path}} --mode once` -- Subscribe to a target and specify reponse encoding (json_ietf): +- Subscribe to a target and specify response encoding (json_ietf): `gnmic -a {{ip:port}} subscribe --path {{path}} --encoding json_ietf` diff --git a/pages/common/renice.md b/pages/common/renice.md index f9c0b677c..aaeeddaa7 100644 --- a/pages/common/renice.md +++ b/pages/common/renice.md @@ -1,6 +1,6 @@ # renice -> Alters the scheduling priority/nicenesses of one or more running processes. +> Alters the scheduling priority/niceness of one or more running processes. > Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). > More information: . diff --git a/pages/common/s3cmd.md b/pages/common/s3cmd.md index 99983f8be..f40e48b48 100644 --- a/pages/common/s3cmd.md +++ b/pages/common/s3cmd.md @@ -1,6 +1,6 @@ # s3cmd -> Command line tool and client for uploading, retrieveing and managing data in S3 compatible object storage. +> Command line tool and client for uploading, retrieving and managing data in S3 compatible object storage. > More information: . - Invoke configuration/reconfiguration tool: diff --git a/pages/common/virt-install.md b/pages/common/virt-install.md index 06d6fa7dd..2d8fdbcc4 100644 --- a/pages/common/virt-install.md +++ b/pages/common/virt-install.md @@ -15,7 +15,7 @@ `virt-install --name {{vm_name}} --memory {{512}} --disk {{none}} --controller {{type=usb,model=none}} --sound {{none}} --autoconsole {{none}} --install {{no_install=yes}} --cdrom {{path/to/tails.iso}}` -- Create a virtual machine with with 16 GiB RAM, 250 GiB storage, 8 cores with hyperthreading, a specific CPU topology, and a CPU model that shares most features with the host CPU: +- Create a virtual machine with 16 GiB RAM, 250 GiB storage, 8 cores with hyperthreading, a specific CPU topology, and a CPU model that shares most features with the host CPU: `virt-install --name {{vm_name}} --cpu {{host-model}},topology.sockets={{1}},topology.cores={{4}},topology.threads={{2}} --memory {{16384}} --disk path={{path/to/image.qcow2}},size={{250}} --cdrom {{path/to/debian.iso}}` diff --git a/pages/linux/toolbox-init-container.md b/pages/linux/toolbox-init-container.md index 5075258da..eada9e3d7 100644 --- a/pages/linux/toolbox-init-container.md +++ b/pages/linux/toolbox-init-container.md @@ -1,7 +1,7 @@ # toolbox init-container > Initialize a running `toolbox` container. -> This command is should not be executed by the user, and cannot be run on the host. +> This command should not be executed by the user, and cannot be run on the host. > More information: . - Initialize a running toolbox: