adelviscio
6d0e99b956
Added diff of two processes/commands
...
Wraps output of two commands into separate file handles that diff can compare.
2013-09-01 17:48:33 -04:00
adelviscio
b894974dc7
View routing table with netstat
2013-09-01 16:04:17 -04:00
adelviscio
2592e8face
Removed duplicate example, updated description of another example.
...
Removed cat file | grep pattern as cat file is unnecessary. The command becomes 'grep pattern file' again - which is the same as the first example.
Updated #Advanced description to be more descriptive.
2013-09-01 16:00:18 -04:00
adelviscio
4d6bc270cf
Added openssl s_client to view cert expiration
2013-09-01 15:56:15 -04:00
adelviscio
6042b8814a
Cleaned up the loop
...
Otherwise, the loop just prints the words 'file' and 'found' on separate lines.
2013-09-01 15:40:10 -04:00
Chris Lane
14821d424c
Minor modifications on the cheat file. Broke the -d option out into its own logical block.
2013-09-01 14:41:29 -04:00
Chris Lane
91d01d9b96
Merge branch 'zsh_completions' of https://github.com/a-sk/cheat into a-sk-zsh_completions
...
* 'zsh_completions' of https://github.com/a-sk/cheat :
Install zsh completions
Add zsh cheats completions
Add -d/--cheat_directories option to list directories containing cheatsheets
2013-09-01 14:36:02 -04:00
Chris Lane
65c557612e
Modified the README.
2013-09-01 13:56:49 -04:00
Chris Lane
e71a3d627d
Merge branch 'DEFAULT_CHEAT_DIR' of https://github.com/a-sk/cheat into a-sk-DEFAULT_CHEAT_DIR
...
* 'DEFAULT_CHEAT_DIR' of https://github.com/a-sk/cheat :
Add note about DEFAULT_CHEAT_DIR to the README file
Remove odd new line
Introduce DEFAULT_CHEAT_DIR environment variable
2013-09-01 13:47:42 -04:00
Chris Lane
760b0e4f78
Merge pull request #56 from shanahanjrs/master
...
Added 7z cheatsheet
2013-09-01 10:44:59 -07:00
Chris Lane
ddc99f339a
Merge pull request #60 from ImmortalPC/master
...
Add distcc cheatsheets and add git show
2013-09-01 10:44:20 -07:00
Chris Lane
7b627816c1
Rearranged the order of some of the mysql cheats.
2013-09-01 13:43:19 -04:00
Chris Lane
f695290b36
Merge pull request #50 from ponsfrilus/master
...
Added mysqdump backup and restore and basic connection
2013-09-01 10:42:15 -07:00
Chris Lane
15db9d8011
Resolving a merge-conflict in the 'ssh-keygen' cheatsheet.
2013-09-01 13:40:50 -04:00
Chris Lane
f4be23d407
Merge pull request #44 from maggick/patch-1
...
To copy a key to a remote host on a non-standard port with non-standard ...
2013-09-01 10:36:55 -07:00
Chris Lane
05ef9989e6
Merge pull request #46 from maggick/patch-3
...
add ssh on a non-standard port
2013-09-01 10:33:03 -07:00
Chris Lane
9dfefc25aa
Merging.
2013-09-01 13:30:44 -04:00
Chris Lane
883ee7c278
Merge pull request #49 from gbremer/ssh-keygen-changes
...
Adding additional ssh-keygen command examples
2013-09-01 10:25:45 -07:00
Chris Lane
49ffe30aa9
Merge pull request #41 from DerUser/master
...
Added youtube-dl cheatsheet
2013-09-01 10:22:37 -07:00
Chris Lane
6bfdcd8f0f
Made a minor typographical correction to the 'find' cheatsheet
2013-09-01 13:17:44 -04:00
Chris Lane
ad66169acc
Merge pull request #43 from pierrepo/master
...
find + pdftk + gs
2013-09-01 10:16:27 -07:00
Chris Lane
74eca97b62
Merge pull request #42 from carlosp420/master
...
fixing typo in cheat git
2013-09-01 10:14:50 -07:00
Chris Lane
abd4f8ca00
Merge pull request #47 from Niichan/master
...
Cheatsheets added
2013-09-01 10:13:43 -07:00
Chris Lane
29a3fa0254
Merge pull request #48 from gbremer/master
...
Adding less cheat sheet
2013-09-01 10:12:16 -07:00
Chris Lane
d3de6c71c0
Merge pull request #51 from fuzzgun/master
...
Added sheets for emacs and gpg
2013-09-01 10:10:22 -07:00
Chris Lane
3f796385de
Merge pull request #57 from Toam/master
...
Added ab cheatsheet
2013-09-01 10:09:00 -07:00
Chris Lane
e7ca02f79b
Merge pull request #59 from ncrocfer/diff_cheatsheets
...
Added diff cheatsheet
2013-09-01 10:08:08 -07:00
ImmortalPC
337817dad3
Translate tabs to spaces
2013-09-01 15:05:38 +02:00
ImmortalPC
f8531cfea9
Add cheatsheets for distcc
2013-09-01 15:03:54 +02:00
ImmortalPC
e7339b3b57
Change git cheatsheets: add 'git show'
2013-09-01 15:03:36 +02:00
John Shanahan
12e6d83d47
Added some required fields to setup.py
2013-08-31 14:19:03 -04:00
Nicolas Crocfer
3e75a55491
Added diff cheatsheet
2013-08-31 14:18:13 +02:00
Carlos Peña
53a2a616d0
chead sed to remove empty lines
2013-08-31 12:46:33 +03:00
Toam
e38e306b7a
Added ab cheatsheet
2013-08-30 17:54:51 +02:00
John Shanahan
b26adf2ca8
Added 7z cheatsheet
2013-08-30 10:58:54 -04:00
Özgür Özdemircili
6abab41aa6
New lsof cheat
2013-08-30 12:16:48 +02:00
Özgür Özdemircili
9e1ea4fae4
New cheats on find
2013-08-30 12:16:39 +02:00
a-sk
702f043ff4
Add note about DEFAULT_CHEAT_DIR to the README file
2013-08-29 19:19:19 +04:00
a-sk
23de32ce50
Remove odd new line
2013-08-29 19:16:01 +04:00
a-sk
a781f6a8f7
Install zsh completions
2013-08-29 19:12:00 +04:00
a-sk
f20c0aba20
Add zsh cheats completions
2013-08-29 19:12:00 +04:00
a-sk
5c51f457a0
Add -d/--cheat_directories option to list directories containing cheatsheets
2013-08-29 19:12:00 +04:00
a-sk
e662862b7b
Introduce DEFAULT_CHEAT_DIR environment variable
...
Now ~/.cheat can be overridden
2013-08-29 18:20:23 +04:00
Bob Mottram
02ab2e7b8d
Added sheets for emacs and gpg
2013-08-29 11:38:22 +01:00
Nicolas Borboën
35fccbf9a4
Added mysqdump backup and restore and basic connection
2013-08-29 10:36:52 +02:00
Grant Bremer
92f6d8636f
Adding additional ssh-keygen command examples
2013-08-28 23:28:03 -04:00
Grant Bremer
49d1daa97b
Adding additional ssh-keygen command examples
2013-08-28 23:06:43 -04:00
Grant Bremer
1a1f87e131
Adding less cheat sheet
2013-08-28 22:16:07 -04:00
Sam Dodrill
84b5df508b
Cheatsheets added
...
- apk: Alpine Linux package manager
- gcc: GNU C Compiler
- grep: Pattern matcher in files or pipes
- vim: Vi IMproved
2013-08-28 10:05:46 -07:00
Matthieu Keller
17a2d6871d
add ssh on a non-standard port
2013-08-28 14:15:50 +02:00