Hagb (Junyu Guo 郭俊余)

Results 322 comments of Hagb (Junyu Guo 郭俊余)

> docker: Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:54530 -> 0.0.0.0:0: listen tcp 127.0.0.1:54530: bind: address already in use. ERRO[0000] error waiting for container: context...

> 好像明白了,启动docker后在容器内执行busybox nc -llp 54531 -e busybox nc 127.0.0.1 54530 对吗?执行之后确实可以在web登录,不过立刻就退出了 @Hagb > > ``` > magicdian@jingdiandeMacBook-Pro Downloads % docker run --device /dev/net/tun --cap-add NET_ADMIN -ti -e PASSWORD=jingdian -v $HOME/.ecdata:/root...

这个奇安信~~引~~天擎,有 Linux 版吗? edit: 怪不得我之前搜索不到公开下载,原来是我把字看错了。我已经找到了。 edit2: 我只找到了服务端,而且客户端的安装脚本里面似乎涉及服务端相关的内容

这里 openwrt 上通过命令行运行成功具体是指?是指 docker 容器启动未见异常,还是指用 curl 一类的工具可以在 openwrt 上使用容器提供的 socks5 服务?(如果是前者,请提供运行容器使用的命令行及其输出,以及在 openwrt 中运行 `ALL_PROXY=socks5h://127.0.0.1:1080 curl xxx.xxx.com -v`;如果是后者,请提供相关的命令行和输出)

> 启动容器后,没有看到tun0,但是用detect-tun0.sh脚本,可以创建tun0。 看看容器的日志(`docker logs 容器名`)?

> Hmm I think paint.setColorFilter() with an appropiate filter matrix might provide the same functionality like bitwise XOR: > > ```java > private ColorMatrix getColorMatrix() { > return new ColorMatrix(new...

I meet the same problem. Turning off `ClientSideGraphics` works: Save the content to file `tmp.reg` ```reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Wine\X11 Driver] "ClientSideGraphics"="N" ``` and run `wine regedit tmp.reg`.

> Can you provide a pull request? I will merge this then. Yes. But I doubt whether this workaround is reliable enough It does work on my device, but I...

Web 登录没找到有效且靠谱的办法防止多人或多设备共用时被强制下线

哦不是这个意思。指路由器(nat)下使用多个终端时被学校检测发现并且强制下线(之后需要再次登录),特别是如果玩网络游戏的话受此影响可能会比较大(重登前会有几秒时间处于无网状态)。 见 https://github.com/CQU-drcom/CQU_drcom/pull/31 。 如果只是自己用,而不是多个人共用,其实还是不太容易触发,那么可以试试基于 web 登录的方案 https://github.com/cyyself/drcom-http-multidial