Commit Graph

156 Commits

Author SHA1 Message Date
Chimyx
253eae2935 Correction in pacman file 2013-09-03 16:01:09 +02:00
LIETART Frederic
a45568ec5f Add set editor to git
Add set editor to git
2013-09-03 13:25:16 +02:00
Benny
00549c1d8e Use lowercase letters 2013-09-03 11:10:20 +02:00
Benny
1599c81e8f Create tmux cheatfile 2013-09-03 11:08:25 +02:00
Manu
837042f718 Added yaourt (Yet AnOther User Repository Tool) cheatsheet 2013-09-03 05:39:24 +02:00
Manu
221c1ce190 Added pacman (archlinux PACkage MANager) cheatsheet 2013-09-03 05:19:43 +02:00
Matthieu Keller
fda6125657 minor spell corrections 2013-09-02 16:09:38 +02:00
Matthieu Keller
e557c26377 Create head 2013-09-02 16:08:09 +02:00
Matthieu Keller
ec5123d21e Create aptitude 2013-09-02 16:05:43 +02:00
Matthieu Keller
d9acba7f14 correct and add vim shortcuts 2013-09-02 16:04:10 +02:00
Chris Lane
79831f81b7 Merge pull request #66 from adelviscio/patch-6
Added diff of two processes/commands
2013-09-01 18:15:48 -07:00
Chris Lane
54e339ef19 Merge pull request #65 from adelviscio/patch-5
View routing table with netstat
2013-09-01 18:15:03 -07:00
Chris Lane
3dbaf5a17f Fixed a minor typo in the grep cheatsheet. 2013-09-01 21:13:35 -04:00
Chris Lane
a2ed76db3f Merge branch 'patch-4' of https://github.com/adelviscio/cheat into adelviscio-patch-4
* 'patch-4' of https://github.com/adelviscio/cheat:
  Removed duplicate example, updated description of another example.
2013-09-01 21:12:49 -04:00
Chris Lane
4abdc34c94 Merge branch 'master' of github.com:chrisallenlane/cheat
* 'master' of github.com:chrisallenlane/cheat:
  Cleaned up the loop
2013-09-01 21:11:06 -04:00
Chris Lane
8fde16689d Fixed a small typo in the openssl cheatsheet. 2013-09-01 21:10:41 -04:00
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
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
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
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
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
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
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
Matthieu Keller
a84dd27f6b remove ssh-copy-id 2013-08-28 14:11:57 +02:00
Matthieu Keller
e963af111c To copy a key to a remote host on a non-standard port with non-standard ssh key 2013-08-28 14:06:26 +02:00
Pierre Poulain
a66f3d1c15 corrected typo for a better management of files with space in their name 2013-08-28 11:27:44 +01:00
Pierre Poulain
dfc7c98607 added example for the gs command (reduce pdf file) 2013-08-28 11:24:32 +01:00
Pierre Poulain
4f83172647 added examples for pdftk (manipulating pdf files) 2013-08-28 11:22:30 +01:00
Pierre Poulain
79a091a275 added new examples for find 2013-08-28 11:15:59 +01:00
Carlos Peña
4960f45f6f fixing typo in cheat git 2013-08-28 10:30:37 +03:00
Chris Lane
437f191bf7 Trivial change to mount cheatsheet. 2013-08-27 19:44:58 -04:00
Chris Lane
c7c63b42cd Minor changes to the git cheatsheet. 2013-08-27 19:43:24 -04:00
Chris Lane
9e8294b566 Merge branch 'master' of https://github.com/ozdemircili/cheat into ozdemircili-master
* 'master' of https://github.com/ozdemircili/cheat:
  Added git cheats
  Added mount cheatsheet
2013-08-27 19:06:53 -04:00
Philip Molares
9d9916251e Added youtube-dl cheatsheet 2013-08-27 23:36:43 +02:00
Carlos Peña
bcdc3c7f23 cheat awk: sum integers from a file or stdin 2013-08-27 14:06:15 +03:00
Özgür Özdemircili
63bd132a9b Added git cheats 2013-08-27 10:56:53 +02:00
Özgür Özdemircili
dcfc6e60be Added mount cheatsheet 2013-08-27 10:53:49 +02:00
Chris Lane
d183a6fb14 Change to the SSH cheatsheet 2013-08-26 20:37:04 -04:00
Chris Lane
496de6ae89 Integrated cheatsheet contents. 2013-08-26 20:34:36 -04:00
Chris Lane
67c8436691 Fixed a typo I introduced to the mysqldump cheatsheet. 2013-08-26 19:32:38 -04:00
Chris Lane
2e69eb063c Trivial changes to the mysqldump cheatsheet. 2013-08-26 19:31:21 -04:00
Chris Lane
d0e1f18e52 Merge branch 'master' of https://github.com/codehill/cheat into codehill-master
* 'master' of https://github.com/codehill/cheat:
  More mysqldump commands.
