mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-07-31 01:22:03 +08:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
* Fix dev websocket server cannot work under Linux
|
||
> sudo apt-get install libcap2-bin
|
||
> sudo setcap cap_net_bind_service=+ep `readlink -f \`which node\``
|
||
|
||
* Fix ‘ and “ need space to be displayed under Linux
|
||
> setxkbmap -layout us
|
||
|