Tuesday, December 22, 2020

Books I've read during 2019 and 2020

Heres the list of books I've read during 2019 and 2020. I recommend all these books for anyone who's interested in reading them. 

The books are broken down in to three broad categories:

1. Technology - all technology related books including architecture, software team management, mobile app design, devops, etc.. I didn't see the point of breaking them down further.

2. Financial - this category is dedicated to personal finance, wealth management, business modelling and economical books.

3. Personal - covers other books that didn't fit well into the first two categories.


Happy reading and happy learning everyone!!!


Technology

Financial

Personal

Monday, December 14, 2020

Setup NewRelic for servers

 To get a little bit more insight on the servers that Im running I decided to tryout NewRelicOne platform. It comes with a free tier that I believe will be enough to host my logs for a reasonable amount of time.

This post is best read together with the previous post I jotted down on centralised log management for nextcloud server. which can be found at https://rarepraveen.blogspot.com/2020/09/centralised-logging-for-nextcloud.html.

Steps I followed:

  1. Setup a NewRelic account
  2. Setup fluentd output source for NewRelic
    1. sudo /usr/sbin/td-agent-gem install fluent-plugin-newrelic
    2. Add relevant match clause to /etc/td-config/td-agent.conf
    3. systemctl restart td-agent
  3. Setup NewRelic OS agent
    1. Follow the NewRelic guide for setting up the OS agent at https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/configuration/configure-infrastructure-agent
    2. Verify the service is running
      1. sudo systemctl status newrelic-infra.service
Thats it for now.