2013-08-26 19:26:40 -04:00
Chris Lane
7886eea791 Renamed mysql.sql to mysql, because the installer doesn't seem to install that cheatsheet when it has the .sql extension. 2013-08-26 19:21:42 -04:00
Chris Lane
bf290ea5b7 Trivial changes. 2013-08-26 19:19:52 -04:00
Chris Lane
37b9e84497 Merge branch 'master' of https://github.com/ozdemircili/cheat into ozdemircili-master
* 'master' of https://github.com/ozdemircili/cheat:
  Added history cheatsheet
  Added history cheatsheet
  History
  Added histroy cheatsheet
  Took out listing of Readme and License file on cheatsheets
  Added mysql cheatsheet
  Added lsof cheatsheet
  Added 2 new cheatsheets
2013-08-26 19:12:54 -04:00
Carlos Peña
9500ca8446 cheat sed, remove leading spaces with regex 2013-08-27 00:06:30 +03:00
Ozdemircili
78fdc09f8c Added history cheatsheet 2013-08-26 18:29:30 +02:00
Ozdemircili
821290b41d Added history cheatsheet 2013-08-26 18:27:54 +02:00
Ozdemircili
62e4b73d2b History 2013-08-26 18:26:52 +02:00
Ozdemircili
cdc512c897 Added histroy cheatsheet 2013-08-26 18:24:14 +02:00
Ozdemircili
0c027b792d Added mysql cheatsheet 2013-08-26 16:52:09 +02:00
Ozdemircili
24e1c2748f Added lsof cheatsheet 2013-08-26 16:51:57 +02:00
Ozdemircili
c6ba4c79df Added 2 new cheatsheets 2013-08-26 16:44:19 +02:00
Amgad Suliman
6083e2d70b More mysqldump commands.
I also modified the previous commands so passwords don't show in the
history.
2013-08-25 11:48:19 +04:00
Chris Lane
e6d5d9b8dc Merge pull request #32 from albertojacini/ps_cheatsheet
Added ps cheatsheet
2013-08-24 13:48:25 -07:00
Steven Wilson
8d75ee723f add show to apt-cache cheatsheet 2013-08-24 16:16:59 +01:00
Alberto Jacini
60ee4818b1 Added ps cheatsheet 2013-08-24 15:46:50 +02:00
Chris Lane
c460bfdb31 Added more cheats to the php cheatsheet. 2013-08-23 23:06:29 -04:00
Chris Lane
bbbe9193e0 Made trivial changes to some of the cheatsheets to make them play more nicely with colorized output. 2013-08-23 19:00:37 -04:00
Chris Lane
b2159662f3 Committed a cheatsheet for 'truncate' 2013-08-23 18:42:26 -04:00
Chris Lane
483a1da08b PHP cheatsheet tweak. 2013-08-23 18:33:15 -04:00
Chris Lane
8ebd96e33b Added a PHP cheatsheet. 2013-08-23 18:32:36 -04:00
Chris Lane
b6a17fac42 Merge pull request #28 from amitsaha/yum_cheat
Yum cheat
2013-08-23 15:20:40 -07:00
Amit Saha
d070a5ef45 More yum commands 2013-08-22 15:34:42 +10:00
Chris Lane
fabd1bc242 Resolved a trivial merge conflcit in cheatsheets/sed. Resolved major merge conflict in ./cheat. Made very minor revision to @larsyencken's patch to prevent __init__.py/c files from being listed as cheatsheets. 2013-08-21 22:49:07 -04:00
Chris Lane
6d456d147d Merge pull request #25 from adelviscio/patch-1
Added global flag, replaced redundant redirection.
2013-08-21 19:32:48 -07:00
Chris Lane
031eeb6a96 Restored the __init__.py file that I stupidly deleted on a previous commit. 2013-08-21 22:17:29 -04:00
Lars Yencken
8245d3f4ec Explicitly mark comment lines in builtin sheets. 2013-08-22 11:34:11 +10:00
Anthony Delviscio
e6e4b1e420 Added global flag, replaced redundant redirection.
Not using the 'g' (global) flag only replaces the first match on a line.  The 'g' flag will replace all matches.
2013-08-21 00:17:52 -04:00
Chris Lane
f3c37a37eb Added an openssl cheatsheet. 2013-08-19 21:31:34 -04:00
Chris Lane
e3d6976a03 Merging. 2013-08-19 21:15:02 -04:00