[-] [email protected] 4 points 2 years ago

I made this last week to use up some leftover mango: https://holycowvegan.net/vegan-jamaican-mango-stew/
Substituted tempeh for extra firm tofu, boiled potato for finely diced sweet potato, scotch bonnet for jalapenos, and skipped the mango puree

And this one's pretty good too: https://www.onegreenplanet.org/vegan-recipe/sweet-potato-lentil-stew-vegan/

[-] [email protected] 3 points 2 years ago

Oh no, not our precious neolib governments :((

[-] [email protected] 3 points 2 years ago

If you're asking for an android file manager app with a gui that will connect to sshfs, solid explorer does what you need but it isn't foss.

[-] [email protected] 22 points 2 years ago

With a username like [email protected], he's gotta be a chaser and should therefore be shunned.

[-] [email protected] 5 points 2 years ago

Something like this should work on linux or mac. On windows you'll probably need to use wsl or convert it to powershell if you can't install the dependencies natively. The script requires bash, unrar, and find.

#!/usr/bin/env bash
while read -r rarfile; do
  while read -r password; do
    if unrar t -p"$password" "$rarfile" >/dev/null 2>&1; then
      echo "$rarfile $password"
      break
    fi
    echo "$rarfile password not found"
  done < /path/to/passwords.list
done < <(find /path/to/rars -type f -iname '*.rar')
[-] [email protected] 6 points 2 years ago

You are herby sentenced to be shot to death for the crime of being born in a certain country and not previously registering your interest in being shot to death. Absolutely cursed.

[-] [email protected] 6 points 2 years ago

❤️ elmwood's organic dog meat

[-] [email protected] 8 points 2 years ago

The poor lad just wanted to kill people in peace. Who could have known that he'd eventually be the one getting killed.

[-] [email protected] 18 points 2 years ago

Calling police "people" is a stretch

[-] [email protected] 12 points 2 years ago

1575 crackers found this offensive 😤

[-] [email protected] 8 points 2 years ago

LibreTube is probably what you want. There's no g**gle sign-in in third party yt clients though (vanced only has it bc it patches the official client) so you'll need to export and import your subscriptions https://github.com/libre-tube/LibreTube

[-] [email protected] 4 points 2 years ago* (last edited 2 years ago)

Assuming Linux with SystemD,

sudo systemctl edit docker
[Unit]
RequiresMountsFor=/path/to/external/volume

You can use a SATA caddy with its own power supply if your basic USB adaptor isn't able to draw enough.

view more: next ›

MYWNcWR9Rgc31zkhTOsA

0 post score
0 comment score
joined 2 years ago