From b029b91fa57ac2eea3e35a4afb3f423d9a1ef1c2 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Wed, 20 Jun 2018 08:34:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce0c66b..3f63c91 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ reboot and wait 5 min before login If you have issues with slow replies from the domain controller i have added lines to nsswitch an sssd to prevent hangs, slow logins and slow repy from sudo commands in a teminal. this was added 2017/11 so if you have and older "join" than 2017/11 you should do a rejoin. +4. I am a member of sudores but programs require administrator to login.. +you are sudo user if added to sudoes file, bu the account is an standard account. to give full administration priviligies +run in terminal: sudo usermod -a -G sudo user + How to git? On linux client install git = sudo apt-get install git -y