Skype: bluewindlab
Disable gtm4wp plugin for logged-in users

Disable gtm4wp plugin for logged-in users

Google Analytics is an essential tool for the web site administrator to track the site visitors. You can easily install and setup a Google Analytics plugin and start monitoring users behavior on the site. However, the site administrators also want to seclude or disable themselves from the original visitors while they are checking the site […]

Useful git commands that you should know

Useful Git commands that you should know

Git is one of the most popular version control tools among software developers, and professional developers used Git commands regularly in their projects. On top of that, most of the software companies used Git to manage the project versions and set up CI/CD pipelines for automatic project deployment. So, if you are planning to join […]

Write the first bash script on a Windows machine

Write the first bash script on a Windows machine

Writing a bash script is super easy, and in this tutorial, we will learn how to write our first bash script on a Windows computer. What is a bash script? A bash script contains the sequence of commands that a bash program executes. Using a bash script, you can carry out a sequence of operations. […]

Back To Top