diff --git a/pages/common/anki.md b/pages/common/anki.md index 5fc2e9a3ba..916936861d 100644 --- a/pages/common/anki.md +++ b/pages/common/anki.md @@ -7,14 +7,14 @@ `anki` -- Use a specific [p]rofile: +- Use a specific profile: -`anki -p {{profile_name}}` +`anki {{[-p|--profile]}} {{profile_name}}` -- Use a specific [l]anguage: +- Use a specific language: -`anki -l {{language}}` +`anki {{[-l|--lang]}} {{language}}` - Use a non-default directory (`~/Anki` for default): -`anki -b {{path/to/directory}}` +`anki {{[-b|--base]}} {{path/to/directory}}` diff --git a/pages/common/ansiweather.md b/pages/common/ansiweather.md index 4f30a15976..5e424ab58d 100644 --- a/pages/common/ansiweather.md +++ b/pages/common/ansiweather.md @@ -3,7 +3,7 @@ > Display the current weather conditions in your terminal. > More information: . -- Display a [f]orecast using metric [u]nits for the next seven days for a specific [l]ocation: +- Display a [f]orecast for the next seven days using metric [u]nits for a specific [l]ocation: `ansiweather -u metric -f 7 -l {{Rzeszow,PL}}` diff --git a/pages/common/apropos.md b/pages/common/apropos.md index c484d003c5..92b49d2b40 100644 --- a/pages/common/apropos.md +++ b/pages/common/apropos.md @@ -7,7 +7,7 @@ `apropos {{regex}}` -- Search without restricting the output to the terminal width ([l]ong output): +- Search without restricting the output to the terminal width (long output): `apropos {{[-l|--long]}} {{regex}}` diff --git a/pages/common/argon2.md b/pages/common/argon2.md index b1f535bfd5..8c734c29bb 100644 --- a/pages/common/argon2.md +++ b/pages/common/argon2.md @@ -11,7 +11,7 @@ `echo "{{password}}" | argon2 "{{salt_text}}" -{{d|i|id}}` -- Display the output hash without additional information: +- Display the output [e]ncoded hash without additional information: `echo "{{password}}" | argon2 "{{salt_text}}" -e` diff --git a/pages/common/arping.md b/pages/common/arping.md index 3df0f39110..8ba351ad4a 100644 --- a/pages/common/arping.md +++ b/pages/common/arping.md @@ -8,7 +8,7 @@ `arping {{host_ip}}` -- Ping a host on a specific interface: +- Ping a host on a specific [I]nterface: `arping -I {{interface}} {{host_ip}}` diff --git a/pages/common/beanstalkd.md b/pages/common/beanstalkd.md index 45c7141043..72e4c1f972 100644 --- a/pages/common/beanstalkd.md +++ b/pages/common/beanstalkd.md @@ -7,7 +7,7 @@ `beanstalkd` -- Listen on a specific [p]ort and address: +- [l]isten on a specific [p]ort and address: `beanstalkd -l {{ip_address}} -p {{port_number}}` diff --git a/pages/common/cancel.md b/pages/common/cancel.md index 4aa277198d..2bd72b1659 100644 --- a/pages/common/cancel.md +++ b/pages/common/cancel.md @@ -28,6 +28,6 @@ `cancel -a {{printer}}` -- Cancel the current job of a specific server and then delete ([x]) job data files: +- Cancel the current job of a specific [h]ost server and then delete ([x]) job data files: `cancel -h {{server}} -x` diff --git a/pages/common/certutil.md b/pages/common/certutil.md index 504f4527e7..3284f7f5b5 100644 --- a/pages/common/certutil.md +++ b/pages/common/certutil.md @@ -7,7 +7,7 @@ `certutil -N -d .` -- List all certificates in a database: +- [L]ist all certificates in a database: `certutil -L -d .` diff --git a/pages/common/chmod.md b/pages/common/chmod.md index ef775d7772..fb460683c6 100644 --- a/pages/common/chmod.md +++ b/pages/common/chmod.md @@ -31,6 +31,6 @@ `chmod {{[-R|--recursive]}} g+w,o+w {{path/to/directory}}` -- Recursively give [a]ll users [r]ead permissions to files and e[X]ecute permissions to sub-directories within a directory: +- Recursively give [a]ll users [r]ead permissions to files. Also give e[X]ecute permissions to files that have at least one execution permission and to all sub-directories: `chmod {{[-R|--recursive]}} a+rX {{path/to/directory}}` diff --git a/pages/common/csh.md b/pages/common/csh.md index 186bb3adf2..8037fb1f4f 100644 --- a/pages/common/csh.md +++ b/pages/common/csh.md @@ -8,7 +8,7 @@ `csh` -- Start an interactive shell session without loading startup configs: +- Start an interactive shell session [f]aster without loading startup configs: `csh -f` diff --git a/pages/common/cupsd.md b/pages/common/cupsd.md index e2b14c4148..d898d00849 100644 --- a/pages/common/cupsd.md +++ b/pages/common/cupsd.md @@ -15,22 +15,22 @@ `cupsd -l` -- Start `cupsd` using the specified [`c`]`upsd.conf` configuration file: +- Start `cupsd` using the specified `cupsd.conf` [c]onfiguration file: `cupsd -c {{path/to/cupsd.conf}}` -- Start `cupsd` using the specified `cups-file`[`s`]`.conf` configuration file: +- Start `cupsd` using the specified `cups-files.conf` configuration file: `cupsd -s {{path/to/cups-files.conf}}` -- [t]est the [`c`]`upsd.conf` configuration file for errors: +- [t]est the `cupsd.conf` [c]onfiguration file for errors: `cupsd -t -c {{path/to/cupsd.conf}}` -- [t]est the `cups-file`[`s`]`.conf` configuration file for errors: +- [t]est the `cups-files.conf` configuration file for errors: `cupsd -t -s {{path/to/cups-files.conf}}` -- Display help: +- Display [h]elp: `cupsd -h` diff --git a/pages/common/gammastep.md b/pages/common/gammastep.md index 8ee2953531..6618446ca5 100644 --- a/pages/common/gammastep.md +++ b/pages/common/gammastep.md @@ -1,7 +1,7 @@ # gammastep > Adjust the screen's color temperature according to the time of day. -> More information: . +> More information: . - Turn on Gammastep with a specific [t]emperature during the day (e.g. 5700k) and at night (e.g. 3600k): diff --git a/pages/common/gladtex.md b/pages/common/gladtex.md index 81ec404802..798c48bffa 100644 --- a/pages/common/gladtex.md +++ b/pages/common/gladtex.md @@ -8,7 +8,7 @@ `gladtex {{path/to/input.htex}}` -- Save the converted file to a specific location: +- Save the converted file to a specific [o]utput file: `gladtex {{path/to/input.htex}} -o {{path/to/output.html}}` @@ -30,4 +30,4 @@ - Convert Markdown to HTML using `pandoc` and `gladtex`: -`pandoc -s -t html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}` +`pandoc {{[-s|--standalone]}} {{[-t|--to]}} html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}` diff --git a/pages/common/gnatmake.md b/pages/common/gnatmake.md index 6136c14962..cad5120049 100644 --- a/pages/common/gnatmake.md +++ b/pages/common/gnatmake.md @@ -7,7 +7,7 @@ `gnatmake {{source_file1.adb source_file2.adb ...}}` -- Set a custom executable name: +- Set a custom [o]utput executable name: `gnatmake -o {{executable_name}} {{source_file.adb}}` diff --git a/pages/common/ifdata.md b/pages/common/ifdata.md index f018c22666..9b69dfe161 100644 --- a/pages/common/ifdata.md +++ b/pages/common/ifdata.md @@ -3,7 +3,7 @@ > Display information about a network interface. > More information: . -- Display the whole configuration of the specified interface: +- [p]rint the whole configuration of the specified interface: `ifdata -p {{eth0}}` @@ -11,11 +11,11 @@ `ifdata -e {{eth0}}` -- Display the IPv4 [a]dress and the [n]etmask of the specified interface: +- [p]rint the IPv4 [a]dress and the [n]etmask of the specified interface: `ifdata -pa -pn {{eth0}}` -- Display the [N]etwork adress, the [b]roadcast adress, and the MTU of the specified interface: +- [p]rint the [N]etwork adress, the [b]roadcast adress, and the [m]TU of the specified interface: `ifdata -pN -pb -pm {{eth0}}` diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md index b025cd711a..ef5faeb22f 100644 --- a/pages/common/ipcs.md +++ b/pages/common/ipcs.md @@ -3,7 +3,7 @@ > Show information about the usage of XSI IPC facilities: shared memory segments, message queues, and semaphore arrays. > More information: . -- Show information about all the IPC: +- Show information about [a]ll the IPC: `ipcs -a` diff --git a/pages/common/jira.md b/pages/common/jira.md index c5a87f90a1..12d3ef3511 100644 --- a/pages/common/jira.md +++ b/pages/common/jira.md @@ -9,8 +9,8 @@ - List issues from the current sprint, assigned to me: -`jira sprint list --current -a$(jira me)` +`jira sprint list --current {{[-a|--assignee]}} $(jira me)` - Create a new issue, optionally set a parent issue: -`jira issue create --parent {{parent}}` +`jira issue create {{[-P|--parent]}} {{parent}}` diff --git a/pages/common/k8s-unused-secret-detector.md b/pages/common/k8s-unused-secret-detector.md index 6ad2a5194b..5ccfdbcf7b 100644 --- a/pages/common/k8s-unused-secret-detector.md +++ b/pages/common/k8s-unused-secret-detector.md @@ -13,4 +13,4 @@ - Delete unused secrets in a specific namespace: -`k8s-unused-secret-detector {{[-n|--namespace]}} {{namespace}} | kubectl delete secret {{[-n|--namespace]}} {{namespace}}` +`k8s-unused-secret-detector {{[-n|--namespace]}} {{namespace}} | kubectl delete secrets {{[-n|--namespace]}} {{namespace}}` diff --git a/pages/common/ksh.md b/pages/common/ksh.md index 6d9912b39d..e635991fdc 100644 --- a/pages/common/ksh.md +++ b/pages/common/ksh.md @@ -20,6 +20,6 @@ `ksh -n {{path/to/script.ksh}}` -- Execute a specific script, printing each command in the script before executing it: +- E[x]ecute a specific script, printing each command in the script before executing it: `ksh -x {{path/to/script.ksh}}` diff --git a/pages/common/kubeseal.md b/pages/common/kubeseal.md index 463e47b67f..a93247ee24 100644 --- a/pages/common/kubeseal.md +++ b/pages/common/kubeseal.md @@ -2,7 +2,7 @@ > Client-side utility for encrypting Kubernetes secrets using the Bitnami Sealed Secrets controller. > Creates SealedSecret resources that can be safely stored in version control. -> Requires a controller running in the cluster (e.g., installed via `kubectl apply -f controller.yaml`). +> Requires a controller running in the cluster (e.g., installed via `kubectl apply --filename controller.yaml`). > More information: . - Encrypt a Kubernetes secret from a YAML file into a SealedSecret (default JSON output): diff --git a/pages/common/kustomize.md b/pages/common/kustomize.md index 2b91f258bd..3a63601204 100644 --- a/pages/common/kustomize.md +++ b/pages/common/kustomize.md @@ -1,7 +1,7 @@ # kustomize > Easily deploy resources for Kubernetes. -> More information: . +> More information: . - Create a kustomization file with resources and namespace: diff --git a/pages/common/nmap.md b/pages/common/nmap.md index a0c73373a4..100cb5cd37 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -8,7 +8,7 @@ `nmap -v{{1|2|3}} {{ip_or_hostname}}` -- Run a ping sweep over an entire subnet or individual hosts very aggressively: +- Run a ping sweep over an entire [s]ub[n]et or individual hosts very aggressively: `nmap -T5 -sn {{192.168.0.0/24|ip_or_hostname1,ip_or_hostname2,...}}` @@ -16,7 +16,7 @@ `sudo nmap -A -iL {{path/to/file.txt}}` -- Scan a specific list of ports (use `-p-` for all ports from 1 to 65535): +- Scan a specific list of [p]orts (use `-p-` for all ports from 1 to 65535): `nmap -p {{port1,port2,...}} {{ip_or_host1,ip_or_host2,...}}` @@ -28,10 +28,10 @@ `nmap --script "default and safe" {{ip_or_host1,ip_or_host2,...}}` -- Scan for web servers running on standard ports 80 and 443 using all available `http-*` NSE scripts: +- Scan for web servers running on standard [p]orts 80 and 443 using all available `http-*` NSE scripts: `nmap --script "http-*" {{ip_or_host1,ip_or_host2,...}} -p 80,443` -- Attempt evading IDS/IPS detection by using an extremely slow scan (`-T0`), decoy source addresses (`-D`), [f]ragmented packets, random data and other methods: +- Attempt evading IDS/IPS detection by using an extremely slow scan (`-T0`), [D]ecoy source addresses, [f]ragmented packets, random data and other methods: `sudo nmap -T0 -D {{decoy_ip1,decoy_ip2,...}} --source-port {{53}} -f --data-length {{16}} -Pn {{ip_or_host}}` diff --git a/pages/common/nnn.md b/pages/common/nnn.md index d5632ebdbd..23e4764bd9 100644 --- a/pages/common/nnn.md +++ b/pages/common/nnn.md @@ -7,15 +7,15 @@ `nnn` -- Start in detailed mode: +- Start in [d]etailed mode: `nnn -d` -- Show hidden files: +- Show [H]idden files: `nnn -H` -- Open an existing bookmark (defined in the `NNN_BMS` environment variable): +- Open an existing [b]ookmark (defined in the `NNN_BMS` environment variable): `nnn -b {{bookmark_name}}` diff --git a/pages/common/perldoc.md b/pages/common/perldoc.md index 4a538001ef..6743be5061 100644 --- a/pages/common/perldoc.md +++ b/pages/common/perldoc.md @@ -7,7 +7,7 @@ `perldoc -{{f|v|a}} {{name}}` -- Search in the question headings of Perl FAQ: +- Search in the [q]uestion headings of Perl FAQ: `perldoc -q {{regex}}` diff --git a/pages/common/php.md b/pages/common/php.md index f378f2882e..73509cd8e1 100644 --- a/pages/common/php.md +++ b/pages/common/php.md @@ -1,7 +1,7 @@ # php > PHP command-line interface. -> More information: . +> More information: . - Parse and execute a PHP script: @@ -15,11 +15,11 @@ `php {{[-a|--interactive]}}` -- Run PHP code (Notes: Don't use tags; escape double quotes with backslash): +- Run PHP code (Notes: Don't use `` tags; escape double quotes with backslash): `php {{[-r|--run]}} "{{code}}"` -- Start a PHP built-in web [S]erver in the current directory: +- Start a PHP built-in web server in the current directory: `php {{[-S|--server]}} {{host}}:{{port}}` diff --git a/pages/common/pkg-config.md b/pages/common/pkg-config.md index 7b85a504ea..0dd0cb0f1f 100644 --- a/pages/common/pkg-config.md +++ b/pages/common/pkg-config.md @@ -1,7 +1,7 @@ # pkg-config > Provide the details of installed libraries for compiling applications. -> More information: . +> More information: . - Get the list of libraries and their dependencies: diff --git a/pages/common/rga.md b/pages/common/rga.md index e1ace376f2..4bb8798525 100644 --- a/pages/common/rga.md +++ b/pages/common/rga.md @@ -11,7 +11,7 @@ `rga --rga-list-adapters` -- Change which adapters to use (e.g. ffmpeg, pandoc, poppler etc.): +- Change which adapters to use (e.g. `ffmpeg`, `pandoc`, `poppler` etc.): `rga --rga-adapters={{adapter1,adapter2}} {{regex}}` diff --git a/pages/common/sfdk-scrape.md b/pages/common/sfdk-scrape.md index 1eed0a9ad7..96fc041762 100644 --- a/pages/common/sfdk-scrape.md +++ b/pages/common/sfdk-scrape.md @@ -15,7 +15,7 @@ `sfdk scrape --stable` -- Scrape while saving patches to a specified [o]utput directory: +- Scrape while saving patches to a specified output directory: `sfdk scrape {{[-o|--output-dir]}} {{directory}}` diff --git a/pages/common/smbmap.md b/pages/common/smbmap.md index 9717ca58ce..07dc989ba5 100644 --- a/pages/common/smbmap.md +++ b/pages/common/smbmap.md @@ -7,7 +7,7 @@ `smbmap --host-file {{path/to/file}}` -- Display SMB shares and permissions on a host, prompting for user's password or NTLM hash: +- Display SMB shares and permissions on a [H]ost, prompting for user's password or NTLM hash: `smbmap {{[-u|--username]}} {{username}} --prompt -H {{ip}}` diff --git a/pages/common/ssh.md b/pages/common/ssh.md index ee4623db26..b7b8942a6e 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -8,7 +8,7 @@ `ssh {{username}}@{{remote_host}}` -- Connect to a remote server with a specific identity (private key): +- Connect to a remote server with a specific [i]dentity (private key): `ssh -i {{path/to/key_file}} {{username}}@{{remote_host}}` diff --git a/pages/common/subfinder.md b/pages/common/subfinder.md index c18aef11a4..c63e15966a 100644 --- a/pages/common/subfinder.md +++ b/pages/common/subfinder.md @@ -2,7 +2,7 @@ > Discover valid subdomains for websites. > Designed as a passive framework to be useful for bug bounties and safe for penetration testing. -> More information: . +> More information: . - Find subdomains for a specific domain: diff --git a/pages/linux/slurmrestd.md b/pages/linux/slurmrestd.md index accb828a56..d2461ca5df 100644 --- a/pages/linux/slurmrestd.md +++ b/pages/linux/slurmrestd.md @@ -3,26 +3,26 @@ > Interface to Slurm via REST API. It can be used in two modes: *Inetd Mode* & *Listen Mode*. > More information: . -- Change the group ID (and drop supplemental groups) before processing client requests: +- Change the [g]roup ID (and drop supplemental groups) before processing client requests: -`slurmrestd -g {{group_id}} {{[host]:port | unix:/path/to/socket}}` +`slurmrestd -g {{group_id}} {{[host]:port|unix:/path/to/socket}}` -- Comma-delimited list of authentication plugins to load: +- Comma-delimited list of [a]uthentication plugins to load: -`slurmrestd -a {{authentication_plugins}} {{[host]:port | unix:/path/to/socket}}` +`slurmrestd -a {{authentication_plugins}} {{[host]:port|unix:/path/to/socket}}` -- Read Slurm configuration from the specified file: +- Read Slurm configuration from the specified [f]ile: `slurmrestd -f {{path/to/file}}` -- Change user ID before processing client request: +- Change [u]ser ID before processing client request: `slurmrestd -u {{user_id}}` -- Display help: +- Display [h]elp: `slurmrestd -h` -- Display version: +- Display [V]ersion: `slurmrestd -V` diff --git a/pages/linux/slurp.md b/pages/linux/slurp.md index 00a97dbec3..36b08f6d33 100644 --- a/pages/linux/slurp.md +++ b/pages/linux/slurp.md @@ -1,7 +1,7 @@ # slurp > Select a region in a Wayland compositor. -> More information: . +> More information: . - Select a region and print it to `stdout`: @@ -25,4 +25,4 @@ - Select a specific region and take a borderless video of it, using `wf-recorder`: -`wf-recorder --geometry "$(slurp -w 0)"` +`wf-recorder {{[-g|--geometry]}} "$(slurp -w 0)"`