Commit Graph

418 Commits (725fddb2fc0fa8b49362e676e6c7d71dfb9b8b75)

Author SHA1 Message Date
Joshua Levy baa0b9c731 Tweak language for #273. 2015-09-22 19:43:04 -07:00
Joshua Levy d19b67ab05 Merge pull request #273 from aneasystone/inode
Cover inode
2015-09-22 19:41:11 -07:00
Joshua Levy 033d083764 Merge pull request #205 from isegal/master
Added Mosh. It's awesome.
2015-09-22 19:40:30 -07:00
Joshua Levy d9a3fb210a Merge pull request #264 from uggla/byobu
Add byobu command.
2015-09-22 19:28:16 -07:00
Kit Chan 901c4e23bc Update README.md 2015-09-20 22:54:58 -07:00
Joshua Levy eb7972cfa9 Improve last commit. 2015-08-17 00:23:22 -07:00
Joshua Levy c4ebf33036 Cover set -v, set -u, and more on trap. 2015-08-17 00:20:16 -07:00
Joshua Levy ce2e0471da Merge pull request #276 from aneasystone/redirection
The easy way to redirect both standard output and standard error
2015-08-15 10:06:41 -07:00
aneasystone 385b9b39ce The easy way to redirect both standard output and standard error 2015-08-15 18:34:04 +08:00
aneasystone 579cc22529 Cover inode 2015-08-13 15:15:23 +08:00
Hunter-Github cf2b1815a6 A reference to dateutils
Adding date-processing utilites according to [#258](https://github.com/jlevy/the-art-of-command-line/issues/258)
2015-08-12 13:10:16 +03:00
Uggla 96cbb88ffa Add byobu command. 2015-08-12 10:33:52 +02:00
Joshua Levy 5fef2d2bf6 Tweaks to #132. 2015-08-11 23:46:17 -07:00
Joshua Levy f47d83aa0b Merge pull request #132 from retuxx/master
added apg, closes #101
2015-08-11 23:42:41 -07:00
Joshua Levy 54878c375b Open command in editor.
Thanks to #253.
2015-08-11 23:37:21 -07:00
Joshua Levy 294e64cd68 Merge branch 'tab-function' of https://github.com/aneasystone/the-art-of-command-line into aneasystone-tab-function 2015-08-11 23:20:33 -07:00
Joshua Levy f800f02ba0 Edits to #259 for brevity. 2015-08-11 10:17:40 -07:00
Joshua Levy f4d3121dc6 Merge pull request #259 from uggla/vimstuff
Add vimdiff and sdiff command.
2015-08-11 10:15:37 -07:00
Joshua Levy 4e794ecfde More on brace expansion.
Updates #116. Thanks also to the suggestion in #1.
2015-08-11 10:14:34 -07:00
Joshua Levy c8d3b5fe67 Merge pull request #116 from sirsgriffin/brace-expansion
brace expansion example.
2015-08-11 10:04:09 -07:00
Uggla 11bbb2bb9d Fix for #146. 2015-08-11 13:56:35 +02:00
Uggla f7755ef0d2 Add vimdiff and sdiff command. 2015-08-11 13:30:24 +02:00
Joshua Levy 93746b409e Link on filenames handling.
Thanks to @mator. Fixes #71.
2015-08-10 20:47:10 -07:00
aneasystone a5f64eb5f2 Use `Tab` to list available commands 2015-08-05 15:12:11 +08:00
Joshua Levy 1c7eb1ee11 Merge pull request #251 from zxdvd/patch-1
Fix a typo. modifno should be modinfo
2015-08-04 12:17:03 -07:00
Joshua Levy 2cf2393063 More detail on ctrl-r.
Fixes #52.
2015-08-03 21:43:03 -07:00
Xudong Zhang ab3319f766 Fix a typo. modifno should be modinfo 2015-08-04 10:22:04 +08:00
Joshua Levy c608c225f3 Add iotop. Put netstat + ss in their own item.
Fixes #78
2015-07-30 00:02:44 -07:00
Joshua Levy 123293a0a0 Add iostat example. Improve langauge.
Fixes #231.
2015-07-29 23:35:42 -07:00
Peter Kokot f97d4359a9 Simplify explanaiton of the Option key on Mac OS X 2015-07-29 07:52:20 +02:00
Joshua Levy baaebeb7ff Slightly clarify description for column.
See #240.
2015-07-27 22:57:55 -07:00
Joshua Levy b0c958fb62 Add coverage of watch.
Thanks to ShawnMilo!
Fixes #237
Fixes #241
2015-07-27 22:52:17 -07:00
Joshua Levy a1a77f6d37 Merge pull request #232 from unixorn/add-shellcheck-reference
Add link to shellcheck
2015-07-27 22:35:38 -07:00
Joshua Levy fe1df2b928 Add instructions for using alt key in Mac OS. 2015-07-27 22:31:10 -07:00
Joe Block 811078f3d0 Add link to shellcheck 2015-07-25 11:00:40 -07:00
danasmera 07398c07b1 Add sysctl command 2015-07-24 16:06:08 -04:00
Joshua Levy 18ae7a0d25 Merge pull request #221 from augmentedfourth/master
Add `-C` (context) to list of grep options, since it goes well with `-A` and `-B`
2015-07-23 16:58:39 -07:00
Joshua Levy e7ae06cd2d Edits to #219. 2015-07-23 16:45:37 -07:00
Joshua Levy 156e8cb956 Merge pull request #219 from SohamChakraborty/pr
Added proc files like meminfo, cmdline and added command references...
2015-07-23 16:42:44 -07:00
Brad Beyenhof b2161bf6eb add -C (context) to grep options 2015-07-20 12:37:30 -07:00
Soham Chakraborty 126caa64cf Added proc files like meminfo, cmdline and added command references like uptime, lsmod, modinfo 2015-07-19 17:25:07 +05:30
Kit Chan 8566bee027 Add 'time' 2015-07-18 23:04:01 -07:00
Bryce Jasmer 83df282230 Include invert-match flag for grep.
I'd argue that the -v (--invert-match) flag is as important a flag as -o (no offense to -o). Can't tell you how many times I've tailed a logfile and piped it through grep -v to filter out stuff I knew was legit or common.
2015-07-15 09:26:59 -07:00
Peter Kokot ff5a054c23 Fix MacOS X only navigation 2015-07-15 01:24:26 +02:00
Joshua Levy c0083c5070 Merge pull request #180 from olegberman/master
ru: Major improvements in Russian version
2015-07-14 15:39:22 -07:00
Ivgeni Segal 3a26b20756 Update README.md
Added Mosh.
2015-07-14 11:35:46 -07:00
Joshua Levy 5fb1625dda Fix up JDK language.
Adjustments to #172
2015-07-14 01:50:34 -07:00
Joshua Levy b559d754ee Merge pull request #172 from grossws/patch-4
Add more info about JDK
2015-07-14 01:48:53 -07:00
Joshua Levy 795250b5f7 Remove duplicate xargs item.
Fixes #194.
2015-07-14 01:45:38 -07:00
Oleg Berman 7b55db00a9 resolved last conflict 2015-07-13 20:51:04 -04:00
Oleg Berman 682b44b5f5 resolved merge conflicts with the main branch 2015-07-13 20:49:39 -04:00
Joshua Levy c27d53efe4 Merge pull request #191 from peterkokot/patch-2
Fix some typos, add link to jq
2015-07-12 19:40:50 -07:00
Joshua Levy 5080003675 Merge pull request #192 from zackp30/links
Link to a few projects.
2015-07-12 19:35:17 -07:00
Joshua Levy 5007df39ff Add Slovenian language links.
Completes #189.
2015-07-12 19:33:20 -07:00
Zack Piper b2b591a4e3 Link to GPG project site. 2015-07-12 13:55:21 +00:00
Zack Piper 155f29908b Link to slurm project. 2015-07-12 13:52:41 +00:00
Peter Kokot 97df1d8c91 Fix some typos, add link to jq 2015-07-12 11:58:27 +02:00
Joshua Levy 7f7272cf88 Update language links with Korean. Make consistent.
Making header identical for all languages, and sorting them alphabetically by ISO abbreviation.
Follows Korean translation #182.
2015-07-11 16:08:00 -07:00
Joshua Levy ec14b6dc1d Merge pull request #187 from bsnux/feature/start-end-line
Adding ctrl-a and ctrl-e keybindings to English and Spanish versions
2015-07-11 16:00:21 -07:00
Peter Kokot b35362a13e Fix typos in Obscure but useful section 2015-07-11 19:58:43 +02:00
Arturo Fernandez 05ab34534b Adding ctrl-a and ctrl-e keybindings to English and Spanish versions 2015-07-10 15:33:05 -07:00
Dmytro Danylevskyi 8e29e5fc0c Add shyaml 2015-07-10 07:33:43 +03:00
Oleg Berman 38e0f73d58 Resolved merge conflicts with one of the biggest revisions by spmbt 2015-07-09 16:09:42 -04:00
spmbt 7508bda543 мелкие доработки 4, и убран дубль одного совета (xargs) 2015-07-09 20:44:13 +03:00
spmbt 0dba6d474a MacOS X, Full-"ё", little more 2015-07-09 20:06:56 +03:00
spmbt 075810aea7 "гляньте", "автокомплит", "expands glob" (link) 2015-07-09 19:28:04 +03:00
grossws 809940da7f Add more binary viewers/editors 2015-07-09 12:30:37 +03:00
grossws b006571496 Add more info about JDK
Add more info about standard tools from OracleJDK/OpenJDK
2015-07-09 12:23:17 +03:00
grossws c148e82071 Typo in `du -hk *` for summary
`du -hk` means `du -k`, last option wins since both of them set display unit. I think, you mean `du -hs *` for summary.
2015-07-09 11:49:19 +03:00
Kostya ca916d6c05 Добавлена информация по rsync 2015-07-09 09:45:23 +04:00
Oleg Berman a70ba3323e add links to russian translation everywhere 2015-07-07 00:03:44 -04:00
Joshua Levy b9d9719968 Merge pull request #154 from matjaz/patch-1
fixed typo
2015-07-03 22:28:34 -07:00
Joshua Levy 217da3b4fa New language links (Español). 2015-07-03 09:57:06 -07:00
Matjaž Lipuš d42304acd3 fixed typo 2015-07-03 13:44:31 +02:00
Joshua Levy 7469c72e0f Move alias info to "Everyday use."
Better fit in that section. #119
2015-07-03 02:14:04 -07:00
Joshua Levy 6d3371d5f7 Merge pull request #120 from kesu/aliases
Added bullet for alias. Fixes #119
2015-07-03 02:10:57 -07:00
Joshua Levy b09a1864e3 Add fzf
Fixes #96
2015-07-03 01:19:26 -07:00
Joshua Levy d285213f08 Fix language re sponge 2015-07-03 01:15:18 -07:00
Joshua Levy 1262a25e9a Add sponge
#60
2015-07-03 01:13:06 -07:00
Joshua Levy 2a68e1aab5 Add sudo and su.
Fixes #150.
2015-07-03 00:59:32 -07:00
Joshua Levy d623fee2e0 Mention appending with >>.
Fixes #151.
2015-07-03 00:54:30 -07:00
Joshua Levy f4789f0aa4 One more update to MacOS section.
#153
2015-07-03 00:52:01 -07:00
Joshua Levy 27eb7509a1 New section specific to MacOS.
Fixes #153, #134.
2015-07-03 00:46:48 -07:00
Joshua Levy cba6daafda Include uname
Fixes #114.
2015-07-03 00:22:55 -07:00
Joshua Levy 6c26b69862 Correct omission of sort -n. 2015-07-01 21:58:16 -07:00
The Gitter Badger 7ca0135d0e Added Gitter badge 2015-06-28 18:04:25 +00:00
Joshua Levy 0f9b8a74b7 Mention sort -h.
Fixes #26.
2015-06-28 10:57:52 -07:00
Joshua Levy d5f6238975 Merge pull request #135 from ahmetalpbalkan/patch-1
du -hs instead of -sk
2015-06-28 10:53:12 -07:00
Joshua Levy 4dad1d191f Include lscpu, lsusb, dmidecode.
Fixes #136.
2015-06-28 10:49:10 -07:00
Joshua Levy 6d59b3cc58 Consistent langauge links. 2015-06-28 10:16:54 -07:00
Nilton Vasques 344c34f106 Change portuguese to português. 2015-06-28 10:59:05 -03:00
Nilton Vasques ecefdf52b9 Fix languages section. 2015-06-28 10:51:06 -03:00
Nilton Vasques a735f338df Translate title and links 2015-06-28 10:51:06 -03:00
Ahmet Alp Balkan 568f3f0d9d du -hs instead of -sk 2015-06-27 11:01:24 -07:00
Marcel Steinbeck 24c17d6074 added apg, closes #101 2015-06-27 09:30:34 +02:00
Raju Vindane bb0c38c089 Just Did a spelling correction with License 2015-06-25 21:09:11 +05:30
kesu aa20e47e0d Added bullet for alias. Fixes #119 2015-06-24 15:28:50 +00:00
Joshua Levy cc9ef1d344 Merge pull request #93 from crr0004/crr0004-tmux-link
Adding link to Tmux site
2015-06-24 08:27:57 -07:00
Joshua Levy 1f461a98af Add lspci.
Fixes #112.
2015-06-24 08:14:10 -07:00
Joshua Levy 99a6214ab6 Additional reference to comm.
Fixes #105.
2015-06-24 08:08:39 -07:00
Joshua Levy 876e6119b9 Merge pull request #104 from xaionaro/master
Added "pv" to "Obscure but useful"
2015-06-24 08:04:28 -07:00
Scott Griffin b5cdd0f700 brace expansion example. 2015-06-23 23:00:16 -07:00
Joshua Levy 74943cbd3b Add printenv. 2015-06-23 16:05:53 -07:00
Joshua Levy b1ac875bae Mention lsblk.
Worth adding here as well as #109.
2015-06-22 18:51:29 -07:00
Fazle Arefin cfae7ff764 Added lsblk command 2015-06-23 11:42:05 +10:00
Okunev Yu Dmitry e3e79e863c Added "pv" to "Obscure but useful" 2015-06-22 09:57:51 +03:00
Joshua Levy e640d36189 Add langauges link and Chinese translation. 2015-06-21 10:13:33 -07:00
Joshua Levy 3fca113ebf Merge pull request #98 from saksham0808/patch-1
Added pacman in install options.
2015-06-21 09:44:15 -07:00
Saksham Sharma 75b81d89ef Added pacman in install options.
Arch needs to be appreciated :)
2015-06-21 21:38:58 +05:30
曾楚杰 e940c2f12e Added a mising * 2015-06-21 23:48:46 +08:00
Chris Rhodes 36b2ea3333 Adding link to Tmux site
Adding link to the tmux site
2015-06-21 23:54:34 +10:00
Wael M. Nasreddine 6534752694 remove a duplicator `for` 2015-06-21 00:31:43 -07:00
Joshua Levy 80ba0c126d Clarify scope to include non-standard packages. 2015-06-20 12:33:11 -07:00
Joshua Levy eab7f29c28 Add diff, patch, and diffstat.
Fixes #36.
2015-06-20 10:10:06 -07:00
Joshua Levy f1a99aa976 Add wiki-style license. 2015-06-20 09:53:07 -07:00
Joshua Levy e6e0b70bd7 Tweak units contribution.
Update to #80
2015-06-20 09:12:15 -07:00
Joshua Levy 4a328ea307 Merge pull request #80 from vitzli/master
Add units program
2015-06-20 09:08:42 -07:00
Joshua Levy 26f13bde1f Merge pull request #40 from vndmtrx/master
New commands to the list.
2015-06-20 00:49:31 -07:00
Joshua Levy 2c6fc6677b Clarify ctrl-u.
Fixes #25.
2015-06-20 00:40:23 -07:00
Joshua Levy d6928402d9 Apropos.
Fixes #65.
Fixes #73.
2015-06-20 00:19:56 -07:00
Joshua Levy 68cbe90ff1 Note about history and history abbreviations.
Fixes #30.
Fixes #39.
2015-06-20 00:10:40 -07:00
Joshua Levy 92748231fe Better sequencing. 2015-06-19 23:52:51 -07:00
Joshua Levy 21929d2748 Merge pull request #44 from csvoss/master
Add tree
2015-06-19 23:50:15 -07:00
Joshua Levy 23c653b99f General mention of man and help. 2015-06-19 23:48:44 -07:00
Joshua Levy a942600685 Merge pull request #76 from kesu/python3-http-example
Added Python 3 version of simple web server
2015-06-19 23:23:37 -07:00
Joshua Levy b4b45fcd3d Remove screen from obscure section.
As #72 mentions, neither are really obscure, and are covered earlier in the doc anyway.
Fixes #72.
2015-06-19 23:14:53 -07:00
Joshua Levy 345a791b0d Include fdisk and mkfs.
As suggested in #10.
2015-06-19 23:06:28 -07:00
Joshua Levy 1abac1882f List netstat and ss.
Update #10 to list both.
2015-06-19 22:59:51 -07:00
Joshua Levy b22b75db74 Merge pull request #10 from cmr/patch-2
netstat is long deprecated on linux. Use ss instead.
2015-06-19 22:56:38 -07:00
Joshua Levy 9f69f5abf0 Merge pull request #9 from michaelbarlow7/master
Added a suggestion to add "set -o vi" to ~/.bash_rc to enable vim-keybindings in bash
2015-06-19 22:54:57 -07:00
vitzli 54d5c02603 Add units program 2015-06-19 17:22:31 +06:00
kesu 288eaa8b1b Added Python 3 version of simple web server 2015-06-18 17:15:18 +00:00
Joshua Levy 8e14e43ef2 Missed in last commit. 2015-06-17 21:16:23 -07:00
Joshua Levy 30946a293b New meta section and explainshell link.
Fixes #54.
2015-06-17 20:38:59 -07:00
Joshua Levy fd55b34e31 Update README.md 2015-06-17 20:34:09 -07:00
Joshua Levy a44c628ad2 Add note about sort -u.
Addresses #27 and #63 while preserving clarity.
2015-06-17 20:20:18 -07:00
Joshua Levy f65245236f Use && within example.
Fixes #57
2015-06-17 15:50:38 -07:00
Joshua Levy b4900c408e Brevity on #51 2015-06-17 15:30:51 -07:00
Joshua Levy 5e493924cc Merge pull request #51 from adamm/master
Add 'grep . *' oneliner trick for high-level scan of a directory
2015-06-17 15:27:06 -07:00
Joshua Levy 06773e4bf8 Fix to tab note #59. 2015-06-17 10:45:42 -07:00
Joshua Levy adeff6dafc Clarify philosophy. Mention tab.
Fixes #59.
2015-06-17 10:42:26 -07:00
Joshua Levy 4bafc6d011 Brevity for #58 2015-06-17 09:54:33 -07:00
Colas 6273401328 Added "ctrl-l" command that I use everyday 2015-06-17 18:31:30 +02:00
Joshua Levy 92ef5bd205 Minor fixes for brevity and organization. 2015-06-16 20:12:05 -07:00
Joshua Levy 2a18e53e6f Merge pull request #50 from hastinbe/add-zcommands
Add zcat, zmore, zless, zgrep
2015-06-16 20:08:59 -07:00
Joshua Levy 394beb544f Merge pull request #47 from delucks/master
Added ssh options to multiplex channels to the same server
2015-06-16 19:52:09 -07:00
delucks 4519925396 Merged two ssh configuration suggestion blocks 2015-06-16 22:41:05 -04:00
Beau Hastings fa3e734a2f Add zcat, zmore, zless, zgrep
Signed-off-by: Beau Hastings <beausy@gmail.com>
2015-06-16 19:16:38 -05:00
Joshua Levy dde8a54db8 man unicode and man latin1.
Fixes #37.
2015-06-16 16:33:37 -07:00
Joshua Levy 5055c505b0 Another fix to #42 2015-06-16 15:49:49 -07:00
Joshua Levy 20ed8eee90 Merge pull request #42 from jsight/patch-1
Yum is being deprecated in favor of DNF, add a mention of dnf
2015-06-16 15:48:10 -07:00
Adam McDaniel d54f4f0fa4 Add 'grep . *' oneliner trick for high-level scan of a directory 2015-06-16 15:20:00 -06:00
delucks d9f6bbdadc Added ssh options to multiplex channels to the same server 2015-06-16 15:33:41 -04:00
Joshua Levy cea628de68 Merge pull request #43 from analogue/ngrep
Add ngrep
2015-06-16 11:33:52 -07:00
Joshua Levy c24faf0205 Update forward and back word bindings.
Fixes #24
Fixes #45
2015-06-16 11:31:45 -07:00
Chelsea Voss 732f8956c5 Add tree 2015-06-16 09:50:35 -07:00
Semir Patel ffaeabdaca Add ngrep 2015-06-16 09:36:01 -07:00
Jesse Sightler 1492768919 Yum is being deprecated in favor of DNF, add a mention of dnf
Fedora 22 directs users to use DNF by default now.

