Commit Graph

142 Commits

Author SHA1 Message Date
engstrom 75137cf507 Added cheatsheet for the top command 2013-09-23 18:27:30 -06:00
Chris Lane 0cc76a78a1 Trivial changes to the head cheatsheet. 2013-09-19 19:45:28 -04:00
Chris Lane 0d60d6b558 Merge branch 'patch-6' of https://github.com/maggick/cheat into maggick-patch-6
* 'patch-6' of https://github.com/maggick/cheat:
  correction
  minor spell corrections
  Create head
2013-09-19 19:42:52 -04:00
Chris Lane da2b0a872d Deleted cruft
Deleted a 'foo' cheatsheet I accidentally committed while testing.
2013-09-19 18:45:43 -04:00
Chris Lane bbed1c5851 Removed the -c option from argparse
A previous revision merged the functionality implemented by the -c and
-e options, but the -c option was reintroduced during the last revision
(probably) by accident. I took that out given that it no longer serves
a purpose.
2013-09-19 18:43:56 -04:00
Matthieu Keller 0501f8cbfe correction 2013-09-15 17:34:15 +02:00
Florent Munch 8dae29ad42 Added information for uname -v 2013-09-15 01:07:04 +02:00
Florent Munch 9f182d684d Added uname cheatsheet 2013-09-15 00:57:06 +02:00
Florent Munch 71e9f11e83 Added od cheatsheet 2013-09-14 22:19:46 +02:00
Jörg Thalheim a9922d7c7b tar: List content of gz/bz2 archives 2013-09-14 15:48:57 +02:00
Chris Lane 4b7a1110f3 Merge pull request #91 from ImmortalPC/master
Add apparmor
2013-09-13 17:55:58 -07:00
Chris Lane 54547459b2 Merge pull request #84 from maggick/patch-11
Create sort
2013-09-13 17:52:29 -07:00
Chris Lane dc300f83eb Merge pull request #88 from ABorgna/master
Cheatsheet updates
2013-09-13 17:51:10 -07:00
Chris Lane dc5dbdbb02 Merge pull request #89 from amitsaha/netstat_update
cheatsheets/netstat: Which process is listening on a port
2013-09-13 17:48:50 -07:00
ImmortalPC 385ac4d484 Add apt-get 2013-09-13 00:34:09 +02:00
ImmortalPC 2c86db1aac Add a description 2013-09-13 00:26:42 +02:00
ImmortalPC 3deb00bb0a Add apparmor 2013-09-13 00:21:50 +02:00
Amit Saha 50fd4c6638 cheatsheets/netstat: Which process is listening on a port 2013-09-12 09:59:25 +10:00
ABorgna acbd863277 Added ifconfig cheatsheet 2013-09-11 01:00:59 -03:00
ABorgna 60e2e66014 Added chown cheatsheet 2013-09-11 00:33:55 -03:00
ABorgna a44c824f59 Added at cheatsheet 2013-09-11 00:21:44 -03:00
ABorgna ba904a2bd6 Update vim
Using same format as 7z and emacs
2013-09-10 23:19:48 -03:00
b_b eb00ab5d0b add minimal screen cheatsheet 2013-09-10 17:04:40 +02:00
Matthieu Keller d4a40a9b20 Update sort 2013-09-08 15:43:25 +02:00
Matthieu Keller acb1a827ec Create sort 2013-09-08 15:23:00 +02:00
Chris Lane db3fa0f8ad Merge pull request #79 from maggick/patch-9
Update grep
2013-09-07 10:17:37 -07:00
Chris Lane f51d57499d Merge pull request #82 from adelviscio/patch-7
Removed cat
2013-09-07 10:14:27 -07:00
Chris Lane 3b3f96cfa2 Merge pull request #81 from ritchielincoln/master
added chmod to cheats
2013-09-07 10:12:59 -07:00
adelviscio 93bda9dc20 Removed cat
Piping cat to sed is an extra step.  Sed can handle file arguments.
2013-09-07 00:29:49 -04:00
Ritchie Lincoln bbabedb3ce added chmod to cheats 2013-09-06 20:55:22 -06:00
Matthieu Keller dc4846b635 Update grep 2013-09-06 16:53:36 +02:00
Matthieu Keller 948d407b65 Update aptitude 2013-09-06 16:51:31 +02:00
Chris Lane 16244be4ea Merge pull request #74 from Chimyx/master
Create Pacman (Arch linux package manager)
2013-09-03 17:11:01 -07:00
Chris Lane d3e37c07d3 Merge pull request #70 from maggick/patch-4
correct and add vim shortcuts
2013-09-03 17:05:19 -07:00
Chris Lane b360315298 Merge pull request #76 from thelinuxfr/patch-1
Add set editor to git
2013-09-03 17:02:19 -07:00
Chris Lane 3e05a463b6 Merge pull request #75 from bdien/master
Add tmux cheatfile
2013-09-03 17:01:23 -07:00
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