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.
之前在这里研究过的用iptables配置跨网段的端口转发
Assume we have the following network environments:
192.168.6.59): for external access192.168.1.2): for ip camera192.168.1.10192.168.6.2| #!/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 |
This is based on https://gist.github.com/corenel/db98113b346717e114864538996134a8, however, adapted to work over UDP transport, rather than TCP, which makes it a bit more complicated, and requires the client to fix the UDP ports used.
Assume we have the following network environments:
192.168.144.25): for camera access192.168.1.54): for PC access192.168.144.25