随笔分类 - ElasticSearch
摘要:首先查询看看是否满足需求: 如果不满足,切换到root用户: vi /etc/security/limits.conf
阅读全文
摘要:切换root用户: vi /etc/sysctl.conf ,添加红框内这句即可
阅读全文
摘要:1、更新nodejs版本: 先清除:sudo npm cache clean -f 更新最新版本:sudo n stable 2、更新npm版本: sudo npm install npm@latest -g 3、验证: node -v npm -v 4、解...
阅读全文
摘要:1、安装node.js:setup_6.x (5-11)版本自行修改 curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - 2、yum -y install nodej...
阅读全文