Guides
all of the posts linked under this categoryIn this guide, I'll walk you through the steps of downloading and installing VirtualBox on Windows, as well as setting up a desktop Linux virtual mac...
When it comes to writing clean and understandable code in JavaScript, following a standard naming convention is crucial. Yes, I know, it's not the mo...
A symlink (symbolic) is a type of file that points to other files or directories (folders) in Linux. Also referred to as soft links. If you're a Wind...
VirtualBox guest additions is a set of software tools installed in the guest VM after the OS has been installed. They consist of device drivers and s...
Comments are developer's way to explain the code in a readable and easy to understand way, and like most thing they have conventions and standards, b...