Long live to Free and Open Source software!

  • 6 Posts
  • 25 Comments
Joined 1Y ago
cake
Cake day: Jun 11, 2023

help-circle
rss

There is something that I do not quite understand, suppose I host GameVault, those who use my instance will be able to download games from a library that I host, or everyone gets their own games and the system simply takes care of showing which game play each person?

And is GameVault currently federated or is it planned to be? I mean, that I can see what someone from another instance is playing?


Honestly you are right, I should think before posting things like this, may sound dramatic but I don’t want my whole Instance to be damaged by a post.


VPS and piracy
Why happen if I store pirated content inside my VPS? I think the answer is pretty obvious, in their TOS should say that if I do that they will BAN me without warning, but can they detect the files? Or worse, what if I download directly into the VPS with torrent or Jdownloader? From what I understand (and based on USA laws) only if I torrent something they can BAN me, because I'm redistributing something with copyright in their servers, and I don't only refer to games, this can apply to music, movies, etc.
fedilink

I actually wanted to post something related some days ago. Why happen if I store pirated content inside my VPS? I think the answer is pretty obvious, in their TOS should say that if I do that they will BAN me without warning, but can they detect the files? Or worse, what if I download directly into the VPS with torrent or Jdownloader?


I should feel bad about myself for selfhosting using Yunohost?
I recently got into the world of self-hosting, and although I'm doing it through a VPS I've learned many interesting things, even so, I've only had my VPS contracted for 10 days, and of those 10 days, 8 I spent burning my head learning concepts that I had never heard or understood, and actually it's funny because I remember that's what it was like to learn to use Linux. To begin with, I started with Ubuntu 22.04 and docker, in some situations installing the service was simple, running a command in my console and opening a browser in localhost and the port used, simple, but as I was installing services I found some that they simply exceeded my patience and knowledge, as was Peertube where I simply do not understand why I need to put a name and a password to a thousand different databases, and many times they use concepts like `<SECRET KEY>` I don't have the slightest idea what it means. And so, I came across Yunohost, who makes the selfhosting process miserably easy, but so easy it honestly makes me feel dirty, to the point that I remember dualbooting Windows simply out of fear of Linux. Now, I have 100% intentions to learn all those concepts that I don't know and manage my servers on my own and it's not that I'm "afraid" to do things on my own, but I need a stable server where I can have my services hosted, I can't create a docker instance to realize the following week that I restart the server to update that I forgot to point to a persistent volume and I lost all my data, which didn't happen to me but it was possible because in the end I do this for hobby and I'm experimenting. And I don't know, I don't feel exactly "good" with Yunohost, I mean, it works great but what if for example I want to host something that is not in their list of supported services? I basically screwed myself. I feel like I'm in the same situation where I dualbooted Windows just for fear of Linux. Edit: Thank you all for commenting! I am not answering them one by one because it would take me too long, but I want to clarify that I do read the messages and I agree with most of the comments, if not all! Although yes, I won't keep burning my head over it, while my VPS works, I'll learn everything I can virtualizing on my own PC.
fedilink

I took a quick look and it says it has a free option for individuals with practically everything unlocked, what’s the point of that? It’s a trick I guess?


I hadn’t thought of it and it sounds awkwardly simple, I’ll try it.



