Skip to content

Instantly share code, notes, and snippets.

@JeOam
Last active June 24, 2018 17:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JeOam/32f1538fc280324b6c5e to your computer and use it in GitHub Desktop.
Save JeOam/32f1538fc280324b6c5e to your computer and use it in GitHub Desktop.
OpenResty Notes Navigation
@JeOam
Copy link
Author

JeOam commented Apr 4, 2016

@JeOam
Copy link
Author

JeOam commented May 2, 2016

@JeOam
Copy link
Author

JeOam commented May 26, 2016

@JeOam
Copy link
Author

JeOam commented May 30, 2016

@JeOam
Copy link
Author

JeOam commented Jun 1, 2016

What is a great introductory kernel to read about on Github?

You can get the latest xv6 source code at: git://pdos.csail.mit.edu/xv6/xv6.git
and the text: https://pdos.csail.mit.edu/6.828/2011/xv6/book-rev6.pdf

@JeOam
Copy link
Author

JeOam commented Jul 24, 2016

@JeOam
Copy link
Author

JeOam commented Aug 1, 2016

@JeOam
Copy link
Author

JeOam commented Aug 10, 2016

acorn: A small, fast, JavaScript-based JavaScript parser
babylon: A JavaScript parser

@JeOam
Copy link
Author

JeOam commented Aug 14, 2016

@JeOam
Copy link
Author

JeOam commented Aug 15, 2016

@JeOam
Copy link
Author

JeOam commented Aug 16, 2016

@JeOam
Copy link
Author

JeOam commented Aug 18, 2016

@JeOam
Copy link
Author

JeOam commented Aug 23, 2016

8cc: A Small C Compiler
tinyvm: TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
luna: luna programming language - a small, elegant VM implemented in C
picoc: A very small C interpreter

@JeOam
Copy link
Author

JeOam commented Sep 5, 2016

kill -QUIT nginx.pid是nginx的特性了, 优雅地停止nginx, 即等当前所有连接断开后再退出
类似的还有kill -HUP nginx.pid (nginx -s reload), 平滑重启, 新起一个进程, 旧进程等连接断开后再退出, 为了不影响已连接用户, 运维时常用这个命令

@JeOam
Copy link
Author

JeOam commented Sep 9, 2016

@JeOam
Copy link
Author

JeOam commented Sep 13, 2016

@JeOam
Copy link
Author

JeOam commented Sep 16, 2016

@JeOam
Copy link
Author

JeOam commented Sep 20, 2016

@JeOam
Copy link
Author

JeOam commented Oct 21, 2016

@JeOam
Copy link
Author

JeOam commented Nov 11, 2016

@JeOam
Copy link
Author

JeOam commented Nov 11, 2016

@JeOam
Copy link
Author

JeOam commented Nov 12, 2016

@JeOam
Copy link
Author

JeOam commented Nov 12, 2016

@JeOam
Copy link
Author

JeOam commented Dec 7, 2016

@JeOam
Copy link
Author

JeOam commented Dec 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment