Mongodb and Mongoose on Ubuntu Linux
In this article I will show you how to install mongodb on a Ubuntu Linux System. For this I use the step by step installation guide from mongodb. Since the…
Create a user in Ubuntu 18.04 Linux
A user can be created in ubuntu Linux with the command useradd or adduser. I use adduser because with this perl script, in addition to creating the user in /etc/passwd…