| |
---|
| | echo "$USERNAME ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/$USERNAME && \ |
---|
| | chmod 0440 /etc/sudoers.d/$USERNAME && \ |
---|
| | # Replace 1000 with your user/group id |
---|
| | usermod --uid 1000 $USERNAME && \ |
---|
| | groupmod --gid 1000 $USERNAME |
---|
| | groupmod --gid 1000 $USERNAME && \ |
---|
| | chown -Rf $USERNAME.$USERNAME /home/$USERNAME |
---|
| | |
---|
| | # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Failed to execute child process dbus-launch (No such file or directory) |
---|
| | # fix by setting LANG https://askubuntu.com/questions/608330/problem-with-gnome-terminal-on-gnome-3-12-2 |
---|
| |
---|
| | |