Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SO
Posts
16
Comments
219
Joined
4 mo. ago

  • Thanks, I realized what I really want is database with "redirection" to resource. That is, it is organized as a database, but I can also open the target file in usual file browser.

    What is a good GUI application for this purpose? Options in both GUI and TUI would be great!

  • stop

    Jump
  • Great explanation! Though I prefer to regard monads as semicolon simulators. Monads combine actions separated by semicolons together. The combination can be exceptional, logging, multi-output, or whatever.

  • I got

     
        
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    ...
    tcp       51      0 0.0.0.0:11000           0.0.0.0:*               LISTEN      155359/conmon
    
    
      

    It is listening at the right port. But Recv-Q is nonzero, which seems quite strange.

  • Thanks for looking into it. I am not publishing any ports other than Caddy, and forgejo's ssh port that I think cannot be forwarded. You mean I should block port 3000 from my VPS as well, right?

    I am having trouble reading ss -nltp output, could you explain what each entry means?

    Also I am concerned that allowing access to podman1 private network interface could be too permissive. How do you think?