Knowledge becomes wisdom...

The things that I am trying out during my learning stage

Latest posts

User creation and management via terminal

To create a user in Linux we can use the adduser command sudo adduser username2 To create a user with a different shell sudo adduser username --shell /bin/sh To create a user without a password during the user creation process sudo...

NordLayer installation on Ubuntu

1) Create a directory for downloading the NordLayer repository package using the below command mkdir ~/Downloads/NordLayerPkg 2) Navigate into the newly created directory cd ~/Downloads/NordLayerPkg 3) Download the package from the...