Linux常用命令-fg
发表于
分类于
command
Linux常用命令-bg
发表于
分类于
command
Linux常用命令-alias
发表于
分类于
command
Linux常用命令-useradd
发表于
分类于
command
gunicorn and supervisor for python
发表于
分类于
service
通过gunicorn + supervisor管理python项目
Gunicorn(Green Unicorn)是一个Python WSGI HTTP Server for UNIX,来源于Ruby的unicorn项目。Gunicorn使用pre-fork master-worker模型(在gunicorn中,master被称为arbiter),能够与各种wsgi web框架协作。
Supervisor是用Python开发的一个client/server服务,是Linux/Unix系统下的一个进程管理工具。它可以很方便的监听、启动、停止、重启一个或多个进程。能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启,很方便的做到进程自动恢复。
开源DNS服务-powerdns
发表于
分类于
service
Linux常用命令-top
发表于
分类于
command