How to setup Multisite in drupal 9

Drupal

How to setup Multisite in drupal 9

Set up a multisite configuration in Drupal 9, you can follow these steps: Prepare the Environment: Ensure that you have a working Drupal 9…

Using HTML submit form data to google

AppScript

Using HTML submit form data to google speedsheet using appscript

Hello, today we will see how we can upload the data in a Google spreadsheet using Google App script. So let's start We need to follow the 5 steps…

How to bypass recaptcha in automation

Other

How to bypass recaptcha in automation testing ?

Bypassing reCAPTCHA in automation testing is not recommended or encouraged as it goes against the intended purpose of reCAPTCHA, which is to protect…

Python Script to check battery status

Python

Python Script to check battery status Windows 11

Below an example of a Python script that checks the battery status on a Windows system: import psutil battery = psutil.sensors_battery() plugged…

What are MySQL Joins ?

MySQL

What are MySQL Joins ?

MySQL joins allow you to combine rows from multiple tables based on a related column between them. They are used to retrieve data from multiple…

Play mp3 audio track using python code

Python

Play mp3 audio track using python code

Hi again, we will see how you can play songs using python code so let's begin To play songs using Python, you can utilize the pygame library, which…

How to Install the Terraform on WIndows

DevOps

How to Install the Terraform on WIndows

Hey Guys,  we are back with the new article, it's not a new topic as terraform is a very popular tool and widely used by many users and developers…

How to delete large size folder faster on

Command line

How to delete large size folder faster on Windows 10

Hey there, We all know that when we want to delete the extra large folders and folders of programming files from windows is very time-consuming. so…

Reset the user password drupal 8

Drupal

Reset the user password drupal 8 programmatically

In this page you can see how you can update the password of any user in drupal 8 programmatically There are several case in which you don't have the…