Git cheat sheet

Git Cheat Sheet

Git is a distributed version control system used in software development for efficient team collaboration, tracking code changes, and managing project history. It enables developers to work on different features simultaneously and facilitates easy merging of contributions.

Resize Virtual Hard Disk Size in VirtualBox

VirtualBox

While setting up virtual machine in VirtualBox, we usually setup with the lowest recommended size for storage space (20GB), so it doesn’t consume much of our HDD. However, on course of the use, we may install more apps and save more data in VM, then we find that 20GB of storage space was hardly enough. We feel […]