http://dnf.baseurl.org/2015/05/11/yum-is-dead-long-live-dnf/
2015-06-16 12:03:57 -04:00
Joshua Levy ad0c149319 Merge pull request #41 from kargakis/markdown-fix
Markdown enhancement
2015-06-16 08:32:31 -07:00
Joshua Levy e73181410d Merge pull request #31 from RasmusWL/master
python -m SimpleHTTPServer
2015-06-16 08:30:55 -07:00
Joshua Levy 4f75cfc6c8 Merge pull request #29 from StreakyCobra/feature/corrections
Add missing quotes around program names
2015-06-16 08:24:12 -07:00
Joshua Levy 703d1e4a59 Merge pull request #38 from chriskuehl/master
README: mention little-known `less +F`
2015-06-16 08:09:01 -07:00
kargakis a147da5557 Markdown enhancement 2015-06-16 18:08:21 +03:00
Joshua Levy 8b8bb600d1 Merge pull request #34 from jalanb/patch-2
Use 80 as width, not filename
2015-06-16 08:05:03 -07:00
Eduardo Rolim f16b0bfd94 Add new commands.
Add wc simple description of main selectors and a usage;
Add tee description;
Add socat command;
Add slurm command;
Add rsync command;
2015-06-16 11:45:58 -03:00
Chris Kuehl 05ad55b568 README: mention little-known `less +F` feature 2015-06-16 07:17:23 -07:00
Alan Brogan 199affaeaf Use 80 as width, not filename
In trying the `taocl` function I get the error

