Dobin Rutishauser

Results 43 comments of Dobin Rutishauser

I'll create a small standalone python script which can work with the pickle files.

As i've seen, the following corpora would be somewhat useful: * http* * web* But generally, the existing input corpus are either prepared files, or single request's. But basically, need...

linuxcontainers.org website uses term.js: https://github.com/chjj/term.js This is not maintained anymore, and as mentioned on the github page, the official successor is: https://github.com/sourcelair/xterm.js In lxd-webgui, i just exchanged term.js with the...

I'll have a look, as I anyway want to use lxd-demo-server for a private project.

Sorry, other projects had higher priority than this one. Will look into it the next few days.

Ok guys, can you try to specify the allowed IP addresses, instead of using "*"? ``` $ sudo lxc config set core.https_allowed_origin ``` Maybe is 127.0.0.1, or your real internal...

Thanks a lot. I was initially unable to make lxd-webgui work too (again...). but after some hours of debugging: There are a variety of problems here: * The LXD version...

For further reference: Debugging involves using F12 "Console" to see Cross-Origin request error, "Network" to see actual requests and HTTP headers, and starting LXD with the following command line: ```...

Yes you can connect to remote LXD server instances. I'll update the readme accordingly.