Commit Graph

4441 Commits (a4eb022235b878f86ba3b61e5151853c28c9fdbd)

Author SHA1 Message Date
Ein Verne e916904a7a
prstat: fix casing (#3891) 2020-03-05 10:25:54 +08:00
Adrien Vakili 03d03c9722
wormhole: add page (#3866) 2020-03-04 16:56:50 +08:00
Starbeamrainbowlabs 90407a0401
postfix: add page (#3875) 2020-03-03 20:36:08 -03:00
Lukáš Zapletal c3eb93f174
firewall-cmd: add zone change and arbitrary ports (#3815) 2020-03-03 14:21:21 -03:00
Marco Bonelli 21580038c4 mysqldump: use proper filename token for all examples 2020-03-03 18:03:15 +01:00
Marco Bonelli 40af8c1f54 mysqldump: use long options, correct command name 2020-03-03 18:03:15 +01:00
b_b 536a64ea1c harmonize mysqldump examples
- always use `-p` for password
- use short hand syntax for restoring a database (like the one used for restoring all databases)
2020-03-03 18:03:15 +01:00
Pierre Rudloff d90bdb3ba1
fin: add page (#3879) 2020-03-02 19:16:11 +00:00
Starbeamrainbowlabs 6a93d4470a reflac: add page 2020-03-02 08:57:26 +05:30
Zlatan Vasović bb5022546d
tldr: update the description (#3883) 2020-02-29 17:29:17 +01:00
Hasan TEZCAN 3c67d56b60
middleman: add page (#3880) 2020-02-28 14:35:24 +01:00
Starbeamrainbowlabs cd357a2b03
zramctl: improve module loading examples (#3870)
* zramctl: improve module loading examples

* zramctl: update see also equivalent

* zranctl: fix syntax error
2020-02-28 14:34:55 +01:00
Howard Yun c8f0263169
powertop: add page (#3882)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-28 14:32:56 +01:00
Ivan Aracki 649e2f6590
vault: add command (#3871) 2020-02-27 15:20:06 +01:00
jxu 7b364ecea9
snap: add update package (#3872) 2020-02-26 11:17:21 +08:00
Paul S bb264b81b2
tar: add a relative paths example (#3867)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-25 20:04:41 +01:00
Ivan Aracki eec1815b50
passwd: add base command (#3869)
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2020-02-24 23:41:14 +01:00
Lucas Gabriel Schneider 3d86411e79 prt-get: updated description 2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 4f35228773 tlp: rephrase description 2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 4e0d7702df sops: rephrase description
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 36dae50265 jq: rephrase description
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 5012c02228 pass: rephrase example
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Schneider ad93b00487 tlp: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 99b79941b3 prt-get: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 4033082e56 paccache: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 5682556a79 sops: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 5cd2e19036 pass: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 356cbc1c74 paci: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 2ea46b006f jq: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 0c6d326d84 http: remove adjectives 2020-02-20 18:00:28 +01:00
Alex Balgavy 2705d6ea00
ctags: add page (#3852) 2020-02-20 15:59:03 +00:00
MT b100ac99cd
tcptraceroute: add page (#3849) 2020-02-20 15:56:59 +00:00
Ein Verne 519edc9bf0
jdupes: add page (#3857) 2020-02-17 22:27:23 +01:00
Vivek Kalyan 897cff578d
awk: simplify loop/fix missing filename (#3848) 2020-02-17 22:26:27 +01:00
MT bb8a00ab9a
dstat: add page (#3851) 2020-02-17 20:33:27 +00:00
Izzur Zuhri 0bddfe82b0
sequelize: add page (#3861) 2020-02-17 13:36:56 +01:00
Antonio Bustos d009c909d2
gh: add page (#3854) 2020-02-16 23:30:39 -03:00
Ein Verne b00ed9364b
calibredb: add example (#3856) 2020-02-16 23:30:04 -03:00
Bos Eriko Reyes 0fdec2d3bc
move figlet to common pages (#3858) 2020-02-16 14:57:45 +08:00
MT a0f11588eb
findfs: add page (#3850) 2020-02-13 02:23:48 +01:00
Ryan Olson 8169ae1edc
Tmux improvements (#3806)
As it's in the tmux tldr, we don't need to mention tmux when talking
about a tmux session.  Cleaned up some wording as well.

Oftentimes, users will change their prefix.  This shouldn't assume that
your prefix is Ctrl-b.

Detach session also needs to be a lowercase "d" rather than uppercase.

The tip for killing your current session does not work as described.
If you simply use "prefix x", that allows you to kill your pane, not
your session. Killing your session isn't bound to any key command (by
default).  So the best way to kill your current session (from within
tmux) is not outlined.
2020-02-12 11:48:30 +00:00
Lucas Gabriel Schneider 8211b80c17
multiple pages: rephrase without adjectives (#3846)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-11 18:53:43 +01:00
Simon Barendse ed97d6dc9e
secrethub: clarify versioning (#3847) 2020-02-10 21:24:00 -03:00
warpigsir 3573da9e2b
enum4linux: add page (#3810) 2020-02-09 22:26:51 +01:00
Daniel Zendejas 6ecb2a6d89 yum: fix typo (#3845) 2020-02-09 14:02:47 +01:00
Pavel Shtanko c5844c469b
tree: ignore specific directories (#3837) 2020-02-08 23:08:19 +00:00
Lucas Gabriel Schneider 26e019b295
multiple pages: change user_name to username (#3841) 2020-02-08 19:56:05 +01:00
Raghu Kalluri 2c9b7c9f5c tac: add stdin example (#3844) 2020-02-08 15:48:47 +01:00
Joel Bastos bc50bdf850
pyenv-virtualenv: add activate/deactivate examples (#3842) 2020-02-07 22:52:26 +00:00
thawk 5bc64c80e1
ebook-convert: add TOC example (#3843)
Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-07 19:16:23 +00:00
Laura Dietz 206e00387d
rsync: add -rauL option (#3802)
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
2020-02-06 15:11:32 +00:00
z7y8hsBP c2b6060f6d
progress: add page (#3804) 2020-02-05 16:23:52 -03:00
Bos Eriko Reyes 3f94edcce0
yabai: add page (#3831) 2020-02-05 19:37:59 +01:00
z7y8hsBP a4d4c805dd
losetup: change order (#3839) 2020-02-05 18:22:17 +00:00
Tanner Bennett 9c86eafbc8
xcode-select: add page (#3826)
Co-Authored-By: Owen Voke <owzie123@gmail.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-05 15:58:42 +00:00
Florian Ströger e1355b2e87
qrencode: add print to terminal examples (#3823) 2020-02-05 09:56:35 +00:00
Raghu Kalluri 7e8b6b3eb8
jar: Added 'cf' example (#3827) 2020-02-04 21:56:35 +01:00
Zlatan Vasović 94d9a0ff53
mullvad: improve connect example's wording (#3828) 2020-02-04 14:21:44 +01:00
Mansoor 676bb11841
initdb: Add new page for initdb (#3833) 2020-02-04 10:13:09 -03:00
z7y8hsBP 0ac937674d
fls: add page (#3786)
* fls: add page

Added a (very) basic description of fls

* Update fls.md

Changed imagefile to device in the first example

* Update fls.md

Added Link to the Sleuthkit wiki

* Moved to /pages/common

* Update fls.md

Fixed travis errors.

* Update pages/common/fls.md

Upper to lower case - sorry.

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update pages/common/fls.md

Upper to lower case - thanks and sorry

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update fls.md

Clarified description in the 2nd description

* Update pages/common/fls.md

Upper to lower case - sorry, my native tongue uses way more upper characters

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update fls.md

Reworded partition/timezone example

* fls: Example two clarified

Thanks @zdroid @sbrl

* fls: clarified lathes in examples, removed mactime

Thanks @agnivade

* fls: moved -o and -z into two examples

* fls: fixed typo

* fls: minor changes

- fix typo at paths
- apply snake case convention

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
2020-02-03 20:07:11 +01:00
MT 131afc3ee1
pdftocairo: add page (#3824) 2020-02-03 18:54:00 +01:00
Hugh Wimberly a3ccc785e8
poetry: add page (#3832)
* poetry: add page

* Add period for command description.

* Describe action rather than use a token

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Expand virtualenv to virtual environment

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Use description instead of token.

* Update poetry.md

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-03 17:46:41 +01:00
Zlatan Vasović 972359f339 Make tldr-bot happy 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 1f51696e83 f3fix: add page 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 34a4dfb666 f3probe: add sudo 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 1bef364ccb f3probe: add see also 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 06a7055587 f3read: add page 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 1361792705 f3write: add page 2020-02-03 12:53:43 +01:00
Owen Voke 797ef1c201
wapm: add page (#3808)
* wapm: add page

* wapm: apply review comments
2020-02-01 12:58:26 +01:00
Josip Ledic 16a1ee56c1
git flow: add page (#3775)
* Create git-flow.md

* Update pages/common/git-flow.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/git-flow.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/git-flow.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/git-flow.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/git-flow.md

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* Update pages/common/git-flow.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update git-flow.md

Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-01-31 17:55:57 +01:00
HARSHIT GUPTA 80ab4215db
wrk: fix typo (#3822)
* wrk: fix typo

* Update pages/common/wrk.md

Co-Authored-By: Owen Voke <owzie123@gmail.com>

Co-authored-by: Owen Voke <owzie123@gmail.com>
2020-01-30 16:36:55 +01:00
MT 031efda8d1
p7zip: add page (#3813) 2020-01-30 13:01:31 +01:00
z7y8hsBP 2769e54b41
mmls: add page (#3812)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-30 11:10:22 +01:00
Ryan Olson 11f8950315 vim: move reference to accessing Vim's help up the list 2020-01-30 00:59:51 +00:00
Ryan Olson dda02c001c vim: removed reference to "programmer's" text editor
Vim can be used for all sorts of text editing.  I know that there are
a lot of folks that use Vim who are _not_ programmers.  You can use
Vim for any sort of writing or text editing.
2020-01-30 00:59:51 +00:00
Ryan Olson e80c67e791 vim: remove <ESC> from beginning of commands 2020-01-30 00:59:51 +00:00
Ryan Olson 2c40178eb1 vim: helpful additions
Closes #3779
2020-01-30 00:59:51 +00:00
Florian 9abba96cc0
zstd: reworded a sentence (as discussed in PR #3791) (#3814) 2020-01-30 00:41:22 +00:00
Nir Elbaz 545a95dd90
nano: add example and reword page (#3771) 2020-01-29 16:16:44 +01:00
Robert Treat ca968791e3
Clean up pg_ctl commands (#3817)
- fix command syntax for pg_ctl start
- re-arrange commands into a more natural flow
- add command for reloading the config without restart
2020-01-29 15:54:09 +01:00
Nir Elbaz 8d70685f0b
ab: add POST request example (#3805)
* Update ab.md

Sending POST requests

* Update pages/common/ab.md

Co-Authored-By: Marco Bonelli <mebeim@users.noreply.github.com>

Co-authored-by: Marco Bonelli <mebeim@users.noreply.github.com>
2020-01-29 12:53:07 +01:00
Florian f1e65d27c0 lzop: add page (#3791) 2020-01-28 20:12:51 +01:00
Zlatan Vasović bad49f0083
tldr: change "linux" to "Linux" (#3797)
This is a preferred version of the name.
2020-01-27 14:22:43 +01:00
Starbeamrainbowlabs a0d7c46e80 openrc, rc-status, rc-service, rc-update: add pages (#3800)
* rc-status: add page

* openrc: add page

* rc-service: add page

* rc-update: add page

* rc-status: add list all runlevels example

* openrc: fix travis errors

* rc-status: fix travis errors again

* Update pages/linux/rc-update.md

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update pages/linux/rc-status.md

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-27 14:13:47 +01:00
Simon Barendse ac0e7625a2 secrethub: add page (#3794)
* secrethub: add page

* Use token syntax for piping a secret value to write

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-27 14:12:54 +01:00
Miro Rauhala 9bd9afa6bd youtube-dl: add download the best audio+video (#3790)
* youtube-dl: add download the best audio+video

With this command the user can download the best audio and video separately. After it's done downloading, it will spawn ffmpeg to merge the two files together. Handy when downloading stuff from youtube as they host video and audio separate.

* youtube-dl: removed braces
2020-01-26 13:53:12 +01:00
Iván Hernández Cazorla 88fb3b21a8
iwconfig: add page (#3789) 2020-01-25 12:36:45 +00:00
Will Bollock 7fbe8fc5b2 mullvad: add page (#3793)
* Add mullvad.md

Information on the mullvad command line utility.

* Update mullvad.md

* Update pages/linux/mullvad.md

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update pages/linux/mullvad.md

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update mullvad.md

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-24 22:42:43 +01:00
z7y8hsBP b80fdb65d8 losetup: added example for --read-only and --partscan (#3792) 2020-01-24 22:40:35 +01:00
Michael Gallimore 04ed3b2f18 tldr: {{git checkout}} should read tldr {{git-checkout}} (#3795) 2020-01-24 19:00:08 +00:00
Ryan Olson fe1fa95713 atom: wait for git commit editor (#3785) 2020-01-24 00:35:34 +00:00
Ryan Olson d17785495d emacs: open file at line number (#3780) 2020-01-23 14:01:39 +00:00
Kamal Banga e1b7b6f25e git-status: add command with --branch flag (#3787) 2020-01-23 13:58:27 +00:00
Ryan Olson 5eb53e4a7a git-switch: switch to previous branch (#3784) 2020-01-23 11:27:19 +01:00
Ryan Olson 3b017c80e7 git-add: add git add interactively for all changed files (#3778) 2020-01-23 11:24:01 +01:00
Peter Tripp 050891747e pkgutil: add page (osx) (#3755) 2020-01-21 12:17:11 +00:00
Starbeamrainbowlabs 7916181b6e qr: add page (#3769)
* qr: add page

* Update qr.md
2020-01-20 21:58:38 +01:00
David Hatch 1a925460a9 badblocks: add more examples (#3747)
Add two examples using verbose mode and output to file.
2020-01-15 10:50:37 +01:00
sidahmed-malaoui 147d481109 dcfldd: improve an example (#3758) 2020-01-14 22:02:10 +00:00
Marcus Grant 2694e7caf3 ansible-vault: add page (#3279) 2020-01-13 23:11:29 +00:00