Chạy ứng dụng Nodejs sử dụng PM2
Khởi động app$ pm2 start app.js Load Balance 4 instances of api.js: $ pm2 start api.js -i 4 Monitor in production: $ pm2 monitor Make pm2 auto-boot at server restart: $ pm2 startup
Chia sẻ để thành công!
Khởi động app$ pm2 start app.js Load Balance 4 instances of api.js: $ pm2 start api.js -i 4 Monitor in production: $ pm2 monitor Make pm2 auto-boot at server restart: $ pm2 startup
rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch /etc/yum.repos.d/elasticsearch.repo [elasticsearch-6.x] name=Elasticsearch repository for 6.x packages baseurl=https://artifacts.elastic.co/packages/6.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=1 autorefresh=1 type=rpm-md yum install elasticsearch config curl -X GET http://localhost:9200 Logstash rpm –import https://artifacts.elastic.co/GPG-KEY-elasticsearch cat << EOF > /etc/yum.repos.d/logstash.repo [logstash-6.x] name=Elastic…
From: http://sysadminday.com/about-sysadmin-day/sysadwhat/ So what the heck is a SysAdmin? System administrators. IT pros. The IT guy (or IT gal). Techies. They go by a lot of names, but they all pretty much share a common…
After installing the CentOS 7 on my server, i tried to change host name by modifying the /etc/sysconfig/network; it did not take an effect of the modification. Even after multiple reboot of server, the host name remains…