[关闭]
@zhongdao 2022-04-22T02:03:42.000000Z 字数 1451 阅读 559

kali & docs server

未分类


安装kali docker image

https://www.kali.org/docs/containers/using-kali-docker-images/

  1. docker pull kalilinux/kali-rolling
  2. docker run --tty --interactive kalilinux/kali-rolling /bin/bash

aliyun 主磁盘 扩容

主盘扩容过程:

https://help.aliyun.com/document_detail/44986.html?spm=5176.2020520101.help.dexternal.150f4df5J1Igyd

markdown doc server

https://github.com/outline/outline

https://github.com/docsifyjs/docsify

https://github.com/GitbookIO/gitbook

https://github.com/requarks/wiki

https://github.com/mkdocs/mkdocs

https://github.com/getgrav/grav

https://github.com/hackmdio/codimd

列表
https://jamstack.org/generators/

docsify

cd /var/www/html/httpd
docsify serve ./docs

hugo

https://gohugo.io/getting-started/quick-start/

mkdocs

https://www.mkdocs.org/getting-started/

postgresql

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04

nginx authentication

How To Set Up Password Authentication with Nginx on Ubuntu 14.04
https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-with-nginx-on-ubuntu-14-04

https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/

auth basic
http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html

jwt
https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-jwt-authentication/

http://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注