Commands to get commit statistics for a Git repository from the command line -
using git log
, git shortlog
and friends.
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
rma -s {{host}} -p 6379 -b all | |
Match *: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 91/91 [00:00<00:00, 1052.08it/s] | |
Aggregating keys by pattern and type | |
Apply rules | |
WARNING:rma.rule.GlobalKeySpace:*max* option skipped: ResponseError("unknown command 'CONFIG'") | |
Processing String patterns: 0%| | 0/115 [00:00<?, ?it/s]WARNING:rma.rule.ValueString:ResponseError("unknown command 'DEBUG'") |
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
git clone https://github.com/luin/medis.git | |
cd medis | |
npm i | |
npm run pack | |
# Ctl +C | |
node bin/pack.js | |
cd dist/out/Medis-mas-x64/ | |
open . |
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
server { | |
listen 8443 ssl; | |
server_name localhost; | |
ssl_certificate tls.crt; | |
ssl_certificate_key tls.key; | |
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; |
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
➜ demo ./build.sh | |
✅ .lighthouseci/ directory writable | |
✅ Configuration file found | |
✅ Chrome installation found | |
⚠️ Ancestor hash not determinable | |
✅ LHCI server reachable | |
✅ LHCI server API-compatible | |
✅ LHCI server token valid | |
✅ LHCI server unique build for this hash | |
Healthcheck passed! |
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
{ | |
"ci": { | |
"server": { | |
"port": 9001, | |
"storage": { | |
"storageMethod": "sql", | |
"sqlDialect": "sqlite", | |
"sqlDatabasePath": "/data/lhci.db" | |
} | |
} |
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
{ | |
"name": "component-a", | |
"version": "1.0.0", | |
"description": "Made with create-react-library", | |
"author": "ohmrefresh", | |
"license": "MIT", | |
"repository": "ohmrefresh/component-a", | |
"main": "dist/index.js", | |
"module": "dist/index.modern.js", | |
"source": "src/index.js", |
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
registry=http://127.0.0.1:8081/repository/npm-group/ #Nexus URL (private) | |
_auth=dXNlcjpwYXNzd29yZAo= ##echo -n 'user:password'| openssl base64 | |
[email protected] #email | |
always-auth=true | |
init.author.name = ohmrefresh | |
init.author.email = [email protected] |
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
##TCP FLAGS## | |
Unskilled Attackers Pester Real Security Folks | |
============================================== | |
TCPDUMP FLAGS | |
Unskilled = URG = (Not Displayed in Flag Field, Displayed elsewhere) | |
Attackers = ACK = (Not Displayed in Flag Field, Displayed elsewhere) | |
Pester = PSH = [P] (Push Data) | |
Real = RST = [R] (Reset Connection) | |
Security = SYN = [S] (Start Connection) |
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
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
app01 ClusterIP 172.30.65.144 <none> 8443/TCP 1d |
NewerOlder