Commit Graph

1761 Commits (6e98c5ceb822d9e9103b68d8608d643bff8509cd)

Author SHA1 Message Date
Franz 5855fbf827
caffeinate: add page (#8779) 2022-10-10 21:25:49 -03:00
koolape a3c9c6128e
einfo: add page (#8876) 2022-10-10 12:26:14 -03:00
pg99696 7e0f03695e
zipsplit: add page (#8871) 2022-10-10 11:19:41 -03:00
NimrodRak ce2f7d627e
tc: add page (#8795) 2022-10-10 10:58:46 -03:00
Sawjan Gurung dfff41f3ce
qm-monitor: fix filename (#8854) 2022-10-10 00:25:05 -03:00
Suyash Bhawsar d460709d8a
reboot: fix --force example (#8868) 2022-10-09 23:05:00 -03:00
Althaf P T fa7ab39d5e
qm-monitor: add page (#8828) 2022-10-09 22:34:58 -03:00
Byju John c9aa864863
qm-wait: add page (#8844) 2022-10-09 22:31:28 -03:00
Braintelligence 3ac221c13d
qmrestore: add examples (#8790) 2022-10-09 18:51:45 -03:00
K.B.Dharun Krishna cc5c62e196
qm: capitalize QEMU (#8879) 2022-10-09 18:39:54 -03:00
Seth Falco e84e526ee1
register_new_matrix_user: add page (#8862) 2022-10-09 17:49:48 +05:30
Byju John a1a8279510
qm-shutdown: Fix typo in filename (#8838) 2022-10-09 14:33:50 +05:30
Sawjan Gurung c44321d570
qm-listsnapshot: add page (#8853) 2022-10-09 11:28:29 +05:30
Sawjan Gurung 17538f2c5e
qm-delsnapshot: add page (#8852) 2022-10-09 02:56:00 -03:00
Victoria Kruczek dbbc452503
blight: add page (#8633)
* blight: add page

* blight: adjust to change requests

* blight: fix arguments and fix command desc
2022-10-09 10:39:00 +05:30
nath1as e9dada8221
trashy: add page (#8749) 2022-10-09 10:08:27 +05:30
FL 6461f656cd
qm-create: rephrase example to better reflect command (#8806)
* rephrased example to better reflect command

* slight rephrase for better reading
2022-10-09 09:51:27 +05:30
Byju John 73d10cab03
qm-reset: add page (#8837) 2022-10-09 09:41:33 +05:30
Amin Cheloh 81730e29d1
ffuf, mdbook, s3cmd: fix typo (#8770) 2022-10-08 17:34:28 -03:00
Byju John 4db39ffe87
qm-reboot: add page (#8784) 2022-10-08 17:22:50 -03:00
nath1as 02b9c39102
startx: add page (#8752) 2022-10-08 17:17:08 -03:00
Suyash Bhawsar 92b27aa799
latte-dock: add page (#8819) 2022-10-08 16:41:30 -03:00
Joel Tony 4089acb778
nova: add page (#8660) 2022-10-08 21:42:58 +08:00
Saikat Sengupta 48ed0237ed
compopt: add page (#8747) 2022-10-08 01:59:10 -03:00
Byju John 83aae99908
qm-shutdown: add page (#8764) 2022-10-08 09:39:26 +08:00
Bernd Stellwag fd5e4827e2
fastmod, gnmic-subscribe, renice, s3cmd, virt-install, toolbox-init-container: fix typo (#8761) 2022-10-07 05:30:15 +02:00
Franz 3ccf5b733e
caffeine: add page (#8769) 2022-10-06 16:31:28 -03:00
Joel Tony 7b569748f6
flatpak: replace remote-list with remove example (#8584) 2022-10-06 12:30:25 +08:00
Suyash Bhawsar c2f82c0afc
links: add page (#8548) 2022-10-06 12:11:20 +08:00
Janek 4751abf6c8
smartctl, e2fsck: improve disk checking commands (#8452)
* Improve disk checking commands

* Make example descriptions consistent

* e2fsck: make blurb clearer

* e2fsck: fix blurb

* e2fsck: shorten blurb
2022-10-05 12:34:52 +05:30
pixel 6feeca7b68
fastfetch: move to common (#8731) 2022-10-05 12:22:30 +05:30
FL dff475b81c
qm-start: add page (#8704) 2022-10-04 11:59:38 -03:00
FL b60ba44da0
qm-create: add page (#8705) 2022-10-04 11:58:55 -03:00
FL 7c1c7b3266
dnsmap: add page (#8706)
* add dnsmap command

* csv file path is a variable

* Descriptions should start with a capital

* Description items should end with periods.

* invalid IP

* Update pages/linux/dnsmap.md

* fix typo and remove absolute paths
2022-10-04 14:36:24 +05:30
Emily Grace Seville b9125f067c
dconf*: add/refresh pages (#8031)
* Fix top description:
- simplify description
- change `See also` link to `gsettings`
- fix man page url to manned.org because an old one is inaccessible

* Provide more examples and enhance existing ones:
- in `dconf`

* Add `dconf-read` page

* More `See also` links in `dconf`

* Add `reset` example

* Add `dconf-reset` page

* Refresh `dconf-write`:
- add link to `dconf` in `See also`
- fix man page url
- standardize examples with other `dconf` pages

* Fix man page urls everywhere in `dconf` pages
2022-10-04 17:00:34 +10:00
FL 2100859d25
dnstracer: add page (#8707)
* add dnstracer command

* mark parameters correctly

Thanks @CleanMachine1, totally missed that one. Should obviously be in brackets.

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* link man page for reference

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>

* Mark -o in example description

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Mark -r in example description

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Mark -o in example description

Accidentally put this for -s as well

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Revert -r mnemonic because not applicable

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-04 13:08:35 +07:00
dz-at-tc c4221c98dd
bzegrep, bzfgrep, rgrep, zegrep, zgrep: move from linux to common (#8709)
grep alternatives work substantially the same on all major platforms.
2022-10-04 09:39:55 +05:30
Invader Zim 29eab400ca
warpd: add page (#8542) 2022-10-03 21:03:07 +00:00
Shubham Kshetre b1ea42afa6
battop: add page (#8654) 2022-10-03 09:19:14 -03:00
Axel Navarro a706422123
just-js: add page (#8674) 2022-10-03 09:13:25 -03:00
Prateek Kumar Nischal 5bc1dfb9ed
getcap: add -r example (#8691) 2022-10-03 09:01:45 -03:00
Suyash Bhawsar 9ee68b7d44
fastfetch: add page (#8550) 2022-10-03 07:53:19 +00:00
dz-at-tc fa35e2d8d4
fossil*: move all fossil commands to common vs linux (#8677)
fossil commands work substantially the same on all major platforms.
2022-10-03 08:12:44 +05:30
th0ughtcrime dce2127401
mdadm: add sudo, add --zero-superblock example (#8618) 2022-10-02 17:25:35 -03:00
Isaac 5342c1c9a1
pacdiff: add page (#8474) 2022-10-02 11:21:30 -03:00
Saikat Sengupta e89c494850
getcap: add page (#8578)
* Add getcap page for Linux OS

* Update getcap.md

* Update link to manned
2022-10-02 17:56:56 +05:30
Shubham Kshetre d439e9cefc
adig: add page (#8602) 2022-10-02 07:59:59 +02:00
Shubham Kshetre ae3b0b1adf
acountry: add page (#8611) 2022-10-01 23:37:02 +01:00
Joel Tony 2506f957c1
timedatectl: Add command to set hardware clock to use localtime (#8605)
* Add GNU Octave page

* Change link to documentation

* Change hwclock to localtime

* Delete octave.md

* Update timedatectl.md
2022-10-01 19:24:12 +00:00
Suyash Bhawsar f6e2f83cf5
size: add page (#8604) 2022-10-01 23:16:15 +08:00