Keybase proof
I hereby claim:
- I am karakays on github.
- I am karakays (https://keybase.io/karakays) on keybase.
- I have a public key whose fingerprint is E173 7ECB 4384 D56A 694B E02F 0B7D 8235 0CE9 E2A6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(C-x means ctrl+x, M-x means alt+x)
tmux-server manages
$ git status
Changes to be committed:
deleted: file
Unstage file
$ git reset -- file
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
openssl req -x509 -sha256 -nodes -days 365 \
-newkey rsa:2048 -keyout privateKey.key \
-out certificate.crt
hg add a b
hg commit a -m "added a" # commit specific file
hg push
hg revert file # revert file
hg revert --all
ls
ls -L winhome/
tr
tr [char1] [char2]
MOD Ctrl-w
" move current window to far right
L
" move current window to far left
H
" move current window to very bottom
J
master key and subkeys
key id vs key fingerprint why key is identified by last 8 digits of its finger print (and not first for instance?)
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
https://maven.apache.org/guides/mini/guide-configuring-plugins.html#
A lifecycle consists of different phases, e.g. compile
, test
, integration-test
, deploy
etc. Each phase is executed via several plug-ins. A plug-in may have many goals of which each is bound to a default (or custom) phase.
Different goals of the same plug-in can be bound to different phases, e.g.
<execution>
flatten