How to Use Visual Studio Code – Live Share Extension

As a backend developer, sometimes you have to work with other people who have no knowledge of how to prepare the environment to work with for a certain project, which requires downloading a repository, preparing the environment, working with databases, and other requirements. The problem is how can you make them collaborate with certain parts

How to Use Visual Studio Code – Live Share Extension Read More »

How to Add User in Linux

In this tutorial, you will see how to create a new user in Linux from command line and GUI. Add User From Command Line To create a user in Linux you can either use adduser or useradd. The main difference between these two commands is that adduser is more user-friendly, whereas the useradd command is

How to Add User in Linux Read More »