查看各种Input设备对应编号:
xinput list
看看该设备可以改动哪些:
xinput list-props device(number)
修改:
xinput set-prop device(number) control(number) 0(or 1)
Read more (732 views)
分类标签归档:software
查看各种Input设备对应编号:
xinput list
看看该设备可以改动哪些:
xinput list-props device(number)
修改:
xinput set-prop device(number) control(number) 0(or 1)
Read more (732 views)
本文目标:终端查看wifi、连接wifi、唤醒wifi
1查找周围有那些wifi:
nmcli device wifi
2连接wifi
nmcli device wifi connect xxxxx(wifi名称) password ******(wifi密码)
每用一次上面的命令,就会在/etc/NetworkManager/system-connections/目录下生成一个配置文件
nmcli con del xxxxx(设备名称)
此时,/etc/NetworkManager/system-connections/目录下的配置文件就会被删掉
Read more (796 views)
Read more (785 views)