Skip to content

Commit

Permalink
fix TOC
Browse files Browse the repository at this point in the history
vscode: "user setting" - \n
alanwalk/markdown-toc#65
  • Loading branch information
fzinfz committed Feb 10, 2019
1 parent 88787a8 commit 4632cc7
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 11 deletions.
14 changes: 7 additions & 7 deletions nw/hw.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
- [Firmware](#firmware)
- [custom scripts](#custom-scripts)
- [Unifi-AC-Lite/LR](#unifi-ac-litelr)
- [Commands](#commands)
- [Issues](#issues)
- [Controller Web](#controller-web)

<!-- /TOC -->

Expand Down Expand Up @@ -147,11 +146,12 @@ Mem:(Lite) 126316 62272 64044 0 0
Mem:(LR) 126272 66764 59508 0 0
-/+ buffers: 66764 59508
Swap: 0 0 0
BZ.v3.7.5# info
BZ.v3.7.5# set-inform http://unifi:8080/inform
```

## Commands
BZ.v3.7.5# info
BZ.v3.7.5# set-inform http://unifi:8080/inform
## Controller Web

## Issues
Every minor setting change on controller causes SSID reset.
Settings - Sie DEVICE AUTHENTICATION
Every minor setting change on controller causes SSID reset.
13 changes: 13 additions & 0 deletions web/IBM_IHS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<!-- TOC -->

- [Docker](#docker)
- [Windows](#windows)

<!-- /TOC -->

# Docker
https://hub.docker.com/r/ibmcom/ibm-http-server

docker run --name ibm-http-server -h IHS \
-d --restart unless-stopped \
--net host -v /:/host \
ibmcom/ibm-http-server

# Windows

Expand Down
14 changes: 13 additions & 1 deletion web/IBM_Websphere.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!-- TOC -->autoauto- [liberty](#liberty)auto- [License](#license)auto- [traditional](#traditional)autoauto<!-- /TOC -->
<!-- TOC -->

- [liberty](#liberty)
- [License](#license)
- [traditional](#traditional)

<!-- /TOC -->

# liberty
https://www.ibm.com/support/knowledgecenter/en/SS7K4U_liberty/com.ibm.websphere.wlp.zseries.doc/ae/rwlp_feat.html
Expand Down Expand Up @@ -33,5 +39,11 @@ Version 8.5 and 8.0: not supported for use in a production environment.
docker exec websphere cat /tmp/PASSWORD
# https://localhost:9043/ibm/console/login.do?action=secure | user: wsadmin

docker run --name was85 -h was85 \
-v $(pwd)/PASSWORD:/tmp/PASSWORD \
-p 9043:9043 -p 9443:9443 \
-d --restart unless-stopped \
ibmcom/websphere-traditional:8.5.5.14-profile

[WAS V8.5 Administration and Configuration Guide for the Full Profile(PDF)](http://www.redbooks.ibm.com/redbooks/pdfs/sg248056.pdf)

17 changes: 15 additions & 2 deletions web/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


<!-- TOC -->

- [HAProxy Health Check](#haproxy-health-check)
- [Squid - caching HTTP, HTTPS, FTP, and more](#squid---caching-http-https-ftp-and-more)
- [Debugging](#debugging)
- [SNI](#sni)
- [Varnish](#varnish)
- [Cloudflare](#cloudflare)
- [CNAME Flattening](#cname-flattening)
- [Real IP](#real-ip)
- [Github pages](#github-pages)
- [Google Analytics](#google-analytics)
- [Enhanced Link Attribution](#enhanced-link-attribution)

<!-- /TOC -->

# HAProxy Health Check
https://www.haproxy.com/documentation/aloha/7-0/haproxy/healthchecks/#checking-a-http-service
Expand Down
31 changes: 30 additions & 1 deletion web/SSL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

<!-- TOC -->

- [Cryptography](#cryptography)
- [Key exchange or key establishment](#key-exchange-or-key-establishment)
- [cipher or cypher](#cipher-or-cypher)
- [Cryptography libraries compare](#cryptography-libraries-compare)
- [X.509](#x509)
- [Certificate Revocation List (or CRL)](#certificate-revocation-list-or-crl)
- [TLS Extensions - Certificate Status Request](#tls-extensions---certificate-status-request)
- [Certificate formats](#certificate-formats)
- [ECDSA vs RSA](#ecdsa-vs-rsa)
- [SSL](#ssl)
- [Private Key](#private-key)
- [Let's Encrypt](#lets-encrypt)
- [Wildcard](#wildcard)
- [Cloudflare](#cloudflare)
- [Mozilla SSL Configuration Generator](#mozilla-ssl-configuration-generator)
- [Nginx](#nginx)
- [SSL](#ssl-1)
- [Cloudflare](#cloudflare-1)
- [SSL Modes](#ssl-modes)
- [HTTPS](#https)

<!-- /TOC -->


# Cryptography
Expand Down Expand Up @@ -93,6 +116,12 @@ https://github.com/Neilpang/acme.sh#10-issue-wildcard-certificates

acme.sh --issue -d example.com -d '*.example.com' --dns dns_cf

https://community.letsencrypt.org/t/wildcard-domain-step-by-step/58250/4

certbot certonly --server https://acme-v02.api.letsencrypt.org/directory \
--manual --preferred-challenges dns \
-d 'yourdomain.tld,*.yourdomain.tld'

## Cloudflare
https://blog.cloudflare.com/cloudflare-ca-encryption-origin/ (15-years wildcard)

Expand Down
7 changes: 7 additions & 0 deletions web/nginx.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!-- TOC -->

- [plain text/index/debug/proxy](#plain-textindexdebugproxy)
- [upstream](#upstream)

<!-- /TOC -->

## plain text/index/debug/proxy
https://www.nginx.com/resources/wiki/start/topics/examples/full/

Expand Down

0 comments on commit 4632cc7

Please sign in to comment.