Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin.
Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin.
FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.
| /* Gist Embed - Dark Theme Styling - Thanks to MattD */ | |
| /* Body */ | |
| .gist-data tbody { background-color: Black; } | |
| /* Line Numbers */ | |
| .gist-data tbody td:nth-of-type(1) { | |
| color: #2B91AF !important; | |
| } |
Install on OS X: sudo gem install sass
Version info: sass -v
| #!/bin/bash | |
| # set values for certificate DNs | |
| # note: CN is set to different values in the sections below | |
| ORG="000_Test_Certificates" | |
| # set values that the commands will share | |
| VALID_DAYS=360 | |
| CA_KEY=ca.key | |
| CA_CERT=ca.crt |