Commit graph

8 commits

Author SHA1 Message Date
dhuuthang
9069b27d4e
Add code to hide initial cmd window
Signed-off-by: dhuuthang <dhuuthang@gmail.com>
2024-07-25 23:17:12 +07:00
dhuuthang
1788a0451c
Update Windows-WSL2-Installation-Instructions.md
Add script for quick init

Signed-off-by: dhuuthang <dhuuthang@gmail.com>
2024-07-25 22:52:03 +07:00
Henry Gabryjelski
2442a9f4f2 update wsl2 instructions for USBIPD v4.0.0 2024-01-28 19:05:05 -08:00
Marcos Del Sol Vives
572bdbf727
Document dependency on GD for ePaper devices 2024-01-07 17:15:13 +01:00
iceman1001
0c4a1066c1 text 2024-01-05 19:27:38 +01:00
Henry Gabryjelski
c858d6fdc7 Minor update to WSL2 instructions 2023-08-14 19:07:35 -07:00
Philippe Teuwen
83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
Henry Gabryjelski
032f304bf9 Enable use under WSL2 w/Kali Linux distribution
* Assign group ownership and permissions in udev rules
* Add documentation on WSL2 installation and use
2023-01-31 10:00:36 -08:00