347 Commits (affa6bad698b7126b2c428099166c5459d6da6bc)
 

Author SHA1 Message Date
Igor Chubin affa6bad69
Merge pull request #64 from angoca/master
More instructions for Db2
5 years ago
Andres Gomez Casanova 5026a1a373
Create sqlpl 5 years ago
Andres Gomez Casanova 536bea6d49
Update queries 5 years ago
Andres Gomez Casanova 0f69119a48
Update dml 5 years ago
Andres Gomez Casanova dea825fcc4
Update ddl 5 years ago
Andres Gomez Casanova b87e883de5
Update dcl 5 years ago
Igor Chubin cdea744f8e added sheets/_latex/_info.yaml 5 years ago
Igor Chubin 60833be60a
Merge pull request #62 from sullivant/latex
added latex and basic information.
5 years ago
Thomas Sullivan cb468a8080 added latex 5 years ago
Igor Chubin b01259c674
Merge pull request #58 from jmcguire/patch-1
update aspell
5 years ago
Igor Chubin e5bfb48005
Merge pull request #59 from htv2012/patch-1
Fix Merge two dicts
5 years ago
Hai Vu 30c09038ce
Fix Merge two dicts
The square brackets are wrong and will generates a `SyntaxError`, the correct way is to use curly brackets. I have tested this before making the update.
5 years ago
Justin McGuire 90ad9e4458
update aspell
fixing spell -> aspell
5 years ago
Igor Chubin 85e8e86feb added nim support 5 years ago
Igor Chubin 156a175c62
Merge pull request #57 from AlexVPopov/kafka-consumer-groups
Add cheatsheet for kafka-consumer-groups cli
5 years ago
Alexander Popov 16e40d1c0f Add cheatsheet for kafka-consumer-groups cli 5 years ago
Igor Chubin 065d3151bb
Merge pull request #55 from AlexVPopov/kafka-topics
Add a cheat sheet for kafka-topic cli
5 years ago
Igor Chubin 34f84a6022
Merge pull request #56 from sullivant/patch-1
Added quick "check for equals" step
5 years ago
Thomas 69edd93083
Added quick "check for equals" step 5 years ago
Alexander Popov 3f288b74e7 Add a cheat sheet for kafka-topic cli 5 years ago
Igor Chubin 60e2e4647d
Merge pull request #54 from sullivant/master
updated git - added branch cheat
5 years ago
Thomas b0bef8bef5
Merge pull request #1 from sullivant/sullivant-patch-git-branch
updated git - added branch cheat
5 years ago
Thomas 9cc0359b7c
updated git - added branch cheat 5 years ago
Igor Chubin 8e8730f431 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 9d0d133a5c
Merge pull request #53 from isabekov/master
find: "-exec" example for renaming files by changing extension and preserving base name.
6 years ago
Altynbek Isabekov d7cfd90004 find: "-exec" example for renaming files by changing extension and preserving base name. 6 years ago
Igor Chubin f22076391e Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 72da844ecb
Merge pull request #51 from SirFerdek/patch-1
ssh: add info about escape sequences
6 years ago
Igor Chubin b3ffdb2c76
Merge pull request #52 from redroc/master
really remove the files
6 years ago
redroc d37d75a41e
really remove the files 6 years ago
SirFerdek 5e78f9e43c
ssh: add info about escape sequences
Most useful for terminating unresponsive sessions
6 years ago
Igor Chubin e4126d28d5 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 33c4382f63
Merge pull request #50 from blaszczakphoto/patch-1
awk: how to display only first column of text with
6 years ago
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
6 years ago
Igor Chubin 359f951b32 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin 63e3b49623
added description 6 years ago
Igor Chubin be51c59f43
Merge pull request #49 from kingparra/master
add cheat sheet for dar
6 years ago
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.
6 years ago
Igor Chubin ec5a60f309 solidity: added external links 6 years ago
Igor Chubin 2064de1acc new cheat sheet: xfs_repair 6 years ago
Igor Chubin 2defb200ac added rosetta name to language info 6 years ago
Igor Chubin 28c83cc34a added _octave/ 6 years ago
Igor Chubin 731fd8d277 slsc: minor fixes 6 years ago
Igor Chubin ae1ed4c8c2 new cheat sheet: slsc (fixes #124) 6 years ago
Igor Chubin 732e4a54e0 Merge branch 'master' of https://github.com/chubin/cheat.sheets 6 years ago
Igor Chubin eee7ee3edc new files: bonnie, ssh 6 years ago
Igor Chubin c5d06f620d
Merge pull request #46 from angoca/master
New Cheat Sheet for Db2
6 years ago
Igor Chubin feb72b81db
Merge pull request #47 from dschu-lab/patch-1
Added example for resolveall script
6 years ago
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.
6 years ago
Andres Gomez Casanova 805c0634dc
Create queries 6 years ago