Guides
New user
Create a new (sudo) user on Ubuntu
This guide will let you create a new (sudo) user on a Linux system.
1. Create a new user:
bash
adduser <name>Fill in the password and details as prompted.
2. Add the user to the sudo group:
bash
usermod -aG sudo <name>3. Verify sudo access:
bash
su - <name>bash
sudo whoamiIf the output is root, the user has sudo access.
Massgrave
You can activate Windows and Office products using Massgrave. This is a free and open-source tool that allows you to activate Windows and Office products without the need for a license key.
Node Version Manager (NVM)
Node Version Manager (NVM) is a tool that allows you to manage multiple versions of Node.js on your system. It is a command-line tool that makes it easy to switch between different versions of Node.js and manage your development environment.