编辑rc.local文件 vi /etc/rc.d/rc.local 例如 #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys…
1.安装 Install GCC and Development Tools on a CentOS yum group install "Development Tools" node相关 官方网站下载stable源码安装包 wget https://nodejs.org/dist/v4.4.3/node-v4.4.3.tar.gz #解压node tar xzvf node-v* #make出错 yum -y install openssl openssl-devel #cento…