piracy

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

cyborganism, (edited ) in Looking for exploration game reccomendations that work on linux and work with controllers

Dude. Play Death Stranding with compatibility enabled to use proton and you’re in business. You’ll be playing for a looooong time exploring an incredible landscape.

Edit: I didn’t realize this was the piracy community. I immediately assumed you would use Steam. My bad.

But if you can get it to work with proton for real, it’s worth it.

xuxxun, (edited )
@xuxxun@beehaw.org avatar

Thanks for the reccomend. Sounds like my kind of vibe. A lot of things do work with proton, some don’t. I also do buy some games, just rather would test them out if they work at all before i commit this way.

brickfrog, (edited ) in Storage solutions

Most people just use a NAS (self built or one of the pre-built types) & stuff a bunch of hard drives into it. Or just stuff a bunch of hard drives into their desktop(s).

Sure there are people outfitting rack(s) of server(s) but generally that’s just the truly dedicated people going that route.

For what it’s worth hard drives nowadays go up to ~22TB so your 34TB example would only need two massive hard drives. A compact NAS or small desktop would work fine for that example.

Aux, in How viable is torrenting on a public connection?

Use a seed box to torrent, then simply download the files from it.

akilou, in Storage solutions

Have a Synology DS218+ with 2x 14TB in raid 1. So just 14TB total capacity one drive redundancy. I have over 500 movies a bunch of series and it’s like… 4tb full or something?

sillyhatsonly, in Is there a Universal Playlist which is privacy friendly?

Not a playlist per se but Datafruits.fm is a cooperative online radio station

Draconic_NEO, in How viable is torrenting on a public connection?
@Draconic_NEO@lemmy.dbzer0.com avatar

It’ll be slow as hell or bog down the connection. I know because I tried. Sometimes networks will also do tricks to block or filter torrenting though direct/unproxied connections. Usually though it’ll just be very slow.

Autonymous, in Storage solutions

I use an HP micro server gen 8 running truenas scale. Upgraded the memory to 16gb and upgraded the processor as well. 4bays with 14TB Seagate exos drives. Holds everything I’ll ever need for a long while.

foggy, in Storage solutions

God damn I gotta up my game.

My server has a 16tb HDD for slow storage, 1tb SSD SATA as a web host for my intranet, also VMs 🤓

And then 9tb (2x4 TB, 1tb) NVMe m.2 SSD

Then 4tb NVMe m.2 ssd with 8tb HDD attached for my workstation

hperrin, (edited ) in Is there a Universal Playlist which is privacy friendly?

There used to be one called Turntable.fm, but it shut down a while ago. Not a playlist, but like a live DJ thing. Maybe there’s something like that around.

JoeKrogan, in Storage solutions
@JoeKrogan@lemmy.world avatar

I have 12tb in my server with 14tb in external drives for backups

AreaKode, (edited ) in Storage solutions

Asustor LockerStor 10 with 12x 20TB Seagate Exos X20 (2 reserved as spare drives).

Clocked in around $6500 for everything, but totally worth it.

PanaX,

Holy shit that’s commitment.

AreaKode, (edited )

Surprisingly, I’m going to make my money back quick. I was previously using older Supermicro machines and small hard drives that used a ton of power. This thing let me downsize power-wise (like a LOT), and I doubled my total capacity.

abbadon420,

Damn! My kids aren’t even worth that much on the black market.

topinambour_rex,
@topinambour_rex@lemmy.world avatar

Sell them for parts, they will worth more.

userv5614, in Storage solutions

I think most people who have a large collection of movies have a NAS to store everything. I built mine with leftover PC parts after upgrading my main PC. Started by just throwing some extra hard drives into my old case, then incrementally upgraded it with used server parts from ebay, bigger hard drives, etc.

You’ll typically want to use something like Plex or Jellyfin to serve the movies to whatever devices you’re watching on. Then you’ll get into docker and the Radarr/Sonarr/*arr stack…

Check out perfectmediaserver.com

If you’re not comfortable with Linux and just want something configurable via a WebUI, OpenMediaVault is a good starting point.

7u5k3n,

Been sporting the 2017 version for ages. Snapraid / mergerfs and a bunch of drives

Docker compose on top of that with most of the arr’s and overseerr.

Good times.

damnthefilibuster, in Storage solutions

external 14 TB drive that’s slowly failing. I don’t much care about the content on it. I will just download stuff again if it craps out.

BlovedMadman, in Storage solutions
@BlovedMadman@lemmy.world avatar

I use unraid with 5x8TB drives, 1tb ssd as a cache drive for new transfers (writing to an ssd is faster, it then moves to the array after) 500GB NVME drive for appdata and applications and a 250GB ssd for VMs and ISOs

youngGoku,

Do you keep these in a low power, optimized environment or is this just your daily driver PC?

BlovedMadman, (edited )
@BlovedMadman@lemmy.world avatar

Its all consumer hardware but it’s a dedicated box running unraid.

  • I3 12100
  • 16GB DDR4 ram
  • LSI raid card
  • Case that allows for lots of 3.5inch drives
CausticFlames,

How can I set up an SSD to act as a cache if I’m already using jellyfin? Or is there no easy way to go about doing that

BlovedMadman, (edited )
@BlovedMadman@lemmy.world avatar

Ita easy to do in unraid, you set it up per share, so say you have a “media” share you can change the settings to include a cache drive and then set it to write to the cache drive first and then more to array. If you don’t have a cache drive or want to add a other you can do that by installing the ssd, booting up, stopping the array and adding in a new cache drive (you can add it to your existing cache pool to increase its size or create a new one and keep them separate for separate uses)

CausticFlames,

Interesting, the multiple caches for multiple users is AWESOME actually, I’m definitely gonna be experimenting with that!

BlovedMadman, (edited )
@BlovedMadman@lemmy.world avatar

Check out Spaceinvader One on YT, he alone is all you need when it comes to everything and anything unraid.

beerclue, in Storage solutions

NAS… I have a Synology with 4x18tb drives.

youngGoku,

Does synology phone home though? Made in China, not exactly a reputable place as far as privacy goes.

(I also have a synology nas but it has 2 2TB drives and I don’t let it talk to the outside world)

Chewy7324,

If you’re concerned about privacy, you could build your own NAS. It’s more work, but also more powerful for the money. Wolfgang’s Channel on YouTube has quite a few videos about low power diy home server.

beerclue,

If you are concerned, you could just not allow it to talk to the outside… I use pihole, and didn’t see any “talking” from it.

youngGoku, (edited )

Well it definitely checks for updates, and it has services for finding nas for dummies that use outside communications. My router policy doesn’t allow it to talk to the outside, but certain docker containers hosted on the nas can access internet via raspberry pi proxy

Occasionally I let it update then close it off again.

beerclue,

Right, and all of these are optional or block-able. I guess it depends on the use case.

But, like others suggested, you could also go the custom nas way. That way it’s completely under your control.

antipiratgruppen,

Please explain about your pi proxy. Is it like an AP isolated from your LAN?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • piracy@lemmy.dbzer0.com
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #