Anaglyph 3D glasses

Anaglyph 3d glass feature

In this article, we will discuss various types of anaglyph 3D glasses. Anaglyph 3D glass uses two different color filters for each eye. Based on the color filters anaglyph 3D glass can be Classic Red/Cyan Glass Green/Magenta Glass Yellow/Blue Glass Classic anaglyph 3D Red/Cyan Glass Red/Cyan anaglyph 3D glasses are widely used. Major types of … Read more

How to use git prune?

In this article, we will discuss the various pruning methods used in git. The following methods are available in git The git prune command The git prune option We will discuss each of these in the following paragraphs. The git prune command Let’s dive into the definition of the git prune command. It can remove … Read more

Full Form of Computer | What is Computer?

Computers became an essential part of our life. In this article, we will discuss the origin of the word computer and its full form. Charles Babbage invented the first general-purpose computer in late 1837. A computer is basically an electronic machine that processes the inputs and produces output. Let’s look into the origin of the … Read more

How to prevent WhatsApp hacking?

WhatsApp has billions of active users worldwide. If we don’t secure our WhatsApp account, then the chance of account hacking is high. In this article, we will discuss various methods to tighten the security of your WhatsApp account to prevent hacking. 1.Enable two-factor(2FA) authenticaton Single-factor authentication(SFA) simply uses the password or passcode to authenticate a … Read more

How to install Windows 11 insider preview?

In this article, we will discuss the Windows 11 insider preview installation. The new Windows operating system has some specific requirements that your PC should meet. Two ways you can install Windows 11 insider preview. Upgrade existing Windows 10 to Windows 11 Install Windows 11 in the VM(virtual machine) Check your PC supports Windows 11 … Read more

How to check if your PC can run Windows 11

Windows 11 is the new upcoming operating system from Microsoft. We are excited about its new features and revamped look. It has some specific minimum hardware requirements. In this article, we will discuss various methods to check those requirements. Your PC should meet the following minimum requirements to run Windows 11. TPM(Trusted Platform Module) module … Read more

How to edit git commit?

Git commit command records the repository changes, we can give a message while committing changes. Sometimes we may need to edit the last commit. In this article, we will discuss the methods to edit commit. To add the git commit message we will use the following command Possible scenarios to edit the last commit To … Read more

How to use the git switch command

Two new commands introduced in the git version 2.23, git restore and git switch. Git restore command is used to do many undo operations, read more about it here. To switch branches we can use the git switch command. It is similar to the checkout command. The following ways we can use the git switch … Read more