Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install newrelic agent on aws linux

#!/bin/bash
echo "license_key: 3fdc681c1bba59de01010f1a46d82cf18999e8d2" | sudo tee -a /etc/newrelic-infra.yml
sudo curl -o /etc/yum.repos.d/newrelic-infra.repo https://download.newrelic.com/infrastructure_agent/linux/yum/el/7/x86_64/newrelic-infra.repo
sudo yum -q makecache -y --disablerepo='*' --enablerepo='newrelic-infra'
sudo yum install newrelic-infra -y
Comment

PREVIOUS NEXT
Code Example
Shell :: how to uninstall i7z on ubuntu 
Shell :: remote download wordpress command .zip 
Shell :: nstall the XmlDoc2CmdletDoc NuGet package into your project. 
Shell :: how to check app is installed or not unity 
Shell :: install kubernetes plg 
Shell :: go2shell settings 
Shell :: install docker-compose coreos 
Shell :: what to never time in powershell 
Shell :: turn power off arch 
Shell :: how to set findstr to new variable 
Shell :: debian bin folder symlink to usr/bin 
Shell :: debian kernel ppa 
Shell :: tcpdump localhost 
Shell :: execute a scheme program 
Shell :: use xargs multiple times 
Shell :: how to use syslog logging driver in kubernetes 
Shell :: ufw script no prompt 
Shell :: what does grep dash v do 
Shell :: fslmaths addition 
Shell :: connect to open vpn with conf file linux 
Shell :: how to find last occurrence of a pattern file 
Shell :: create a docker-compose symbolic link to /usr/bin 
Shell :: how to disable suspend in ubuntu 20.04 
Shell :: pip install notifiy 
Shell :: To configure msmtp, let’s create a file .msmtprc in the current user home directory: 
Shell :: copy venv to another folder linux 
Shell :: use vim or perl to replace the cdc_ string in chromedriver 
Shell :: clone serverless repository scripts 
Shell :: linux command print only odd columns 
Shell :: verify in core compressor with swap backend VM_PAGER_COMPRESSOR_WITH_SWAP 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =