Hosting a Static Website on S3 Bucket – AWS Lab Series

amazon aws s3

Hosting a static website on an Amazon S3 bucket is a simple and cost-effective way to create a reliable web presence. S3 is a cloud storage service provided by Amazon Web Services (AWS), and it allows you to store and retrieve files of any size. In this guide, we will walk you through the steps … Read more

Implementing DevOps? Here Are the Concepts and Tools You Should Consider

DevOps Concepts and Tools

DevOps is an approach to software development that emphasizes collaboration and communication between development and operations teams. It involves the use of automation and continuous delivery to improve the speed and quality of software development. There are many concepts and tools that can help streamline the DevOps process. Continuous Integration/Continuous Delivery (CI/CD) Continuous Integration (CI) … Read more

From Manual to Automated: A Windows Server Admin’s Guide to DevOps

devops for windows serevr admins

DevOps is a culture of collaboration, communication, and integration between development and operations teams. For Windows Server Admins, DevOps is essential to automate deployment, reduce downtime, and enhance application quality. That’s why we are back with A Windows Server Admin’s Guide to DevOps. With DevOps practices and tools, Windows Server Admins can streamline their workflows, … Read more

Build A Visual Studio Project In Jenkins

Build A Visual Studio Project In Jenkins

Hello everyone, we are back with one more DevOps topic. Jenkins is a very popular CI/CD tool in the DevOps world. Today we will talk about how to build a visual studio project in Jenkins. As it is open source, you may face some issues when you try to build the visual studio project in … Read more

Failed to connect to repository Error performing git command git ls-remote -https github com jenikis hook git HEAD

jenkins repo error

Hello Everyone, we are back with one more DevOps article. Today, in this article we will discuss a scenario where while configuring a GitHub repo in Jenkins, we get the following error – Failed To Connect To Repository Error Performing Git Command Git Ls-Remote -Https Github Com Jenikis Hook Git HEAD. When I was configuring … Read more

Terraform Commands Ultimate Cheat Sheet

terraform logo

Hello Everyone, welcome back to our blog. Today we are going to discuss some of the very cool terraform commands. These commands are very handy for day to day operations. Let’s just start our topic Terraform Commands Ultimate Cheat Sheet. About Terraform CLI Terraform, a tool created by HashiCorp in 2014, written in Go language, … Read more

Redmi Phone showing headphone symbol – Fixed

How do I fix Redmi phone stuck in headphone mode

Many Xiaomi Redmi users are facing issues with headphone symbols stuck in their devices after unplugged headphones. The headphone symbol is always shown in the notification bar. due to this, you are not able to talk with another person during a call without opening your Redmi device loudspeaker. So this earphone symbol stuck problem is a major issue in Xiaomi’s mobiles series including Redmi mobiles like Redmi … Read more

Top 10 VMware Admin Tools in 2021

Top 10 VMware Admin Tools in 2021

Let’s have a look at the top 10 VMware Admin Tools in 2021 to use and improve your efficiency at work. VMware admins use a number of tools to help monitor, manage, and optimize their virtual environments. Pete Flecha says, “Recently I surveyed the VMware community to find the most popular tools and shared the … Read more

During the next boot, force entry into the BIOS setup screen in VMware

During the next boot, force entry into the BIOS setup screen

In this article, How you can force the virtual machine to entry into the BIOS setup screen in VMware vSphere. To do this, follow the below simple steps. VMware vSphere Console To make changes to the configuration file: Shutdown the virtual machine. Right Click the VM from web-client/ HTML client and select edit setting Select … Read more

Deprecated VMFS volume(s) found on the host. Please consider upgrading volume(s) to the latest version.

hostd esxi host management agents not reachable restart watchdog service esxi does restarting management agents affect vms vmware patch download esxi restart nfs services vpxa restart impact esxcli reset network upgrade vmfs3 to vmfs5 upgrade datastore to vmfs 6 the upgrade procedure from vmfs-3 to vmfs-5 will require downtime of that datastore upgrade vmfs 3 to 6 upgrade vmfs 5 to 6 vmfs-5 datastore size limit esxi 6.7 datastore size limit maximum file size in vmfs5

In this blog we will see how you can resolve the alert on the vSphere console of “Deprecated VMFS volume(s) found on the host. Please consider upgrading volume(s) to the latest version”. Understanding VMFS Datastores To store virtual disks, ESXi uses datastores. The datastores are logical containers that hide specifics of physical storage from virtual … Read more