Linux Administration
2.52K subscribers
4 files
125 links
Download Telegram
Download latest nodejs linux binaries from https://nodejs.org/download/release/latest/
 into a folder for example /home/superman/Downloads (where superman is your username and you have downloaded the file in Downloads)Now install it under /usr/local usingcd /usr/local
tar --strip-components 1 -xzf /home/superman/Downloads/node-v8.2.1-linux-x64.tar.gzCheck the installation usingwhich node
it should give you output
usr/local/bin/node

node -v
should give you output
v8.2.1 (or whichever version you have installed)
SMS integration with Nagios – Solutions@Experts.com
http://www.solutionsatexperts.com/sms-integration-with-nagios/
Apache hardening checklist – Solutions@Experts.com
http://www.solutionsatexperts.com/apache-hardening-checklist/