Skip to content

Commit ea34a25

Browse files
committed
Improve command detail quality
1 parent e571e73 commit ea34a25

69 files changed

Lines changed: 402 additions & 93 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/commands/aria2c.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ The tool handles HTTP/HTTPS, FTP, SFTP, BitTorrent, and Metalink, with extensive
7070
**--dht-listen-port** _port_
7171
> DHT port for BitTorrent
7272
73+
**-j** _n_
74+
> Maximum number of parallel downloads (default: 5)
75+
76+
**--seed-time** _minutes_
77+
> Seed time in minutes for BitTorrent (0 = no seeding)
78+
79+
**-i** _file_, **--input-file** _file_
80+
> Read URLs from file
81+
7382
**-q**, **--quiet**
7483
> Quiet mode
7584
@@ -84,7 +93,7 @@ aria2c is the same as aria2; the c stands for command-line. Server may limit con
8493

8594
# HISTORY
8695

87-
aria2c has been the primary interface for aria2 since the project's start around **2006**.
96+
**aria2** was created by **Tatsuhiro Tsujikawa** and first released around **2006**. It is written in C++ and supports HTTP/HTTPS, FTP, SFTP, BitTorrent, and Metalink.
8897

8998
# SEE ALSO
9099

assets/commands/bird.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ Complex configuration for advanced setups. Requires root/network admin privilege
8181

8282
# SEE ALSO
8383

84-
[birdc](/man/birdc)(8), [bgpd](/man/bgpd)(8), [quagga](/man/quagga)(8)
84+
[birdc](/man/birdc)(8), [bgpd](/man/bgpd)(8)

assets/commands/bluetoothctl.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ List **devices**
6666
**trust** _address_
6767
> Mark device as trusted
6868
69+
**untrust** _address_
70+
> Remove trust from device
71+
72+
**info** _address_
73+
> Show device information
74+
75+
**discoverable** _on|off_
76+
> Set controller discoverability
77+
78+
**agent** _on|off|capability_
79+
> Register or unregister agent
80+
6981
**help**
7082
> Show available commands
7183

assets/commands/certbot.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,21 @@ Certificates are valid for 90 days. The renew command should be run regularly (t
7575
**--dry-run**
7676
> Test without saving
7777
78+
**--standalone**
79+
> Use built-in web server for validation
80+
7881
**--test-cert**
7982
> Use staging server (untrusted certificates)
8083
84+
**--non-interactive**
85+
> Run without user interaction
86+
87+
**--agree-tos**
88+
> Agree to terms of service
89+
90+
**-m**, **--email** _email_
91+
> Email for account registration
92+
8193
# CONFIGURATION
8294

8395
**/etc/letsencrypt/renewal/**

assets/commands/certutil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Requires nss-tools package. Use sql: prefix for modern databases. Handles sensit
112112

113113
# SEE ALSO
114114

115-
[openssl](/man/openssl)(1), [pk12util](/man/pk12util)(1), [modutil](/man/modutil)(1)
115+
[openssl](/man/openssl)(1), [modutil](/man/modutil)(1)

assets/commands/chage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Root privileges are required except when using **-l** to list your own informati
8484

8585
# SEE ALSO
8686

87-
[passwd](/man/passwd)(1), [shadow](/man/shadow)(5), [usermod](/man/usermod)(8)
87+
[passwd](/man/passwd)(1), [usermod](/man/usermod)(8), [chpasswd](/man/chpasswd)(8)

assets/commands/chpasswd.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Input format is one user per line as **username:password** with no spaces around
5353

5454
Requires root privileges. Passwords passed via command line may be visible in process listings. Consider using encrypted passwords or secure input methods in scripts. DES encryption is considered weak.
5555

56+
# HISTORY
57+
58+
**chpasswd** is part of the **shadow-utils** package for batch password management.
59+
5660
# SEE ALSO
5761

5862
[passwd](/man/passwd)(1), [usermod](/man/usermod)(8), [useradd](/man/useradd)(8)

assets/commands/cksum.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ checksum byte_count filename
8888

8989
CRC32 is not cryptographically secure. Use SHA256 or stronger for security-critical verification. Reads stdin when no file given or file is -.
9090

91+
# HISTORY
92+
93+
**cksum** was standardized in **POSIX.2** (1992). It is part of GNU coreutils. The **--algorithm** option for SHA/MD5 was added in GNU coreutils **9.0** (2021).
94+
9195
# SEE ALSO
9296

9397
[md5sum](/man/md5sum)(1), [sha256sum](/man/sha256sum)(1), [sum](/man/sum)(1)

assets/commands/cloudsploit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ CloudSploit was created by **Aqua Security** (originally CloudSploit Inc., acqui
8484

8585
# SEE ALSO
8686

87-
[prowler](/man/prowler)(1), [scout-suite](/man/scout-suite)(1), [steampipe](/man/steampipe)(1)
87+
[prowler](/man/prowler)(1), [scout-suite](/man/scout-suite)(1)

assets/commands/comm.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ compare two sorted files line by line
5353
**--nocheck-order**
5454
> Skip sort order verification
5555
56-
**--output-delimiter** _str_
57-
> Separate columns with string
56+
**--output-delimiter=** _STR_
57+
> Separate columns with STR
5858
5959
**--total**
6060
> Output summary counts
@@ -80,6 +80,10 @@ unique_to_file1
8080

8181
Input files must be sorted. Use process substitution for unsorted files: comm <(sort f1) <(sort f2). Comparisons follow LC_COLLATE rules.
8282

83+
# HISTORY
84+
85+
**comm** originated in **AT&T Unix** Version 4 (1973). It is part of GNU coreutils on Linux.
86+
8387
# SEE ALSO
8488

8589
[sort](/man/sort)(1), [diff](/man/diff)(1), [uniq](/man/uniq)(1)

0 commit comments

Comments
 (0)