How do I add a second domain in a file with an SSL certificate already signed by Let’s Encrypt?
Well, at this moment thanks to [this](https://github.com/christianlempa/videos/tree/main/nginx-reverseproxy) tutorial I managed to configure Nginx correctly and now when I go to the subdomain of my website, everything works perfectly. What the tutorial does not mention is how I can add a second domain in the /etc/nginx/sites-enabled/mydomain file since at the end of the tutorial the document already has an SSL certificate that points to a specific IP address and domain. I have read that it is as simple as "copy and paste below the "server" block but in that specific example there are two server blocks, and if I try to create another file using the same content of that one but changing the IP and subdomain, I get an error when trying to restart Nginx saying there can't be two files pointing to ::[80]:
fedilink

I fixed it but now I had another strange problem, I used docker to install Owncast and made it use the port 9090 but it seems that Owncast want me to use 8080 to watch the web server, any idea how to fix this?

(When I start Owncast it says that the web server is on 8080)


I need help by hosting Fireshare
It's my first time trying to selfhost things for myself, and among one of those services I want to host is [Fireshare](https://github.com/ShaneIsrael/fireshare), but I just can't make it work and I don't know how to make it work. First of all, I'm a complete noob and I barely have experience with Linux, I'm a complete ignorant on servers. I honestly don't understand how to install it in the first place, and I've already seen the Docker installation command. ``` docker run --name fireshare -v $(pwd)/fireshare:/data:rw -v $(pwd)/fireshare_processed:/processed:rw -v /path/to/my_game_clips:/videos:rw -p 8080:80 -e ADMIN_PASSWORD=your-admin-password -d shaneisrael/fireshare:latest ``` When I try to run that command and change the directory of the clips, and the administrator password the only thing I get is a Docker error saying: >docker: Error response from daemon: pull access denied for 8080, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. And besides, already host Owncast at port 8080, can't I use another port?
fedilink

Personally I don’t think so, it’s related to modding and emulating Nintendo games, which is directly associated with piracy, and it’s also a simple way to mod TOTK which has gained so much traction lately to the point of banning an entire subreddit.

But you could send a direct message to one of the mods in the community to see if they approve the post or if it could be considered offtopic.

And by the way, I agree with you packaging it as a flatpak (where I find it funny, because it could be considered a grey area in relation to piracy, because there are emulators like Yuzu and RPCS3, and even a Minecraft launcher that doesn’t need an account to play, check out their FAQ on their website), but I understand that flatpak packaging is a pain because of the process it takes, so maybe for now you could aim a bit more to use appimages.


An excellent tool, thanks to the dev! And the new name suits it great!

Have you considered making a crosspost of this to c/Piracy?


That’s why I said natively.

I agree with what you said, but it’s also important to clarify that a lot, but a lot of pirate Windows software doesn’t run on Linux with just two clicks, even with Wine, it doesn’t look like it but check c/LinuxCrackTips.

Games like Forza Horizon 5 or Monster Hunter World (just to mention two examples I have in mind) need to run under a specific Wine prefix that is usually not as simple as searching on internet which prefix to use, it’s pure proof and pain of trying until the game miraculously opens, and many times if it’s not the problem of the prefix itself it’s because you have to add specific environment variables, sometimes you need specific dependencies that you don’t have any idea, sometimes said dependency is DX11

I think that even sometimes is worse, Days Gone for example ran with lag because I used “system sync” and not “esync” and here it wasn’t even the prefix problem, it was of that, nobody told me, I had to try it myself.

And not to mention that when you want to download pirated games on Linux it’s best that they’re a crack made by Empress, since she/he has to work specifically with Proton binaries to make it work on the Steam Deck, look Resident Evil 4 Remake where Empress had to create a crackfix specifically for Linux (better Linux support than Capcom herself, heh) because the game to Linux users under Wine/Proton threw an error, but the same game on Windows didn’t suffer from that.

And finally, there are programs that just don’t run because “Your GPU isn’t supported”, that mean that the program it’s not detecting the driver, so I find it hard for something like a cryptominer to work in Linux under Wine, but of course it can happen.

Personally I use Bottles, since Bottles allows me to manage my prefixes and their processes in an orderly and clean way with graphical interface and within a flatpak container (which I know, it is not necessarily the safest thing, but it is inside the Wine container, and the Flatpak container that gives me more security) but within Bottles I can close all the programs and processes that a prefix has open with a click, if I had Wine installed at system level where the programs ran to two clicks I actually would worry too much because I would not have the same level of management as in Bottles.


Probably because the vast majority of the pirate software available is for Windows, and there’s no way that program will run natively on Linux.

I mean, if I download a movie from freevirus(dot)com it is most likely that the movie will be a .mp4.exe and not a .mp4.sh.


The only problem with this is that most emulator repacks are usually not just the emulator files and that’s it, they are usually an executable, and I’m using Linux, if it were a typical repack I choose to download only the mod file inside the repack and that’s it, and your idea is not bad but Linux honestly does not get along with Windows repacks at all.


Pokemon Arceus 60fps mod (Yuzu)
Does anyone know where I can download the mod to have 60fps on Pokemon Arceus? I've researched and the only place I get there is in a r/NewYuzuPiracy post that I can't visualize because the community was banned. And I've also found codes to increase FPS but according to what I read that only works on the Switch and not on emulators like Yuzu.
fedilink

I seed at least 10 files at the same time on my main desktop and the CPU usage used by the program I use never goes above 0.5%, I can play and do everything I normally do and never have to stop seeding files. In the HDD usage I honestly don’t know, although the games I play are on the same HDD that is currently seeding.



Ohh I got it and it’s great, thanks!

It’s just that some flatpak programs don’t have a .bin to point to, and I thought I needed to point to Yuzu’s .bin.


Does it support the flatpak version of Yuzu?


I’m not a Mac user, but it seems to me that Torrrminator has a lot of GoG games.


Shit you’re right, I forgot that with torrent that’s possible! thank you!


Vimm is the best of all, but in this specific case that I want to download Little Big Planet 1 the two ISO files that Vimm provides do not run because RPCS3 does not support that version, I tried to update it manually without success.

And I already use Ziperto and NoPaystation and they are great! But I prefer torrent downloads because they save me the fatigue of having to download different .zip/.rar files and many times they are already unzipped.

I’ve never used a private tracker before and I don’t even know how to “be admitted”.


Do the repacks come with the .xci or .nsp separately or in a directory where I can extract it and copy it to another one?

I already have Yuzu configured on my machine (which is Linux) and I’m pretty sure that Wine could not run an emulator as smoothly as the emulator itself does natively on Linux.


I prefer torrent more than anything because I’m on Linux and downloading using programs like JDownloader is a bit uncomfortable, literally once you minimize the window is very difficult to reopen and without minimizing for some reason only the window consumes CPU resources.

AlvRo’s Collection looks great!


Sites to download ISOs (PS3) and NSP (Switch) from torrent
Does anyone know some sites to download via torrent Switch or PS3 games? I know I can just use some megathread site and search for the title I'm interested in and that's what I'm doing, but 90% of the cases of PS3 games don't any seeder.
fedilink



As a Linux user who lost at least 100 hours of his life wasting time trying to install a thousand different repacks, I suggest you to stay as far away as possible from any windows repack such as Dodi or FitGirl, usually they open but half way through the installation for x or y reason the installation stops and gets corrupted, you can try a thousand times with a thousand different commands and variables and nothing changes.

I suggest you to use “pre-installed” formats, Steamrip is my top 1 page to go to when I want a pirate game on Linux using Wine, and this is because the game already comes pre-installed, you just have to unzip the file and you have it ready to play.

Then, other highly recommended sites are Elamigos and GoG-Games, and if you really want to download repacks you have Torrrminator which personally I have never used.

Someone should create a community about Linux piracy like r/linuxcracksupport, I would do it but I don’t know if I have the time and patience to be the mod of a community.


I recommend you as the others commented to search in torrent pages.

SolidTorrent, TorrentGalaxy and 1337x are just some of the sites I use to download courses, and at least in my case I found hundreds of resources, books and videos of complete programming courses.