sonictl
sonictl
install [email protected] by ```bash brew install [email protected] ``` run the cmds: ```bash cd /usr/local/lib ln -s /usr/local/Cellar/[email protected]/1.1.1w/lib/libcrypto.1.1.dylib libcrypto.1.1.dylib ln -s /usr/local/Cellar/[email protected]/1.1.1w/lib/libssl.1.1.dylib libssl.1.1.dylib ``` Note the dir `/usr/local/Cellar/[email protected]/1.1.1w/` may differ!
> Regarding the zip files one, this is for the macOS release asset. Atom delivers both `atom-mac.zip` and `atom-mac-symbols.zip`, so if the latter shows up first in the asset list...
我用jonnyan404/verysync:test跑起来了,在armv7上。但是跑得很费劲,因为这个镜像里 /app/docker-entrypoint.sh 第18行有个 fi 写掉了!作者能不能修复之?如果我用修复后的 docker-entrypoint.sh 构建一个新的镜像,启动时貌似没有运行docker-entrypoint.sh 目前的解决方案就是 docker run -it 交互模式进去,改了,手动运行docker-entrypoint.sh。或者以下方式:docker run -it --entrypoint /bin/bash -v /mnt/sda1/verysync:/data -p 3000:3000 -p 22037:22037/udp -p 22027:22027/udp -p 22330:22330 -e PORT=8886 -p 8886:8886...
嘿,你还不信: 请看: ```bash # docker images REPOSITORY TAG IMAGE ID CREATED SIZE jonnyan404/verysync test 4643d251bcc0 6 months ago 43.1MB # docker run --name test-jonnyan404-verysync -p 3000:3000 -p 22037:22037/udp -p 22027:22027/udp...
CPU占用率高,rk3328, 1.5GHz, 170%的占用率。能否优化之??
Syntax highlighting function should be added by borrowing the do-existing highlighting configuration definitions. Is there any solution about that? Until 2024-07-26, the highlight is only supporting C, CPP, Py, crt,...