Setup Ubuntu Linux ready for Node Apps
We have a new server in front of us and are now starting from the beginning with the preparation of the system to operate nodejs and node express applications. SSH…
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…