Commit Graph

262 Commits (eff31b50ce7904a1944c2eddf0601e33eef25e41)

Author SHA1 Message Date
Waldir Pimenta c032e97954 quotacheck: minor tweaks (#1119) 2016-10-16 16:43:32 +01:00
Waldir Pimenta 9bef520670 edquota: minor tweaks to commands and descriptions (#1113) 2016-10-16 14:57:23 +01:00
Michael Pearce c5bd622d7b quotacheck: add page (#1002) 2016-10-16 14:51:30 +01:00
Michael Pearce 7681e7fa89 edquota: add page (#1001) 2016-10-13 12:18:16 +05:30
Waldir Pimenta 856ffcf5fc Merge pull request #1043 from danielcompton/patch-1
date: add unix epoch timestamp
2016-10-06 23:26:51 +01:00
Waldir Pimenta c9c5f9edc5 date.md: another attempt at clarifying the descriptions 2016-10-06 12:05:12 +01:00
Michael Pearce 35b685ff9c repquota: add page (#983) 2016-10-03 15:53:51 +01:00
mkoppmann 66651b37a4 Adapted to new style 2016-09-28 15:33:59 +02:00
Michael Koppmann 304d01d1c0 fc-list: add page
Fixes issue #978. I know that the format is not the right one, but I wanted to use the same style as in fc-match and fc-pattern.
2016-09-28 03:47:15 +02:00
Starbeamrainbowlabs 7356a47e02 whatis: add page (#1078) 2016-09-19 23:06:07 +05:30
Waldir Pimenta 5cbcb7e7cf linux/tree: use -N avoid escaping special chars 2016-09-16 11:41:23 +01:00
Xiang Wang 45de439ec3 add the page of rdesktop command 2016-09-16 01:31:42 +08:00
Waldir Pimenta 8589e1f7a5 Merge pull request #1049 from sbrl/patch-2
useradd: Add command to create a system user.
2016-09-11 13:38:18 +01:00
Starbeamrainbowlabs a9fea19ec4 Converted all arguments to the long form 2016-09-10 19:35:35 +01:00
Starbeamrainbowlabs b36b02692f Reworded other example to aid simplicity. 2016-09-10 19:34:16 +01:00
Waldir Pimenta 62d4d4816f du: rework page, add glob matching example (fixes #1032) (#1034)
* fixup: remove excess whitespace

* du: various tweaks

- improve main description (include what "du" stands for)
- simplify globbing example
- unify nomenclature of folder/directory
- minor tweaks to existing descriptions

* du: a bunch of further rewordings

these changes aim to improve both clarity but also the sequence of commands to make it easier to build a mental model of how the tool works.

* osx/du: sync w/ changes in the linux folder

* linux/du: sync w/ changes in the osx folder

* remove slighly redundant «recursively» to make description simpler
2016-09-10 12:18:28 +01:00
Starbeamrainbowlabs 49327963e2 Add command to create a system user to useradd.
Creating a new system user is common administrative task on the average linux server. Adding the appropriate command to tldr-pages will be rather useful, since it isn't something you do every day and is easy to forget.
2016-09-10 10:45:36 +01:00
Daniel Compton 8136ac1930
Add unix epoch commands
These differ between Linux and OS X so the pages needed to be split.
2016-09-08 23:00:50 +12:00
Waldir Pimenta 6a9f7e74ca Merge pull request #1021 from tldr-pages/ufw 2016-09-01 22:11:14 +01:00
Agniva De Sarker f08c58079b Changing "Remove" to "Delete" 2016-09-01 22:51:56 +05:30
Agniva De Sarker 964f07132b Reordering the syntax to match with the description 2016-09-01 22:51:56 +05:30
Agniva De Sarker 7506047a39 ufw: Improve page 2016-09-01 22:51:46 +05:30
Waldir Pimenta 31a07858ca split tree.md into linux and osx versions, to cater to the different sets of available options 2016-08-24 18:43:14 +01:00
Waldir Pimenta 0ad07e4f2d pwgen: make option names more intuitive (#1014) 2016-08-24 11:29:33 +02:00
Kyle Sweeney 111d8aae0f strace.md: Added option to start an executable (#979)
* updated strace.md with starting a program

* fixed errors, and followed same `` guide

* removed extraneous space
2016-08-22 13:59:39 +02:00
Zlatan Vasović 63a7e2744e Add `apt-get autoremove` (#1011) 2016-08-22 00:01:13 +02:00
Waldir Pimenta 8127104cce osx/locate.md: add exact filename match (#993)
* osx/locate.md: add exact filename match

* linux/locate.md: add exact filename match
2016-08-08 10:06:59 +03:00
Agniva De Sarker 3da76e4150 Applying the snake_case convention throughout the repo (#967)
* Applying the snake_case convention throughout the repo

- Also removing the file extension where not needed
- Adding {{ }} on a few old pages

* Addressing concerns

- Added {{ }} where they were missed out
- Removed spaces inside {{ }}
- Reverting "file" to "filename" to make it clearer

* Fixing the comments on nc page
2016-07-22 22:24:06 +02:00
Waldir Pimenta b25bf87240 add space before opening parenthesis 2016-07-14 11:57:44 +01:00
Agniva De Sarker 4b06c12713 cryptsetup: simplify page (#953)
- Cited actual examples rather than placeholder text
- Added the 'close' command
2016-07-14 11:57:07 +01:00
Agniva De Sarker fa8b2d8f92 Apply the 'path/to/item' convention uniformly (#947) 2016-07-13 09:53:22 +01:00
Waldir Pimenta eef8de9e5c iostat: minor tweaks as mentioned in PR #946 2016-07-11 16:48:46 +01:00
Agniva De Sarker 98305b4ad8 Addressing minor comments 2016-07-11 21:07:30 +05:30
Agniva De Sarker bac0b9831f Separated the -m flag 2016-07-11 10:38:53 +05:30
Agniva De Sarker 4748cc27ce iostat: Added some flags
- Added basic command usage without any flags.
- Removed the '-h' flag as it seems to be added implicitly by the cmd.
- Added the interval parameter.
- Added the '-m' flag.
2016-07-10 01:21:21 +05:30
Leandro Ostera fc8dc452c2 Merge pull request #929 from slash3b/at
at: add page
2016-06-30 19:10:27 +02:00
slash3b 3af52d7e19 at: add page 2016-06-30 19:49:25 +03:00
Agniva De Sarker 52949a4e7b ifdown: add page (#933) 2016-06-28 08:36:51 +01:00
Waldir Pimenta e99c5fd155 fix format 2016-06-25 09:43:21 +01:00
Waldir Pimenta ed0c87bf20 simplify xsel.md, add example using X11 selection
Also add equivalence to standard operations, to make it clearer what each example does.
2016-06-25 02:07:46 +01:00
Leandro Ostera cefc1b2585 Merge pull request #836 from jezenielzapanta/patch-3
xclip:Add copy to system clipboard
2016-06-24 12:04:20 +02:00
Agniva De Sarker 077f9a5b5a ifup: add page (#922) 2016-06-22 19:03:43 +01:00
Waldir Pimenta 3c56b7b342 top.md: various tweaks (#923)
- standardize examples to use generic tokens
- format tokens using snake_case
- use "show" for all example descriptions, for consistency
- reword the descriptions for additional clarity.
2016-06-22 19:02:12 +01:00
Agniva De Sarker f022954eda top: Add a better example (#921) 2016-06-22 12:05:00 +01:00
Dylan Rees dd349e3863 Create htop.md (#902) 2016-06-21 22:57:58 +01:00
Severin Fürbringer a358006f04 equery: add page (#920) 2016-06-21 22:53:23 +01:00
pearcem0 cba222e057 expand: add page (#917) 2016-06-21 18:38:36 +01:00
pearcem0 a58c2eca27 unexpand: add page (#918) 2016-06-21 18:38:08 +01:00
Leandro Ostera 991d765b72 Merge pull request #915 from d33tah/cryptsetup
Add cryptsetup.md.
2016-06-21 15:21:15 +02:00
Jacek Wielemborek 85eae95f2f Add cryptsetup.md. 2016-06-21 12:49:15 +02:00