type xinput and see the device id
$ xinput
To disable device, type this line
$ xinput --disable xx xx adalah id device
| #!/bin/sh | |
| opkg update | |
| for ipk in $(opkg list-upgradable | awk '$1!~/^kmod|^Multiple/{print $1}'); do | |
| opkg upgrade $ipk | |
| done |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexFollowed tutorials:
Url to access to the server once installed https://SERVER_IP:631/.
Installed raspbian using Raspberry Pi Imager v1.2, desktop app to install SO in the SD from a computer. Installed Raspbian without user interface.
| #!/bin/sh /etc/rc.common | |
| # | |
| # This is free software, licensed under the GNU General Public License v3. | |
| # See /LICENSE for more information. | |
| # | |
| START=95 | |
| USE_PROCD=1 |