Version 1 (modified by 2 years ago) ( diff ) | ,
---|
Προσθήκη χρήστη στους εκτυπωτές
ssh santorini
su -
- Ο χρήστης πρέπει να έχει λογαριασμό στη Santorini
grep $USER /etc/shadow
Αν δεν έχει:
useradd -m -d /home/CSLAB-NT/$USER -g ntusers -s /bin/bash $USER
pkusers -L $USER: will fail, works for already existing users
pkusers --add --ingroups ntusers $USER
edpykota --add -P lexmark-mx510de --noquota $USER
edpykota -L $USER
- Αν πρόκειται για νέο χρήστη:
smbpasswd -a $USER <- (enters password)
- Στο desktop του χρήστη:
Open browser: localhost:631 -> credentials of PC
sudo apt update; sudo apt install smb-client
Home -> add printers -> add windows with SAMBA (but Ubuntu might automatically do this)
Note:
See TracWiki
for help on using the wiki.