摘要:
vim /etc/sysctl.conf 然后执行/sbin/sysctl p让参数生效 tcp_tw_reuse和tcp_tw_recycle的区别 官方文档的解释: tcp_tw_recycle BOOLEAN Enable fast recycling TIME WAIT sockets. D 阅读全文
摘要:
To globally share data among all the requests handled by the same nginx worker process, encapsulate the shared data into a Lua module, use the Lua req 阅读全文
摘要:
1. open open命令用于打开文件、目录或执行程序。就等同于在命令行模式下,重复图形界面“双击”的动作。例如这个命令与在Finder中双击Safari是一样的: $ open /Applications/Safari.app/ 如果open一个文件,则会使用关联的程序打开之。例如open sc 阅读全文