```shell
$ taocl
fmt: cannot open ‘80’ for reading: No such file or directory
```

Looks like the final phrase should use the `80` as an option, ... `| fmt -80` (or `| fmt --width=80`)
2015-06-16 13:11:04 +01:00
Alan Brogan 8615b3ab5e Fix typo 2015-06-16 12:50:26 +01:00
Rasmus Wriedt Larsen e95d981be0 python -m SimpleHTTPServer 2015-06-16 11:09:45 +02:00
Fabien Dubosson bda05ee47e Add missing quotes around program names 2015-06-16 10:27:46 +02:00
Joshua Levy 5686447a22 Add an item on globs. More tweaks.
Further adjusted re #12.
2015-06-16 00:48:47 -07:00
Joshua Levy 09f00a1132 Add csvkit. 2015-06-16 00:23:16 -07:00
Joshua Levy 17eb2078b2 Minor tweaks. 2015-06-16 00:09:48 -07:00
Joshua Levy 9b91175604 Notes on pipes. Adjust editor language slightly.
Fixes #23.
2015-06-15 23:46:46 -07:00
Joshua Levy 40f97837cc Merge pull request #20 from kalgynirae/find
Quote patterns for `find` commands instead of backslash-escaping
2015-06-15 23:05:29 -07:00
Joshua Levy cffa493980 Tweak ordering. 2015-06-15 22:36:06 -07:00
Joshua Levy bb6b9a2589 Merge pull request #21 from Deborah-Digges/patch-1
Add entry for toe
2015-06-15 22:35:12 -07:00
Joshua Levy bd4135236a Clarify comments about locale.
Fixes #22.
2015-06-15 22:06:26 -07:00
Deborah Digges 65fb5a61a0 Add entry for toe 2015-06-16 09:34:21 +05:30
Colin Chan 31b01f1ba4 Improve `find` commands
It's more straightforward to use quotes around the pattern arguments
rather than escaping the asterisks with backslashes.

