Rui

Results 7 comments of Rui

Let me create a Ubuntu VM to locate the error. :)

Those warnings are OK. What confused me is my Ubuntu 22 machine was stuck at loading ebpf modules. I will check this later. If you need to use foxear now,...

I bought one board that is produced in June 2020 but still got no output in the terminal while running both the original code and #267 code. However, I could...

Thanks. I have changed the language to Docker.

I wrote a layer 4 proxy named [fourth](https://github.com/KernelErr/fourth), and I initially tried [glommio](https://github.com/DataDog/glommio) as its runtime. Glommio is a thread-per-core async runtime based on io_uring, and it supports networking. Its...

Thanks for your reply. My SSH server will directly receive and send data from the TCP connection. The rendering work will happen in the client's terminal. So `/dev/tty` may be...

Currently, I just implemented `std::io::Write` trait for the SSH connection. So crossterm could send data to the client. I am finding a way to handle coming input.