2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
Commit Graph

714 Commits

Author SHA1 Message Date
Mariusz Błaszczak
e388d3bfb5
awk: how to display only first column of text with
It might be useful e.g. when removing docker containers:
docker ps -a | grep openeir | awk '{print $1 }' | xargs docker rm
2019-03-15 11:03:07 +01:00
Igor Chubin
359f951b32 Merge branch 'master' of https://github.com/chubin/cheat.sheets 2019-03-07 07:34:45 +00:00
Igor Chubin
63e3b49623
added description 2019-03-07 08:34:31 +01:00
Igor Chubin
be51c59f43
Merge pull request #49 from kingparra/master
add cheat sheet for dar
2019-03-07 08:32:38 +01:00
Chris King-Parra
3db27724bb
add cheat sheet for dar
A simple cheat sheet consisting of the bare
minimum needed to use dar. Dars HOWTO
has many examples of complex usage, but
none on the most basic use cases.
2019-03-07 07:20:33 +00:00
Igor Chubin
ec5a60f309 solidity: added external links 2019-02-07 17:10:49 +00:00
Igor Chubin
2064de1acc new cheat sheet: xfs_repair 2019-02-07 17:10:19 +00:00
Igor Chubin
2defb200ac added rosetta name to language info 2019-02-07 17:09:48 +00:00
Igor Chubin
28c83cc34a added _octave/ 2019-02-07 17:09:08 +00:00
Igor Chubin
731fd8d277 slsc: minor fixes 2019-02-05 17:49:33 +00:00
Igor Chubin
ae1ed4c8c2 new cheat sheet: slsc (fixes #124) 2019-02-05 17:46:36 +00:00
Igor Chubin
732e4a54e0 Merge branch 'master' of https://github.com/chubin/cheat.sheets 2019-01-09 16:52:03 +00:00
Igor Chubin
eee7ee3edc new files: bonnie, ssh 2019-01-09 16:51:57 +00:00
Igor Chubin
c5d06f620d
Merge pull request #46 from angoca/master
New Cheat Sheet for Db2
2019-01-09 19:49:51 +03:00
Igor Chubin
feb72b81db
Merge pull request #47 from dschu-lab/patch-1
Added example for resolveall script
2019-01-09 19:49:08 +03:00
Julian Müller
e1e26c56a6
Added example for resolveall script
This is useful when the DNS server responds with multiple A records for a given domain.
2019-01-09 16:47:25 +01:00
Andres Gomez Casanova
805c0634dc
Create queries 2019-01-07 11:57:43 -05:00
Andres Gomez Casanova
50b9d2b3ef
Create tcl 2019-01-07 11:57:07 -05:00
Andres Gomez Casanova
3bc9ec0faa
Create dml 2019-01-07 11:56:47 -05:00
Andres Gomez Casanova
18391f9690
Create dcl 2019-01-07 11:56:13 -05:00
Andres Gomez Casanova
93df127601
Create ddl 2019-01-07 11:55:51 -05:00
Andres Gomez Casanova
7d87e4c454
Create listing-and-describing 2019-01-07 11:55:03 -05:00
Andres Gomez Casanova
94231322c0
Create general 2019-01-07 11:54:35 -05:00
Andres Gomez Casanova
3ae6b6729d
Create _info.yaml 2019-01-07 11:51:23 -05:00
Andres Gomez Casanova
c27ecb516e
Create cli 2019-01-07 11:51:03 -05:00
Igor Chubin
683e589ddb Merge branch 'master' of https://github.com/chubin/cheat.sheets 2018-12-07 10:52:14 +00:00
Igor Chubin
448dedcfdd
Merge pull request #45 from dayne/rhash
adding initial rhash cheatsheet
2018-12-07 11:51:18 +01:00
Dayne Broderson
ac52913c57 adding initial rhash cheatsheet 2018-12-06 14:30:12 -09:00
Igor Chubin
4c198dad60 new command: fio 2018-12-06 09:34:24 +00:00
Igor Chubin
7b5c63a108
Merge pull request #43 from flipphillips/patch-1
python -> wolfram language
2018-10-23 08:10:36 +02:00
Igor Chubin
297c27293d
Merge pull request #44 from flipphillips/master
added levelspec for wolfram language
2018-10-23 08:10:13 +02:00
flip phillips
b9db3c7dde added levelspec for wolfram language 2018-10-21 15:45:27 -04:00
Flip Phillips
b4d38d89c2
python -> wolfram language 2018-10-20 21:23:22 -04:00
Igor Chubin
d2650d904b
Merge pull request #42 from dayne/patch-1
Create tmate cheatsheet
2018-10-12 13:15:44 +02:00
Dayne Broderson
9124fbafd4
Create tmate cheatsheet
Provide all the core usage examples from tmate.io
2018-10-11 13:52:57 -08:00
Igor Chubin
242a70a60c added shellcheck 2018-10-10 10:47:29 +00:00
Igor Chubin
54ba5234a4 Merge branch 'master' of https://github.com/chubin/cheat.sheets 2018-10-08 10:17:39 +00:00
Igor Chubin
3e4d039458
Merge pull request #37 from lucis-fluxum/patch-2
Control flow for ruby
2018-10-08 12:16:12 +02:00
Igor Chubin
b8e8f97ffb
removed empty lines 2018-10-08 12:15:57 +02:00
Igor Chubin
ed3a100d0f
Merge pull request #38 from lucis-fluxum/patch-3
Case statement for ruby
2018-10-08 12:14:54 +02:00
Igor Chubin
2d4c430e4f
Merge pull request #39 from lucis-fluxum/patch-4
Basic threading for rust
2018-10-08 12:14:43 +02:00
Igor Chubin
27899c6f94
removed not needed line separators 2018-10-08 12:14:18 +02:00
Igor Chubin
0043ea8acd
Update threads 2018-10-08 12:12:32 +02:00
Igor Chubin
217d5b54d0
Merge pull request #40 from lucis-fluxum/patch-5
Add forkbomb for bash :)
2018-10-08 12:11:28 +02:00
Igor Chubin
a06d9bfd9b
Update forkbomb 2018-10-08 12:10:06 +02:00
Igor Chubin
77e109bb50
Merge pull request #41 from lucis-fluxum/patch-6
Using/plotting series in Mathematica
2018-10-08 12:09:31 +02:00
Igor Chubin
e951a12fd3
Update series 2018-10-08 12:07:23 +02:00
Luc Street
97d960b5c3 Using/plotting series in Mathematica 2018-10-07 18:20:19 -07:00
Luc Street
a9a4cc6c79 Add forkbomb for bash :) 2018-10-07 18:05:50 -07:00
Luc Street
e6e08d59bb Basic threading for rust 2018-10-07 17:59:20 -07:00