Skip to content

Instantly share code, notes, and snippets.

View zhaojunhhu's full-sized avatar

zhaojun zhaojunhhu

View GitHub Profile
@zhaojunhhu
zhaojunhhu / 记数学公式.md
Created December 6, 2022 10:04 — forked from xiaoxiangmoe/记数学公式.md
记数学公式

记数学公式

[TOC]

简介

leanote的markdown编辑器支持基于MathJax编写LaTeX数学公式。

@zhaojunhhu
zhaojunhhu / nginx.conf
Created October 25, 2017 18:36 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048