mcx808

joined 1 year ago
[–] mcx808@programming.dev 1 points 6 days 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 2 points 3 months ago* (last edited 3 months 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.