Linux setup
setting up with 22.04
https://linuxgsm.com/servers/pwserver/
Create a user and login.
sudo adduser pwserver
#what is displayed
Adding user `pwserver' ...
Adding new group `pwserver' (1002) ...
Adding new user `pwserver' (1002) with group `pwserver' ...
Creating home directory `/home/pwserver' ...
Copying files from `/etc/skel' ...
New password:
Retype new password:
passwd: password updated successfully
Changing the user information for pwserver
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] Y
usermod -aG sudo pwserver
su pwserver
Download linuxgsm.sh.
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh pwserver
Run the installer following the on-screen instructions.
./pwserver install