Igor Chubin
fec7314c85
Merge pull request #72 from lucis-fluxum/python3-super
...
Superclass __init__ and parameters in python
2019-10-04 16:30:16 +02:00
Igor Chubin
4752f11b4c
Merge pull request #70 from lucis-fluxum/python3-threads
...
Basic multithreading for python
2019-10-04 16:29:57 +02:00
Igor Chubin
8e793c7755
Merge pull request #69 from lucis-fluxum/python3-classes
...
Basic python classes and methods
2019-10-04 16:29:09 +02:00
Luc Street
83e59ad722
Mention use of splat operator to unpack arguments
2019-10-02 15:58:12 -07:00
Luc Street
d03c115396
Basic multithreading for python
2019-10-02 15:50:54 -07:00
Luc Street
d1e103ad15
Superclass __init__ and parameters in python
2019-10-02 15:34:49 -07:00
Luc Street
e25ea979f5
*args, **kwargs for python
2019-10-02 15:24:05 -07:00
Luc Street
5a81bc7c1d
Basic python classes and methods
2019-10-02 15:17:02 -07:00
Luc Street
8b04830b56
Add python list comprehension sheet
2019-10-02 14:55:26 -07:00
Dayne Broderson
7f9c0b04dc
Create dcfldd
2019-09-25 10:36:52 -08:00
Anatoli Babenia
57156de1a3
Cheat sheet for PostgreSQL
2019-09-11 13:45:58 +03:00
Thomas Sullivan
a0a7ced9b4
synced cargo and _rust/Cargo
2019-08-06 08:28:53 -05:00
Igor Chubin
a21c2c2fdf
Merge pull request #61 from mwl/patch-1
...
Wildcards (`*`) should always be in single quotes
2019-08-06 13:58:36 +02:00
Igor Chubin
9be9095dea
Merge pull request #63 from sullivant/rust
...
Added page for Cargo package manager.
2019-08-06 13:57:21 +02:00
Igor Chubin
affa6bad69
Merge pull request #64 from angoca/master
...
More instructions for Db2
2019-08-06 13:56:14 +02:00
Andres Gomez Casanova
5026a1a373
Create sqlpl
2019-08-05 22:56:57 -05:00
Andres Gomez Casanova
536bea6d49
Update queries
2019-08-05 22:56:21 -05:00
Andres Gomez Casanova
0f69119a48
Update dml
2019-08-05 22:55:13 -05:00
Andres Gomez Casanova
dea825fcc4
Update ddl
2019-08-05 22:54:03 -05:00
Andres Gomez Casanova
b87e883de5
Update dcl
2019-08-05 22:51:35 -05:00
Igor Chubin
cdea744f8e
added sheets/_latex/_info.yaml
2019-08-02 15:00:21 +02:00
Thomas Sullivan
2600ab05ee
Added page for Cargo package manager.
2019-08-02 07:46:07 -05:00
Thomas Sullivan
cb468a8080
added latex
2019-08-02 07:45:00 -05:00
Martin Westergaard Lassen
474823fbd7
Wildcards (*
) should always be in single quotes
...
Otherwise bash might expand with if matches are found
2019-08-01 14:19:46 +02:00
Igor Chubin
b01259c674
Merge pull request #58 from jmcguire/patch-1
...
update aspell
2019-07-25 16:06:54 +02:00
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.
2019-07-25 06:53:08 -07:00
Justin McGuire
90ad9e4458
update aspell
...
fixing spell -> aspell
2019-07-24 14:21:56 -04:00
Igor Chubin
85e8e86feb
added nim support
2019-07-06 19:59:57 +00:00
Alexander Popov
16e40d1c0f
Add cheatsheet for kafka-consumer-groups cli
2019-06-27 14:20:54 +03:00
Igor Chubin
065d3151bb
Merge pull request #55 from AlexVPopov/kafka-topics
...
Add a cheat sheet for kafka-topic cli
2019-06-24 21:52:17 +02:00
Thomas
69edd93083
Added quick "check for equals" step
2019-06-24 12:41:48 -05:00
Alexander Popov
3f288b74e7
Add a cheat sheet for kafka-topic cli
2019-06-14 11:06:50 +03:00
Thomas
9cc0359b7c
updated git - added branch cheat
2019-05-09 13:46:10 -05:00
Igor Chubin
8e8730f431
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2019-05-01 10:22:51 +00:00
Altynbek Isabekov
d7cfd90004
find: "-exec" example for renaming files by changing extension and preserving base name.
2019-05-01 11:43:34 +02:00
Igor Chubin
f22076391e
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2019-04-16 20:38:30 +00:00
Igor Chubin
72da844ecb
Merge pull request #51 from SirFerdek/patch-1
...
ssh: add info about escape sequences
2019-04-16 22:38:07 +02:00
redroc
d37d75a41e
really remove the files
2019-04-16 21:57:17 +02:00
SirFerdek
5e78f9e43c
ssh: add info about escape sequences
...
Most useful for terminating unresponsive sessions
2019-03-22 12:44:23 +01:00
Igor Chubin
e4126d28d5
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2019-03-15 12:15:36 +00:00
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
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
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
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
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
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
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
Luc Street
cbb9f2901f
Case statement for ruby
2018-10-07 17:07:46 -07:00
Luc Street
452105cfbf
Control flow for ruby
2018-10-07 16:59:58 -07:00
Igor Chubin
a0bcc287fc
added rustup
2018-10-07 12:21:56 +00:00
Igor Chubin
00f0ebbee4
new cheath sheet: cargo
2018-10-07 12:15:27 +00:00
Igor Chubin
4cef72c6f3
extended dumpe2fs sheet
2018-10-02 08:58:23 +00:00
Igor Chubin
a34d279cb8
Merge pull request #35 from dufferzafar/patch-2
...
Create mhwd
2018-10-02 10:49:55 +02:00
Shadab Zafar
d0a05d7206
Create dumpe2fs
2018-10-01 11:58:31 +05:30
Shadab Zafar
4408f767eb
Create mhwd
2018-10-01 11:54:01 +05:30
Igor Chubin
ec30bb2c49
s/lvcreate/lvextend/
2018-09-15 13:50:54 +02:00
Maximilian Kalus
a00a1922b1
Added lvextend sheet.
2018-09-07 14:16:13 +02:00
Guillermo Gabarrín
54095dab99
Fix nmap parameter for scanning specific port
2018-09-04 19:22:35 -03:00
Igor Chubin
d17a0477a8
new commands: dracut, skipcpio
2018-08-31 14:00:02 +00:00
Igor Chubin
a14b5f5665
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2018-08-28 17:14:35 +00:00
Igor Chubin
e0edd42dd5
Merge pull request #32 from WebDragon/patch-2
...
New sheet: ccze for colorizing logs
2018-08-28 19:13:00 +02:00
Scott R. Godin
216c9ea80d
New sheet: ccze for colorizing logs
...
added first cheat for ccze using named pipes to colorize multiple files at once while tailing them in the shell
2018-08-28 12:50:32 -04:00
Scott R. Godin
c0a9f940b2
Update bash
2018-08-28 12:48:22 -04:00
Scott R. Godin
04e39026e9
Adding additional usefuls
...
additional redirection tricks
convert spaces to underscores
named pipes for colorizing tail of multiple files
2018-08-28 10:28:57 -04:00
Igor Chubin
6c234eb88c
fixed alignment in _rust/Types
2018-08-20 08:06:43 +00:00
Igor Chubin
4ca9d684c5
removed extra lines
2018-08-20 11:05:00 +03:00
Luc Street
2e7ca2de6c
rust/Types: Static method example and turbofish
...
- Note behavior of inferring/setting generic types
2018-08-19 22:46:45 -07:00
Luc Street
b8600d8082
rust/Types: Add reminder for different forms of 'self' parameter
2018-08-19 22:33:02 -07:00
Igor Chubin
25f882d1db
added sheets/yay
2018-08-18 09:39:22 +00:00
Shadab Zafar
c887a68f54
Create libreoffice
2018-08-15 14:27:19 +05:30
Michael
64d45729c9
Add reflog, add moving most recent commit
...
Reflog is a great way to quickly find a place you want to go back in time to. Also, sometimes you accidentally committed something to one branch and you want to move it to another branch, but in your panic forget how to move it over. These two concepts can be very useful when combined, and it nice to have a cht.sh reminder of how to accomplish the task.
2018-08-03 15:22:29 -04:00
Igor Chubin
ce96789040
rewritten swift/types
2018-08-02 20:22:19 +00:00
Igor Chubin
f9eb3eaa3b
minifix
2018-08-02 20:03:42 +00:00
Igor Chubin
331d24fa46
swift/types: text as comments
2018-08-02 20:01:07 +00:00
Igor Chubin
fe5e714d3e
Merge pull request #27 from lf-araujo/master
...
swift types
2018-08-02 21:45:59 +02:00
luis
7f7bbc564e
swift types
2018-07-29 16:30:30 -03:00
Marek Madejski
b1abf6b7f3
'for else' fix
...
small logic and syntax fix
2018-07-27 22:07:45 +02:00
Igor Chubin
d2e0916c04
initial wolfram cheat sheets
2018-07-27 19:34:49 +00:00
Igor Chubin
e4289b35ed
removed empty lines from paragraphs
2018-07-27 17:55:28 +00:00
Igor Chubin
a7d55c049f
Merge pull request #8 from neilhwatson/master
...
Intial attempt at a Perl entry on subroutines
2018-07-27 19:53:41 +02:00
Igor Chubin
80f7d2f460
Merge pull request #13 from KindDragon/patch-1
...
[git] Added command for reset and checkout branch
2018-07-27 19:50:53 +02:00
Igor Chubin
569403fe8e
Merge pull request #14 from TrangOul/patch-1
...
default params, named params, args, kwargs
2018-07-27 19:48:10 +02:00
Igor Chubin
14d3a967f6
Merge pull request #15 from TrangOul/patch-2
...
for and while loops
2018-07-27 19:46:44 +02:00
Igor Chubin
824e70d5a3
Merge pull request #16 from Fruitseller/patch-1
...
Fix typo in js/hello
2018-07-27 19:45:17 +02:00
Igor Chubin
450d94fc96
Merge pull request #19 from HairyFotr/master
...
Fix typos
2018-07-27 19:38:24 +02:00
Asternitix
b77e828f8a
Update weirdness
2018-07-23 23:17:07 -07:00
Guillaume Claret
93bdb9fe97
Remove reference to Perl5
2018-07-21 22:24:55 +02:00
Igor Chubin
e5693c9b7f
renamed: sheets/Solidity/ => sheets/_solidity/
2018-07-21 10:36:44 +00:00
Igor Chubin
18ecee12db
Merge pull request #20 from WizardOfAus/patch-1
...
Create _info.yaml
2018-07-21 12:36:01 +02:00
Igor Chubin
ef6c5a65ee
renamed: sheets/Solidity => sheets/solidity
2018-07-21 10:35:40 +00:00
Igor Chubin
a1ecaf0ffd
Merge pull request #21 from WizardOfAus/patch-2
...
Create Solidity
2018-07-21 12:33:59 +02:00
Igor Chubin
ed7d8f9b9a
Merge pull request #22 from alphardex/master
...
add Python 1line
2018-07-21 12:15:22 +02:00
Joe Paravisini
05caee0220
Added spoken voice list to Say sheet
2018-07-20 11:19:28 -04:00
Nameless God
449697e030
add Python 1line
2018-07-20 10:57:23 +08:00
WizardOfAus
c380df46c4
Create Solidity
...
Add skeleton for proposed language to be added
2018-07-18 16:46:54 +01:00
WizardOfAus
e251ada263
Create _info.yaml
...
Adding skeleton for all currently available languages
2018-07-18 16:41:46 +01:00
HairyFotr
df2101d2fb
Fix typos
2018-07-17 11:42:16 +02:00
Chris Poole
3dd8b5c4e9
Scala - Added ManipulatingCollections sheet and minor tidy for DataStructures
2018-07-16 15:06:13 +01:00
Igor Chubin
09340dbbca
added git-add
2018-07-14 20:41:18 +00:00
Chris Poole
d5e06fc20f
Added to Scala Functions, ControlStructures, PatternMatching, Variables and add a new Options sheet
2018-07-13 16:12:26 +01:00
Piotr Bronkalla
b3edb3dd38
Fix typo
2018-07-12 16:43:40 +02:00
Marek Madejski
006df4fcf0
for and while loops
2018-07-12 15:27:52 +02:00
Marek Madejski
4c3adf6405
default params, named params, args, kwargs
2018-07-12 14:57:23 +02:00
Arkady Shapkin
aa5d53f243
[git] Added command for reset and checkout branch
2018-07-12 10:20:45 +03:00
minomi
6bf55a986a
add python install way
2018-07-12 09:20:11 +09:00
Igor Chubin
4b5cf64143
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2018-07-11 21:00:51 +00:00
Alibek Datbayev
7d4a3aa475
Fixed language name (Python -> Rust) in /rust/
...
Probably a copy-past error.
2018-07-11 21:58:31 +02:00
Salvador Ribolzi
b1f4b6b7e7
Typos.
2018-07-11 11:34:26 +02:00
Igor Chubin
2b3a1db204
updated az
2018-06-25 10:58:23 +00:00
Igor Chubin
c9c3111645
added sheets/dhcpdump
2018-05-24 19:43:44 +00:00
Igor Chubin
e37f8137e9
added nmap
2018-05-24 18:32:07 +00:00
Mike Perez
96f2cd5cfd
Update curl cheat sheet with redirect
...
Adding command example of downloading a file and following 301 redirects.
2018-05-20 10:36:45 -07:00
Igor Chubin
12709b2f6b
added skeleton for all currently available languages
2018-05-19 20:41:12 +00:00
Igor Chubin
8b5dcc1c11
added _redis/
2018-05-19 20:40:36 +00:00
Igor Chubin
04e9b96186
renamed c++ into cpp
2018-05-19 20:40:19 +00:00
Igor Chubin
04a707bdcd
renamed _c++ into _cpp
2018-05-19 20:40:04 +00:00
Igor Chubin
b50a079657
mongo: added drop()
2018-03-31 12:04:10 +00:00
Igor Chubin
927a32dc1f
added open-port to az
2018-02-15 12:27:06 +00:00
Igor Chubin
355bb4f903
added az vm list example
2018-02-11 18:05:31 +00:00
Igor Chubin
105e2fdeba
added ranlib
2018-02-05 22:19:35 +00:00
Igor Chubin
5344362d8b
added objdump
2018-02-05 22:11:54 +00:00
Igor Chubin
a89b6b27e8
added nm
2018-02-05 21:36:04 +00:00
Igor Chubin
a05d7a596e
added ibus-daemon in xkb
2018-01-28 11:20:44 +00:00
Igor Chubin
1b410651f7
added xkb compose advanced support
2018-01-28 11:07:22 +00:00
Igor Chubin
7a0017a08b
fixed comment signs in _psql/*
2018-01-17 16:13:38 +00:00
Igor Chubin
0567975504
added _perl6 (initial)
2018-01-17 16:12:50 +00:00
Igor Chubin
39d95f9f8d
perl6 initial cheat sheet
2018-01-17 16:10:56 +00:00
Igor Chubin
34643b849c
p6doc cheat sheet
2018-01-17 16:10:33 +00:00
Igor Chubin
bb585782f8
psql cheat sheet
2018-01-17 16:10:16 +00:00
Igor Chubin
ef63ab7a8f
added find
2018-01-12 10:20:53 +00:00
Igor Chubin
c78472fc0a
added MegaCli
2018-01-12 10:17:57 +00:00
Igor Chubin
7fd17116ae
added rclone
2018-01-12 10:13:32 +00:00
Igor Chubin
b11cc92cd9
added awk
2018-01-12 10:08:02 +00:00
Igor Chubin
38140fcc13
added redis cheat sheets (automatically generated)
2018-01-07 11:42:49 +00:00
Igor Chubin
c0d6f0a8b5
added PostgreSQL chet sheets
2018-01-07 11:42:08 +00:00
Igor Chubin
39db552a7e
added sheets/blktrace
2018-01-06 18:14:33 +00:00
Igor Chubin
4fd805f234
mongo new commands
2018-01-06 17:21:29 +00:00
Igor Chubin
de9cd1b440
added mongo and _mongo
2018-01-06 17:19:18 +00:00
Igor Chubin
7c499158b8
moved dd
2018-01-06 17:18:57 +00:00
Igor Chubin
be643c9ab9
added resize2fs
2017-12-28 16:15:42 +00:00
Igor Chubin
c18544204c
lvcreate: how to clone
2017-12-26 21:45:09 +00:00
Neil H watson
2243178be4
Intial attempt at a Perl entry on subroutines
2017-12-03 11:06:03 -05:00
Igor Chubin
fbe957f77d
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2017-12-03 13:05:35 +00:00
Igor Chubin
7f07bf05ca
redirection order + notes about command -v
2017-12-03 14:02:43 +01:00
Igor Chubin
c871551ac1
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2017-12-03 12:58:38 +00:00
Neil H watson
cdfe819088
Bash additions
2017-12-02 20:53:55 -05:00
Igor Chubin
6d4d860279
added scsi_logging_level
2017-07-27 09:35:01 +00:00
Igor Chubin
c27065011f
joined related parts with #
2017-07-19 05:34:01 +00:00
Igor Chubin
e0a494a321
_python/recursion
2017-07-19 05:29:43 +00:00
Igor Chubin
4cfbf51349
added _theory/recursion
2017-07-19 05:29:03 +00:00
lepatrick714
94ff968814
Added general recursion and python recursion
2017-07-18 21:25:08 -07:00
lepatrick714
b44697ec5c
Added python lambda
2017-07-18 21:09:49 -07:00
lepatrick714
59a70b33bf
Added some python features
2017-07-17 21:49:56 -07:00
lepatrick714
79b845a668
Added more c++ fun
2017-07-17 21:35:42 -07:00
lepatrick714
0723e91d05
Started addition of C++ cheat
2017-07-17 17:58:18 -07:00
Igor Chubin
2e7f6cefff
added smartctl
2017-07-17 21:19:15 +00:00
Igor Chubin
92b26a0e10
added bash-snippets
2017-07-17 21:19:02 +00:00
Igor Chubin
eb9a8a46cf
updated Bash-Snippets cheat sheets
2017-07-17 21:13:45 +00:00
Igor Chubin
b6047c4075
renamed Bash-Snippets + fixed Bash-Snippets
2017-07-17 20:47:46 +00:00
Alex Epstein
df1bf4d234
Adding description to each tool and created parent bash-snippets sheet
2017-07-17 14:10:54 -04:00
Alex Epstein
74add8a095
Adding bash-snippets tools
...
Didnt add cheat as i thought that was a little recursive
2017-07-16 20:11:57 -04:00
Igor Chubin
9ff7ea4d0c
fixes in sgdisk
2017-07-09 14:13:20 +00:00
Igor Chubin
be1a006a09
added lshw and udevadm
2017-07-09 14:13:09 +00:00
Igor Chubin
e8171ba1ca
jq cheat sheet fixed
2017-07-02 11:18:57 +00:00
Igor Chubin
826abea1b5
added jq
2017-07-02 11:09:28 +00:00
Igor Chubin
29b189900b
added ocaml and opam
2017-06-30 19:18:04 +00:00
Igor Chubin
1b7956f8b7
function
2017-06-19 13:46:10 +00:00
Igor Chubin
2622e117db
added erlang related pages
2017-06-15 18:58:23 +00:00
Igor Chubin
2a2e850311
added julia
2017-06-15 18:23:05 +00:00
Igor Chubin
899027b76c
added elm
2017-06-15 18:13:18 +00:00
Igor Chubin
cd71d1e76c
added htop
2017-06-14 13:15:37 +00:00
Igor Chubin
2ad293df0d
added exec
2017-06-14 08:56:21 +00:00
Igor Chubin
c8996cda79
added ocaml and _ocaml
2017-06-14 08:43:28 +00:00
Igor Chubin
475e68295a
added swipl
2017-06-14 08:43:04 +00:00
Igor Chubin
987b18d4e3
added _kotlin
2017-06-11 17:03:34 +00:00
Igor Chubin
01aab64d71
added js and js/hello
2017-06-11 17:00:41 +00:00
Igor Chubin
b87ad5012a
javascript oneliners
2017-06-11 16:22:02 +00:00
Igor Chubin
e6590556bc
jshint and jslint
2017-06-11 16:20:50 +00:00
Igor Chubin
aebb6e6cdb
added _js/weirdness
2017-06-11 14:00:29 +00:00
Igor Chubin
265d393772
xsel
2017-06-10 20:23:09 +00:00
Igor Chubin
0d5a776260
ipython
2017-06-10 20:20:00 +00:00
Igor Chubin
ffff753b43
perlcol
2017-06-07 13:23:13 +00:00
Igor Chubin
031442e1d9
added perl one-liners
2017-06-07 12:55:33 +00:00
Igor Chubin
2727c7d4b5
added gifify
2017-06-07 12:54:10 +00:00
Igor Chubin
598cf08489
pup
2017-06-07 09:54:00 +00:00
Igor Chubin
61530f32d9
identify
2017-06-05 16:47:03 +00:00
Igor Chubin
1e5b5388e3
added sheets/xsltproc
2017-06-04 21:25:09 +00:00
Igor Chubin
41a78d99a3
xctool
2017-06-04 21:17:50 +00:00
Igor Chubin
790a0baafa
xcodebuild
2017-06-04 21:16:12 +00:00
Igor Chubin
b9242f4a16
system_profiler
2017-06-04 21:14:10 +00:00
Igor Chubin
6c646f1087
system_profiler
2017-06-04 21:13:20 +00:00
Igor Chubin
32763947f4
qlmanage
2017-06-04 21:09:42 +00:00
Igor Chubin
f1971eda08
xattr
2017-06-04 20:47:44 +00:00
Igor Chubin
f07d6cae99
airport
2017-06-04 20:47:33 +00:00
Igor Chubin
06cd167c5d
drutil
2017-06-04 20:47:13 +00:00
Igor Chubin
25a2b19a66
ditto
2017-06-04 20:47:08 +00:00
Igor Chubin
132ec4d9ac
pmset
2017-06-04 20:47:01 +00:00
Igor Chubin
1cefbd4f88
caffeinate
2017-06-04 20:46:53 +00:00
Igor Chubin
9b58446f59
diskutil
2017-06-04 20:46:48 +00:00
Igor Chubin
269bcf2b12
carthage
2017-06-04 20:46:37 +00:00
Igor Chubin
e53c70522a
look
2017-06-04 20:46:21 +00:00
Igor Chubin
9a85fffe78
python
2017-06-04 20:46:06 +00:00
Igor Chubin
9c50498d2f
svgo
2017-06-04 20:45:52 +00:00
Igor Chubin
cd96f453e2
devfsadm
2017-06-04 20:41:10 +00:00
Igor Chubin
d797eba5f0
added xset
2017-06-04 20:35:34 +00:00
Igor Chubin
803f27fe5a
prctl
2017-06-04 20:30:06 +00:00
Igor Chubin
14574a15f1
fixed ioreg
2017-06-04 20:10:26 +00:00
Igor Chubin
4954e59346
say
2017-06-04 19:36:53 +00:00
Igor Chubin
2180f6ed04
added pod
2017-06-04 19:10:03 +00:00
Igor Chubin
e70734eab6
changed wacaw
2017-06-04 14:40:09 +00:00
Igor Chubin
3cd3be4b45
added eject
2017-06-04 14:35:24 +00:00
Igor Chubin
03e2ec593c
added svcs
2017-06-04 14:30:24 +00:00
Igor Chubin
6d6dff1c4d
added svccfg
2017-06-04 14:28:49 +00:00
Igor Chubin
5a0fa8841f
added svcadm
2017-06-04 14:25:11 +00:00
Igor Chubin
ecbdf861b2
added xctool
2017-06-04 14:22:39 +00:00
Igor Chubin
aea23e6335
added imgcat
2017-06-04 14:19:16 +00:00
Igor Chubin
d61a50a25f
added pbpaste
2017-06-04 14:17:36 +00:00
Igor Chubin
6d71375200
added pbcopy
2017-06-04 14:17:01 +00:00
Igor Chubin
fe1f87b8a4
added dscacheutil
2017-06-04 14:14:23 +00:00
Igor Chubin
fa43c98d37
added sw_vers
2017-06-04 14:07:13 +00:00
Igor Chubin
e81fcb7a94
added xed
2017-06-04 14:04:43 +00:00
Igor Chubin
0fbdbed607
added launchctl
2017-06-04 14:03:11 +00:00
Igor Chubin
eabf88252e
added systemd-sysvinit
2017-06-04 13:31:12 +00:00
Igor Chubin
a206371a12
added luarocks
2017-06-04 12:57:42 +00:00
Igor Chubin
5d7d17a494
added apk and setup-apkcache
2017-06-04 11:30:07 +00:00
Igor Chubin
4c468850cf
added irb, ruby and _ruby
2017-06-04 11:23:28 +00:00
Igor Chubin
9b0ac81292
ncmpcpp usage
2017-06-04 10:43:36 +00:00
Jenya Sovetkin
0281f3fda0
ncmpcpp cheat sheet
...
mostly taken from https://pkgbuild.com/~jelle/ncmpcpp/
2017-06-04 11:32:22 +02:00
Igor Chubin
1a18798a5b
new cheat sheet: nvidia-smi
2017-06-03 21:44:26 +00:00
Igor Chubin
0e249af08d
new cheat sheet: gpustat
2017-06-03 21:44:07 +00:00
Igor Chubin
09fc227bc4
new cheat sheet: bash
2017-06-03 21:43:46 +00:00
Igor Chubin
afdb914575
new cheat sheet: perl
2017-06-03 21:43:36 +00:00
Igor Chubin
fc28125028
new cheat sheet: ri
2017-06-03 21:43:21 +00:00
Igor Chubin
17152ff6db
added lua and _lua
2017-06-02 12:29:36 +00:00
Igor Chubin
78dbbd56c7
Merge branch 'master' of https://github.com/chubin/cheat.sheets
2017-06-02 12:28:33 +00:00
Igor Chubin
0d1f6b1153
superuser ALL=(ALL) NOPASSWD:ALL
2017-05-31 09:48:36 +02:00
Igor Chubin
06ed8a1bd2
added _python/doc: how to get functions doc
2017-05-30 09:52:48 +00:00
Igor Chubin
8477c2f59e
added rust
2017-05-28 21:38:13 +00:00
Igor Chubin
ea08fe5430
go/hello: cleanup
2017-05-28 21:33:30 +00:00
Igor Chubin
5b98893ac6
added installation info to hello
2017-05-28 21:32:04 +00:00
Igor Chubin
bc644157e4
added _python
2017-05-28 21:22:42 +00:00
Igor Chubin
5ae952ebdd
added _php
2017-05-28 21:22:22 +00:00
Igor Chubin
2e451750e9
added python
2017-05-28 21:20:48 +00:00
Igor Chubin
31a6f6cdcc
added php
2017-05-28 21:20:20 +00:00
Igor Chubin
1b944981ee
added reboot
2017-05-28 21:20:03 +00:00
Igor Chubin
579291201d
removed -X POST
2017-05-28 21:19:44 +00:00
Igor Chubin
65ecb85bec
moved scala/ to _scala/
2017-05-28 21:19:10 +00:00
Igor Chubin
7666db24f6
moved rust/ to _rust/
2017-05-28 21:19:00 +00:00
Igor Chubin
ee44275862
moved go/ to _go/
2017-05-28 21:17:32 +00:00
Igor Chubin
c6b0b5c065
added go page
2017-05-28 21:17:07 +00:00
Igor Chubin
89a1d33993
moved scala => _scala
2017-05-28 21:10:53 +00:00
Igor Chubin
bdd633799c
moved rust => _rust
2017-05-28 21:10:41 +00:00
Igor Chubin
4c0978b601
added sysrq-trigger
2017-05-26 07:42:57 +00:00
Igor Chubin
2b6cab215d
ss: listing/listening
2017-05-26 06:17:36 +00:00
Igor Chubin
6356006b53
added ss
2017-05-26 06:14:21 +00:00
Igor Chubin
9214ff1e83
xargs -0: (thanks to quizac@wykop)
2017-05-25 16:48:40 +00:00
Igor Chubin
6af7057594
fixed xargs errors + added own examples
2017-05-25 10:22:44 +00:00
Igor Chubin
02accd2ac3
added emacs
2017-05-24 21:17:03 +00:00
Igor Chubin
80d7125af7
added stat
2017-05-24 13:25:31 +00:00
Igor Chubin
48ad8cb86d
how to downlad a file from a blob store using curl/wget
2017-05-22 14:46:35 +02:00
Igor Chubin
eec70896b9
new cheat sheet: hd
2017-05-21 21:45:36 +02:00
Igor Chubin
a24a045d97
new cheat sheet: df
2017-05-21 21:41:55 +02:00
Igor Chubin
653f43d180
new cheatsheet: tee
2017-05-21 21:34:45 +02:00
Igor Chubin
7a3ab77de7
new cheatsheet: convert
2017-05-21 21:26:32 +02:00
Igor Chubin
5ffe158e77
new cheat.sheet: soxi
2017-05-20 19:07:08 +02:00
Igor Chubin
3efbe410be
new cheat.sheet: lame
2017-05-20 19:06:57 +02:00
Igor Chubin
0a3ecbdf7b
new cheat.sheet: az
2017-05-20 19:06:46 +02:00
Igor Chubin
612f99aaa4
git: list files changed in commit
2017-05-16 16:08:48 +02:00
Igor Chubin
44cb4b45d9
azure vm create
2017-05-16 14:49:07 +02:00
Igor Chubin
60997347b8
azure: storage related commands
2017-05-16 14:11:59 +02:00
Igor Chubin
a215acdcbf
azure: storage related commands
2017-05-16 14:05:30 +02:00
Igor Chubin
b9481c41cc
added 10 new cheat sheets: finger git hdparm hexdump jot lynx rs sox sudo xev
2017-05-14 20:21:24 +00:00
Igor Chubin
52cb3e8baf
added initial cheat sheets
2017-05-08 20:27:00 +00:00