Keybase proof
I hereby claim:
- I am dev-techmoe on github.
- I am techmoe (https://keybase.io/techmoe) on keybase.
- I have a public key whose fingerprint is C3D2 E053 AD01 71B8 8740 D0DB 80DD 7738 A18D 0768
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# listen | |
listen 443 https http2; | |
# cert configure | |
ssl_certificate /path/to/certs/fullchain.cer; | |
ssl_certificate_key /path/to/certs/key.key; | |
# SSL security config | |
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | |
ssl_prefer_server_ciphers on; |
This script will help you create scripts to fix the problem caused by enable no-bin-link
option of NPM or Yarn.
Put command_patch.js
to your work dir, and run it.
node command_patch.js
And it will create scripts that is associate to CLI scripts of every modules automatic.
All command of modules in your workdir will be usable after that.
{ | |
"inbound": { | |
"port": 1081, | |
"listen": "0.0.0.0", | |
"protocol": "socks", | |
"settings": { | |
"auth": "noauth" | |
} | |
}, | |
"inboundDetour": [ |
某个下午没事闲的写的mediawiki vector的一个userstyle
.duplicateFilesDeletion-context { | |
.duplicateFilesDeletion-container { | |
min-height: 300px; | |
position: relative; | |
} | |
.duplicateFilesDeletion-content-page { | |
display: none; | |
} |
METHOD: POST | |
From 173.193.138.222, 108.162.221.102 | |
Accept-Encoding: gzip | |
Cf-Connecting-Ip: 173.193.138.222 | |
Host: requestb.in | |
User-Agent: sentry/8.14.0.dev0 (https://sentry.io) | |
Total-Route-Time: 0 | |
Accept: */\* |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |