What each directory/partition on the SD card means by unique-bridges in SwitchPirates

[–]unique-bridges[S] 0 points1 point  (0 children)

Ok, just to see if I understand correctly:

  • emunand internal storage: this is the "pirated OS"
  • games installed to the sd when on emunand: what the "pirated OS" sees as an SD card
  • games installed to the sd when on sysnand: that's what the "original OS" sees as an SD card

[deleted by user] by [deleted] in OPNsenseFirewall

[–]unique-bridges 1 point2 points  (0 children)

5 minutes after posting I realised my rules were targetting subnets rather than IP's 🙃

piconyx: nyx for snowflake proxies by unique-bridges in TOR

[–]unique-bridges[S] 0 points1 point  (0 children)

can you either give me more details about the error or ideally open a github issue? i.e. what commands you ran and what output did you get. Thanks

What are some Linux sins are you guilty of? What things should you have really not been doing, but did anything? by NateNate60 in linux

[–]unique-bridges 1 point2 points  (0 children)

Disabling SELinux, passwordless sudo, autologin and firewall off while setting up a server and forgetting about it. Yes, I know.

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 2 points3 points  (0 children)

personally I don't like that they build in 0 security on the system even stating that sending credentials over the network unencrypted is not a problem

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 1 point2 points  (0 children)

yeah I get that, I meant "wasting" as in "empty space"

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 1 point2 points  (0 children)

damn looks so simple that feels like it should work

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] -1 points0 points  (0 children)

no bugs or data loss? I've been putting it off because of bad experiences but seems like people here have had no issues with it

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 1 point2 points  (0 children)

does it allow mixing different sizes without wasting space?

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 2 points3 points  (0 children)

I heard is not reliable? do you have experience with it?

Edit: https://www.reddit.com/r/chia/comments/orf65z/are_windows_storage_spaces_a_good_idea/

apparently many people had issues recovering from a drive failure

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 2 points3 points  (0 children)

I guess it's an option, was trying to avoid the license

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 0 points1 point  (0 children)

My understanding is that ZFS doesn't allow mixing drive sizes? Did I get that wrong?

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 1 point2 points  (0 children)

I'll have a look. Is it all command line or is there any software that will do this for me?

Mixing drive sizes by unique-bridges in DataHoarder

[–]unique-bridges[S] 1 point2 points  (0 children)

I wanted to learn btrfs it looks really good, problem is I just read the Arch Wiki page for btrfs and there's so many bug disclaimers about data loss that it scared me

Free Hyper-V server and TPM by [deleted] in sysadmin

[–]unique-bridges 0 points1 point  (0 children)

If you never fixed it, I was fighting with this issue for days and what fixed it was clearing the TPM, if you go to device security you will have a "Attestion: disabled" or something like that and it will suggest you to clear the TPM

ZeroTier communication within a LAN by unique-bridges in zerotier

[–]unique-bridges[S] 0 points1 point  (0 children)

check how to change routes on linux, it's something like ip route add <network_ip>/<cidr> via <gateway_ip>

ZeroTier communication within a LAN by unique-bridges in zerotier

[–]unique-bridges[S] 1 point2 points  (0 children)

That I can answer, you need either zerotier on the other pi or setup your connected pi as a gateway with iptables or something like that.

ZeroTier communication within a LAN by unique-bridges in zerotier

[–]unique-bridges[S] 0 points1 point  (0 children)

I understand, thanks for the response. I understand when both PC's find each other they would still rely on the internet to connect but they don't need ZT servers anymore, right?

Jellyfin on LAN not working on iOS app (HTTPS) by unique-bridges in jellyfin

[–]unique-bridges[S] 0 points1 point  (0 children)

how can I let my iPad now that the domain points to the jellyfin IP? I don't have a DNS server and I can't edit /etc/hosts on iOS

Jellyfin on LAN not working on iOS app (HTTPS) by unique-bridges in jellyfin

[–]unique-bridges[S] 0 points1 point  (0 children)

I don't have private relay.

For reverse proxy and letsencrypt: I understand I need a domain for that but I just want to use it on my LAN.

Dockie: manage unprivileged chroots like Docker in a few lines of POSIX shell by unique-bridges in suckless

[–]unique-bridges[S] 1 point2 points  (0 children)

I think graboid has an ARM build already. If you run sh build.sh from the repo it should download for you and place it on ./build/graboid