wget -c "https://gist.github.com/e-cloud/34acbefe0597a02f9a081a01eff6dd24/raw/3bad7148f60ab70659b0be14ef07b0bd4d019f62/install-mysql8-on-wsl.sh" install-mysql8-on-wsl.sh
chmod 740 install-mysql8-on-wsl.sh
./install-mysql8-on-wsl.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rules": { | |
"order/properties-order": [ | |
[ | |
{ | |
"description": "typography group", | |
"emptyLineBefore": "never", | |
"properties": [ | |
"font", | |
"font-family", |
create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"