Commit Graph

4312 Commits (92d4324bf82aa8af37dc0940ecd21e5359f620da)

Author SHA1 Message Date
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
Jacob Roeland b289e56fc4 chmod: remove all rights (#3748)
* chmod: remove all rights

* chmod: consistent bracket use
2020-01-11 23:10:48 +01:00
Ein Verne 39fd1720c2 top: update page (#3744)
* top: update page

* Update pages/linux/top.md

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

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-11 14:53:58 +01:00
Starbeamrainbowlabs e32821e08c numlockx: add page (#3739) 2020-01-10 21:10:53 +01:00
Ein Verne 6eaee9850d pwdx: add page (#3743) 2020-01-09 06:37:56 +01:00
Lucas Gabriel Schneider fdac5f1b85 dmenu: fix typo (#3742) 2020-01-09 03:11:10 +00:00
sidahmed-malaoui df2826e26f dcfldd: add page (#3719) 2020-01-06 16:32:45 +00:00
Zlatan Vasović d19bf5d17f cheat: add page (#3721) 2020-01-03 23:31:24 +00:00
Waldir Pimenta 29b3ab40a1 git-show: add example for --stat option (#3728)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-02 23:19:40 +00:00
Starbeamrainbowlabs eb0fe6392b bison: add page (#3722) 2020-01-01 02:44:15 +00:00
Andrik Albuquerque 82ae3bc0db cpdf: applying tokens and fix more information label (#3720) 2020-01-01 02:14:03 +00:00
Waldir Pimenta bb392b5654 qcp, qmv: small tweaks (#3712) 2019-12-31 18:27:57 +00:00
Daniel Cervenkov 55edce104a pdfimages: add page (#3668) 2019-12-31 18:24:36 +00:00
Andrik Albuquerque db65c5bfb4 cpdf: add page (#3713) 2019-12-31 01:18:28 +00:00
Waldir Pimenta cc6f7005c2 su: reword example descriptions and add a new one (#3715) 2019-12-30 18:30:30 +01:00
jduan 0205dc21ff cloc: add --vcs example (#3707) 2019-12-30 20:16:08 +05:30
Jonathan Dahan 7ac600865d tic: add page (#3699) 2019-12-30 13:48:52 +01:00
Nir Elbaz 4e5395df2c Update truncate.md (#3710)
* Update truncate.md

Empty a file's content command, fix missing closing bracket on "Shrink the file by 2GiB" example.

* Add missing empty line and fix the article

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2019-12-30 13:41:06 +01:00
Zlatan Vasović 64ecf11238 xdg-user-dirs-update: correct path syntax (#3711) 2019-12-30 17:01:31 +08:00
Miguel Mendes 6fe6ed9641 fuser: add new examples (#2513) 2019-12-29 12:22:10 +05:30
Jonathan 37ffdcb0a7 msfvenom: add page (#3476) 2019-12-29 08:36:13 +05:30
Starbeamrainbowlabs 75d109448a sinfo: add link and improve examples (#3700) 2019-12-28 18:03:26 +00:00
Jonathan Dahan c8931b963e cargo-doc: add page (#3697)
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
2019-12-28 14:18:12 +01:00
Melvin 93f2e505de xdg-user-dirs-update: add page (#3695) 2019-12-28 11:55:55 +01:00
Zlatan Vasović 3f48086d34 Remove new profile command 2019-12-27 23:53:56 +00:00
Ben Scattergood 45247399e2 Firefox: Suggested changes
New instance flag removed but profile flag re-added
2019-12-27 23:53:56 +00:00
Ben Scattergood 4434c26c98 Firefox: suggested changes
grammatical change for default browser flag

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2019-12-27 23:53:56 +00:00
Ben Scattergood 9c3bb17ba3 firefox: remove --new-instance flag 2019-12-27 23:53:56 +00:00
Ben Scattergood a7a6d84942 Added missing backtick 2019-12-27 23:53:56 +00:00
Ben Scattergood 944b10aba4 firefox: add extra flag options
also added note that profile selection is not available on windows
2019-12-27 23:53:56 +00:00