Comparing changes with git diff

Diffing is a function that takes two input data sets and outputs the changes between them. git diff is a multi-use Git command that when executed runs a diff function on Git data sources. These data sources can be commits, branches, files and more. This...

How to reset $PATH?

The suggested answer of removing .bash_profile is not a good idea in general. There are other things that can be set in that file besides PATH definitions. If you want to undo the effects of your experimentation, just remove or comment out...

How to suspend Ubuntu 20.04 Focal Fossa Linux Desktop

This tutorial will provide the reader with some native and alternative methods on how to suspend ( suspend to RAM ) Ubuntu 20.04 Focal Fossa Linux Desktop. In this tutorial you will learn: How to suspend systemSuspend from ActivitiesHow to suspend the...

Enabling Virtualization in your PC BIOS

While most recent PCs support hardware virtualization, not all computer vendors enable this feature as shipped from the factory. To turn this feature on, try these instructions based on Red Hat instructions: Reboot your computerRight when the computer is coming...