Configure Ansible for Deployment of Datadog Agent in Multiple Linux Servers

Step 1 – Install Ansible tool in your workstation Step 2 – Write a Ansible playbook Step 3 – Create a Ansible inventory file consist of Multiple Linux Servers Step…

Read more »

How to install and configure nginx in Ubuntu?

Step 1: Update Software Repositories Step 2: Install Nginx From Ubuntu Repositories Step 3: Verify the Installation Step 4: Controlling the Nginx Service Step 5: Allow Nginx Traffic Step 6:…

Read more »

How to install and configure nginx in CentOS 7 / RHEL 7?

Step 1 – Configure Nginx repo for CentOS 7 Step 2 – Configure Nginx repo for RHEL 7 Step 3 – Install Nginx on CentOS 7 & RHEL 7 Step…

Read more »

How to install mod_status on your Apache servers and enable ExtendedStatus?

What is mod_status? mod_status is an Apache module that helps to monitor web server load and current httpd connections with an HTML interface that can be accessed via a web browser. Apache’s mod_status shows a plain HTML…

Read more »

How to install & Configure Datadog APM with PHP based application (WordPress) in linux?

Prerequisite How to Install & configure Xampp and WordPress in Linux? Step 1- Install DD Agent and Start it Step 2- Choose your language- Offcourse PHP Step 3- Install the…

Read more »

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes)

When Showing this type of error in your composer then first go to in “C:\ProgramData\ComposerSetup\bin” and open “composer.bat” and paste this below code

Read more »

Replicating claims as headers is deprecated and will removed from v4.0.

Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated. When you using Laravel 5.5 and if you will…

Read more »

How to Install & configure Xampp and WordPress in Linux?

How to setup WAMP server in Linux? Referece: https://www.apachefriends.org/index.html How to create mysql user, database and grant a permission to a database in mysql? Reference https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql How to setup WordPress…

Read more »

How to Install WordPress and WAMP in Windows Server?

In this blog i am going to describe you the whole step and tell you how can you do more experiment on local rather than going live on server. if…

Read more »

How to Install WordPress in Windows using XAMPP?

In this article, I’m going to describe how to Install WordPress on your Local PC.  Follow this some easy step, and learn how to install WordPress on LocalHost Step- 1:-…

Read more »

How to install WordPress on Windows using XAMPP? Part-1

How to install WordPress on localhost XAMPP? What is the WordPress? WordPress is a free and open-source (Content Management System) which is based on PHP and MySql. It’s the simplest…

Read more »

How to install and Configure XAMPP on Ubuntu?

Steps to install XAMPP on Ubuntu Server: 1. Login to Ubuntu machine using any ssh client (like putty) or it’s great if you have a direct access to the Ubuntu…

Read more »

List of Datadog Agent – APM – Log Intergrations with various tools Step by Step Guide

Datadog Infra Intergrations How to install datadog agent in centos? How to install datadog agent in ubuntu? Enable Apache Tomcat monitoring in Datadog Agent? How to enable Docker Container monitoring…

Read more »

What is StorageOs and How StorageOs works?

What is StorageOs? StorageOS is a cloud native storage for Kubernetes solution. It can be used for provisioning PVs and when deployed: Aggregates storage across all nodes in a cluster…

Read more »

How to get SSL certificates and Enabled HTTPS for any domain and websites in Apache?

Friends, I am still writing this post and its under process. This is just for creating a skeleton for this post. It might help you. Step 1 – Generate PRIVATE…

Read more »

when I try to open localhost using xampp server error throw Object not found!

When Showing this type error in xampp localhost at running localhost using xampp server. Then First You will go to in file location as below “C:\Windows\System32\drivers\etc” and open “hosts” file…

Read more »

Professnow business model give advantage over UrbanClap

Cotocus has introduced its new app in playstore and that’s Professnow and Professnow Professional. You can find following professonals at their apps such as Accountant, Actor, Architect, Artist, Aviator, Baker,…

Read more »

Ubuntu 20.04.2 LTS display “34 updates can be installed immediately.”

Try Below Commands to update packages A reboot may or may not be necessary (sudo shutdown -r 0) For my machine i use only below command Note : if you…

Read more »

Ubuntu 20.04.2 LTS displays “There is 1 zombie process” upon login

To Check the zombie process run below command and Then kill the parent process 👉 For more details read below tutorial on this topic: Click Here

Read more »

Laravel – composer update asking about – phpunit/phpunit[7.5.0, …, 7.5.20] require ext-dom *

When ever you find above issue then do one thing that your ubuntu server is missing with some packages like ext-dom & php-xml. you have to do simply below things…

Read more »