OneDrive for Linux
- Install with github.com/abraunegg/onedrive and github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md
- Setting Sharepoint sync up with Linux github.com/abraunegg/onedrive/blob/master/docs/advanced-usage.md
Works on generic Ubuntu 20.04.
Open a terminal and type xinput for a list of devices. Then xinput disable <id>
the ELANxx device.
$ xinput disable 15
Swipe gently on the screen and then reenable touchscreen
$ xinput enable 15
Repeat if necessary.
[post #47 on https://bugs.launchpad.net/ubuntu/+source/rapidsvn/+bug/402892]
To add a user to Linux
$ sudo adduser username
To list users in Linux
$ less /etc/passwd
To serch for users/a user
$ more /etc/passwd | grep username
To list the members of a group in Linux
$ getent group groupname
To add a user to a group in Linux
$ sudo usermod -aG group usernamename