1. supervisor Node Supervisor is used to restart programs when they crash. Node Supervisor 是用来当程序崩溃时重启的. It can also be used to restart programs when a .js file changes. 它也可以用来重启程序,当.js文件发生改变. 2. pm2 PM2 is a production process manager for Node.js ap…
Linux 下的软件包管理工具 linux下的软件安装可以通过两种方式,一种是直接使用自带的软件包管理工具安装,另外一种通过编译源码安装. 1.软件包的种类 Red Hat和Fedora:redhat最早发行的个人版本的Linux,自从Red Hat 9.0版本发布后,RedHat 公司就不再开发桌面版的 Linux发行套件,Red Hat Linux停止了开发,而将全部力量集中在服务器版的开发上,也就是 Red Hat Enterprise Linux 版.2004年4月30日,Red Hat…