• 0 Posts
  • 15 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Welcome to the club :P

    Not surprising coming from PayPal, elementary OS should really just move away from them. Fun fact: If their PayPal account was banned that means all recent donators that sent them money through PayPal were also banned/had their accounts frozen.

    I used to use PayPal maybe 15-20 years ago and used to donate to FOSS projects with it. At one point PayPal decided I was being shady and banned my account. At the time figured it was just my own problem but later on I heard from one of those FOSS projects, turned out that their own PayPal account was banned in the process due to receiving money from a banned account.



  • I made the jump to OPNsense recently, ended up buying a Protecli to install it on and its been working great so far. For me it sort of made sense since I wanted to have a little purpose built fanless system with Intel NICs, and Coreboot and Console access via USB are nice bonuses too. My original thinking was to try running other services on the same hardware (using Proxmox maybe) but for now it just runs OPNsense and nothing else… maybe it’s better for the network firewall to just be the network firewall, it’s the one thing I don’t want to crash and have an outage with.

    But you don’t have to do that, pretty much any Intel/AMD based system with multiple Intel NICs should work with an OPNsense install. The other mini pc vendors will be a bit cheaper for sure, just be mindful of RAM and storage prices right now.




  • That’s interesting, didn’t know that existed. I know OP didn’t ask about cost but I was curious if you’ve been paying for major version upgrades or subscribing for the yearly support? According to their pricing page only minor updates would be automatic for the free installs

    https://fydeos.io/pricing/

    so you’d need to manually upgrade the system whenever you need a major OS update to be done. It doesn’t seem quite as automatic as OP was hoping for but maybe it’s not a bad tradeoff if you only need to touch it once a year or whatever the software release schedule is.


  • Seems rare-ish, very skeptical about $3 million rare but I guess the selling point is more about that particular cartridge being distributed with the Nintendo sticker seal vs the plastic shrinkwrap most cartridges had later on?

    anyone I knew who had an NES had the Super Mario / Duck Hunt multicart, or very occasionally Super Mario / Duck Hunt / Track & Field triple game cartridge from the bundle that included the Power Pad.

    You got me thinking about that, you’re probably talking about what Nintendo called the Action Set bundle, or the Power Set after that, when they were including those dual/triple game paks.

    My own was the earlier bundle, what Nintendo called the Deluxe Set, that one came with two separate games (Duck Hunt and Gyromite). We had to buy SMB separately… definitely don’t remember if it had a sticker vs shrinkwrap.

    Wikipedia mentions the different NES bundles back then https://en.wikipedia.org/wiki/Nintendo_Entertainment_System#Bundles_and_redesigns




  • Offhand I’d suspect a finicky adapter. Does the adapter work with other disks? Does the disk work when plugged into a server/computer directly?

    Assuming it’s the adapter being finicky - did you happen to try using other USB cables with the adapter?

    When plugging into the system - Does the dmesg output display anything else useful, any warnings or anything? I would have thought it would give you the USB drive chipset vendor/model, I didn’t think Sabrent builds their own chipsets but could be wrong.

    Also would try doing a smartctl --scan followed by a smartctl -a /dev/YOUR-EXTERNAL-DRIVE and see what comes up. (those are part of smartmontools)



  • tried it via tor

    Doesn’t load in Tor for me either but I suspect their site is simply blocking Tor. The site does load fine outside Tor in the regular clearnet.

    9 times out of 10 these sort of things turn out to be a DNS issue on your end, you might want to double-check you’re actually able to query their IP address via nslookup freedns.afraid.org or similar. (assuming you’ve already tried other web browsers to rule out issues with installed extensions or specific browser settings).


  • Adding onto the other comments, if you have admin access to your network router/firewall you can configure the incoming port forward itself to only allow specific IP addresses while dropping traffic from any other internet WAN IPs. It’s a bit like using the Jellyfin whitelist/blacklist but doing it at the network level. This drops all unwanted internet traffic to that port at the firewall before ever reaching the Jellyfin software. Downside is having to occasionally update the firewall whenever there are IP address changes.

    This is probably only feasible if you only have some specific Jellyfin clients in mind to accept connections from, not any random person from any random WAN IP address.