How to Un-install/remove Datadog Agent?
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »What is AppDynamics and How it works?
What is AppDynamics? AppDynamics is a leading Application Performance Management (APM) product. It is a tool that monitors your Application Infrastructure and gives you code level visibility. It is supported…
Read more »Git Tutorials Demo Video
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Top Container Vulnerability Scanning Tools
Trivy Scanner for vulnerabilities in container images, file systems, and Git repositories, as well as for configuration issues and hard-coded secrets Trivy (tri pronounced like trigger, vy pronounced like envy)…
Read more »Terraform Tutorial with Google Cloud – Create Single VM & Network
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Terraform Tutorial with Google Cloud – Create Single VM
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Google cloud Platform Authentication Method with Terraform
Method 1 – User Application Default Credentials (“ADCs”) Application Default Credentials (ADC) provide a method to get credentials used in calling Google APIs. The gcloud auth application-default command group allows…
Read more »Google Cloud Tutorial – gcloud CLI Install and initialize
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Dynatrace Tutorial Demo Video
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Terraform Tutorials Demo Video
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »12 Tips To Successfully Market Your Blog On Instagram
12 Tips To Successfully Market Your Blog On Instagram Image source: Unsplash If you run a blog, then it’s safe to say you want a high number of visitors rushing…
Read more »Best Pubs, Bars & restaurants in Pune
Are you looking out for the right party place in Pune so we have the largest collection of bars, pubs and lounges from where you can shortlist and finalize where…
Read more »Splunk Tutorials: Download Splunk & Universal Forwarder
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »The Ever-Changing Field of Software Development, What’s Next?
The Ever-Changing Field of Software Development, What’s Next? The software development process has morphed significantly since the 70s. Some of the major changes that developers have witnessed include the shift…
Read more »Splunk Demo Tutorials
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »AWS Tutorial: Auto mount EBS Volume to ec2 Linux instance on Reboot
By default on every reboot, the EBS volumes other than root volume will get unmounted. To enable automount, you need to make an entry in the /etc/fstab file. Follow the…
Read more »AWS Tutorial: How to Attach and Mount an EBS volume to EC2 Linux Instance?
Step 1 – Create a Volume Step 2 – Attach a Volume to EC2 Instance Step 3 – Verify if Volume is attached or not Verify if Volume is attached…
Read more »How to Install Oracle Database 19c on centos 7
https://aws.amazon.com/blogs/compute/how-to-enable-x11-forwarding-from-red-hat-enterprise-linux-rhel-amazon-linux-suse-linux-ubuntu-server-to-support-gui-based-installations-from-amazon-ec2/ https://superuser.com/questions/1606321/windows-10-ubuntu-x11-with-xming-xterm-xt-error-cant-open-display-localhost Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark,…
Read more »DevOps – Linux & VirtualBox & Vagrant Demo Tutorial
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Hashicorp Vault Demo Video Tutorials
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Datadog Demo: Introduction Video
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Dynatrace Certified Professional Exam Info
Dynatrace Professional Certification Dynatrace Certified Professional Dynatrace Certification Training and Course Dynatrace Advance Training Dynatrace Intermediate Training Dynatrace Essential Training Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…
Read more »Datadog Integration with Postgres For Metric, Trace & Log
Database Monitoring provides deep visibility into your Postgres databases by exposing query metrics, query samples, explain plans, database states, failovers, and events. The Agent collects telemetry directly from the database…
Read more »postgresql Installation and Configuration Tutorial Guide
How To Install and Use PostgreSQL on Ubuntu? Step 1 — Installing PostgreSQL Step 2 — Using PostgreSQL Roles and Databases The installation procedure created a user account called postgres…
Read more »How to Installing Rancher on a Single Node Using Docker
Step 1 – Install Docker Step 2 – Choose an SSL Option and Install Rancher Choose from the following options: Option A: Default Rancher-generated Self-signed Certificate Option B: Bring Your…
Read more »Shell script to Enable ssh password authentication in Linux
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Vagrant: vagrantfile example for creating 3 linux vms
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »What is OpenNN and How it works? An Overview and Its Use Cases
What is OpenNN? It is an open source class library written in C++ which implements neural networks. OpenNN is a free neural networks library for advanced analytics. It has solved…
Read more »What is Junit and How it works? An Overview and Its Use Cases
History & Origin of Junit JUnit was born on a flight from Zurich to Atlanta in 1997 for OOPSLA. Kent Erich was flying with Gamma, and what else were the…
Read more »What is Google ML Kit and How it works? An Overview and Its Use Cases
ML Kit is Google’s machine learning expertise for mobile developers in one powerful and easy-to-use package. Make your iOS and Android apps more attractive, personalized and helpful with solutions optimized…
Read more »