[-] mcx808@programming.dev 1 points 4 months ago

If you’re using docker compose, it will create a default bridge network with a CIDR that could overlap with a real network routable to the host, which messes up network egress from the container.

If this is the case it’s useful to specify the bridge network CIDR in the compose file as something you don’t use.

[-] mcx808@programming.dev 1 points 11 months ago

Sysinternals handle is lightweight unitasker for this too, better option for servers.

[-] mcx808@programming.dev 1 points 1 year ago
Select-String

It’s really useful too. You can either pipe in text or for example Get-ChildItem a directory of files and it will parse them all. As usual it returns a helpful object with properties like line number.

[-] mcx808@programming.dev 3 points 2 years ago* (last edited 2 years ago)

What is 'end-to-end encrypted' about dumbdrop? I ran a quick test by running docker run -p 3000:3000 -c /private/tmp/dumbdrop:/app/uploads dumbwareio/dumbdrop:latest

Opened localhost:3000 and uploaded a file.

A copy of that file is now sitting, unencrypted in /tmp/dumbdrop. Searched the documentation for the work encrypt and found nothing.

mcx808

0 post score
0 comment score
joined 2 years ago