Also, find (the GNU version, at least) requires the path to come before
the expression.
2015-06-15 20:09:18 -07:00
Joshua Levy 7237274c0e Merge pull request #13 from EaterOA/master
Add gpg to Useful list
2015-06-15 19:36:16 -07:00
Joshua Levy 16369d2c41 Adjust "archaic" langauge
In deference to those who are sensitive about stuff like this. ;)
Fixes #12
2015-06-15 19:35:27 -07:00
Joshua Levy 6b3a67a32b Be clearer about security-sensitive ssh settings.
Fixes #8
Fixes #11
Fixes #16
2015-06-15 19:32:03 -07:00
Michael Barlow f2761fe47c Update README.md 2015-06-16 12:13:48 +10:00
Simarpreet Singh e73f60f416 Adding glances 2015-06-15 22:04:54 -04:00
Vincent Wong 1f51632be0 Added gpg to Useful list
I believe gpg deserves a mention because it provides very convenient and
powerful options for encrypting files, or any data in general. Even
without a key, using gpg with just --symmetric can be great for secure
transport or storage.
2015-06-15 18:07:17 -07:00
Corey Richardson e0e6936584 netstat is long deprecated on linux. Use ss instead. 2015-06-15 20:02:43 -04:00
Michael Barlow e867233528 Added a suggestion for GNU readline
Added a suggestion to set the editing mode for bash to vi.
2015-06-16 10:00:09 +10:00
Harry Moreno 8007a77178 propose grep -i
I propose grep -i flag is pretty useful and important enough to mention.
2015-06-15 16:34:54 -07:00
Joshua Levy 6a5892793f Merge pull request #3 from daveloyall/patch-1
Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c
2015-06-15 15:48:30 -07:00
Alex Cabrera d398fe3a1c typo, `ab` - benchmarking 2015-06-15 18:20:25 -04:00
Dave Loyall 5ec3232966 Change all the Ctrl-A keystrokes into ctrl-a, etc. 2015-06-15 16:42:29 -05:00
Dave Loyall 7f8ec1c0f1 Fix typos: q-Z --> ctrl-z, Ctrl-c --> ctrl-c 2015-06-15 16:34:04 -05:00
Joshua Levy 85b2c20357 Fix to random tip function. 2015-06-14 13:37:32 -07:00
Joshua Levy b6bd53fece Clean up long examples. 2015-06-08 09:39:47 -07:00
Joshua Levy ce9cf3140c Add tmux.
Fixes #2.

