Skip to content

Instantly share code, notes, and snippets.

View e-cloud's full-sized avatar

Scott e-cloud

  • China
View GitHub Profile
@e-cloud
e-cloud / multiple_ssh_setting.md
Created April 27, 2018 02:07 — forked from scott-ho/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Set-Up Git

$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
@e-cloud
e-cloud / readme.md
Last active May 14, 2019 08:15
one file install script for webpage test

webpagetest install script

curl -sL https://gist.githubusercontent.com/e-cloud/05da090856839442c5330852f73e7989/raw/webpagetest-install.sh | sudo bash -

After Installation, access http://localhost in browser.

@e-cloud
e-cloud / csscomb.json
Created August 24, 2020 02:16
stylelint extra config file for stylelint-order
{
"rules": {
"order/properties-order": [
[
{
"description": "typography group",
"emptyLineBefore": "never",
"properties": [
"font",
"font-family",
@e-cloud
e-cloud / README.md
Last active April 11, 2023 14:24
Install mysql 8.0 on wsl
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