Also tweak image.
2015-06-07 19:04:10 -07:00
Joshua Levy 586727387e Add pandoc. 2015-06-02 11:30:05 -07:00
Joshua Levy 1742919fc3 Picture. Another one-liner. 2015-06-02 11:18:42 -07:00
Joshua Levy 18099c009e Add percol and fpp. 2015-06-02 09:24:06 -07:00
Joshua Levy 7df788cbb9 More minor updates. 2015-05-31 19:42:13 -07:00
Joshua Levy 747052e24e Add aws and note on pip. 2015-05-31 17:06:38 -07:00
Joshua Levy 25d95835ee Add ag and locate. 2015-05-31 14:46:32 -07:00
Joshua Levy 3a11ae7f33 Typo. 2015-05-31 14:30:27 -07:00
Joshua Levy 86d0760aa4 Markdown fix. 2015-05-25 17:22:49 -07:00
Joshua Levy 61362aaf6f Formatting and a few minor improvements. 2015-05-25 15:25:21 -07:00
Joshua Levy d195208cd8 Update README.md 2015-05-22 14:05:15 -07:00
Joshua Levy cd182bfb1f Update README.md 2015-05-22 14:03:11 -07:00
Joshua Levy cbe9e52264 Links. Add sysdig. 2015-05-22 10:46:06 -07:00
Joshua Levy 7ca5be6aa8 Minor fixes. 2015-05-21 22:12:28 -07:00
Joshua Levy 2981f6e139 Table of contents. Updated intro. 2015-05-21 20:57:55 -07:00
Joshua Levy 455bf28f9e Minor updates. Formatting. 2015-05-20 10:57:40 -07:00
Joshua Levy 2378b0bb78 Minor updates. Formatting. 2015-05-20 10:54:25 -07:00
Joshua Levy b08c4d906c Minor fixes. 2015-05-20 10:46:49 -07:00
Joshua Levy 44773b247c Formatting and other updates. 2015-05-20 10:39:58 -07:00
Joshua Levy 8fb514dc59 Formatting and intro. 2015-05-20 10:20:08 -07:00
Joshua Levy eb0ffc7a7e Sections on one-liners and obscure commands.
Formatting.
2015-05-20 09:30:58 -07:00
Joshua Levy 9783a6a2a4 First version.
Minimal markup still.
2015-05-20 09:02:38 -07:00
Joshua Levy 3ef3d3d400 Initial commit 2015-05-20 08:11:03 -07:00