I purchased a new monitor and video card right before rockstar pull their stunt with gta v. They arrived the day after I was locked out of gta online. So I feel your pain.
I purchased a new monitor and video card right before rockstar pull their stunt with gta v. They arrived the day after I was locked out of gta online. So I feel your pain.
This person is an idiot and can only think of one possibility. They are ignoring the fact that fucking around on the job can have implications like increasing skills. I made the mistake of replying to this person with an anecdote of mine which I am sure will be deconstructed by them like they were there. Point is, boss allowed us to goof off with pet programming projects and that resulted in me experimenting with code I wouldn’t have had the chance to otherwise and making a breakthrough, which I then realized how to implement for the benefit of said company. So I wasn’t fucking around to make money, but the fucking around gave me the knowledge and skills to them apply that indirectly. But hey this person is determined to infect the thread with their single minded theory that doesn’t make a shit to the actual conversation.
It’s not as strict as you are trying to make it out to be. My favorite job ever was a small company. The owner was fine with us programmers just working on pet projects on company time. I was goofing around at some point and ended up writing us some code that ended up being kind of a workshop for some code that us programmers would have to sit and work on. It allowed non-programmers to set up the same conditions and handled the ‘code’ part internally. It was all because I was just goofing around with program ideas and eventually got to that point where I had my eureka moment. I didn’t set out to waste company time and money, but the end result paid off in droves, which is exactly how it sounds like the deck came to be. Another programmers goofy side project turned into an accounting package that we ended up tying into our actual product. If our boss/owner had been looking at it the way you are describing, none of that would have come to fruition, but look at all the money he would have saved not letting us programmers do what we did. /s
I see your edit, and would like to comment that you also haven’t mentioned which rpi you were going to try this on. I recently wanted to set up a quick little pc using a rpi, just so I could browse the web and maybe watch some videos. Tried a rpi2 I had laying around. No way. Moved to a rpi3, and while it would load most pages, youtube was a bust as it completely maxed out the ram and swap. I then went to a rpi4 with 8gb and it has been doable, kind of. Sometimes it’s pretty choppy with the video, but basic web browsing is ok. I did try my plex the other day through the browser and it was barely acceptable. Lots of stuttering and sometimes just hangs, but that’s not the ideal way to view plex on anything. Haven’t tried my rpi5 yet, but my point to all this is that I think you are on the right track setting it up on a spare pc he has. If you had given him a rpi as a ‘desktop’ replacement it might have just soured him on the whole idea.
Doesn’t matter, but they contradict themselves.
Headline: why isn’t everyone using it?
Body: This article breaks down what Linux is, why it’s great and how it secretly powers most of your favorite devices, from smartphones to servers.
So it looks like most everyone is using it, they just might not realize it. Which to me is a sign of a great product, when it’s use is completely transparent.
I don’t care if you play the game, or what you play it on. I have plenty of other systems that I could purchase this on. I have basically every Xbox console generation since the original, and a Nintendo Switch. So while I could be getting this or other rockstar games on multiple systems, I choose not to due to their actions. You play whatever you want on whatever you want.I would hope that as gamers we could muster up some solidarity against companies doing things like they did. Because sure it might be “insert os here” that they blocked this time, but it might be “your os” that they deem unworthy next time.
Awww, sorry rockstar but due to your fucking of linux users with GTA Online, I won’t be spending any money on your products. I am sure this will mean nothing and no one will care, but I figured I would say it anyway.
Will make all the files in the path owned by you. Be careful if you have more complex permissions on there they will be lost.
This is where ACL permissions would help. He could give his new id ACL permissions to the files and that wouldn’t mess with the current permissions.
From the root/beginning subdir: sudo setfacl -R -m u:{replace with your new id}:rwx .
If Linux cannot help me do them then in what way is it a widely suitable mass operating system as proponents are constantly claiming instead of merely a hobby tool that can do a very limited range of things.
Not sure what you mean by this as I have used tons of linux machines to earn a living for the last 20 years or more. Just because you haven’t delved into it doesn’t mean it is just a hobby tool. No offense, but if that is your attitude towards this then it might be best to not switch. Things might not always be up to par with what you are used to, but I have seen some pretty cringy things go on in current mainstream windows. Try having an issue with onedrive and asking the team supporting it to help. First step is to reboot. If that doesn’t work they uninstall then reinstall. If that doesn’t work, well then I guess you are out of luck. When I asked them about anything in the log files, all I got was blanks stares. My point is, windows isn’t some pristine environment with no flaws that we should all strive to reach, it has it’s own issues.
For instance, your Notepad++ question. I know you don’t want to use multiple tools to replace it, but I would venture to guess that the work I do daily, I would probably come up with solutions using vi, sed, and awk on the command line just as fast as you could using the gui. The thing is, I have been doing it for so long it’s just second nature to me. Would I want to switch to Notepad++, no.
Maybe come up with some examples of what you do in Notepad++ and people can give you alternative solutions.
My distro had an update for cups, so I am guessing people are already on this. Pop Os is what I just loaded on this machine.
Not going to hold my breath after getting a ‘fuck you very much’ reply from their tech support.
They have definitely convinced me to never buy anything they make. I have too many other games in my library, so they can just piss right off.
Yup. I put in a ticket with Rockstar and here is their official reply. TLDR: Fuck off.
M____. (Rockstar Support)
Sep 17, 2024, 12:51 EDT
Hello,
Thank you for contacting Rockstar Support.
We certainly understand that you are unable to login to GTA online through Steam Deck after the update.
We would like to inform you that the primary goal of incorporating BattlEye into GTA Online is to enhance the overall gaming experience by actively scanning for cheats and exploits, and preventing players with cheats and mods from entering online. The Steam Deck players will not be able to join GTA Online but should be able to launch single-player without any issues. we appreciate your understanding in this matter.
If you have any further questions or concerns, please feel free to let us know. We are here to assist you.
Best regards,
M______. Rockstar Support
So I guess those of us who would just go to a friend only server immediately upon starting the game, are fucked now if we are using linux. What a bunch of shit.
You don’t think I got this rich by writing checks, do you?
Does the uid you are using to run nginx have permissions to read the root folder (defined above as /var/www/html/partviewer/public , not the actual linux root) and below?
I got it. Felt like I was just seconding your statement.
in any sane world.
It feels like that ship sailed some time ago.
I just got an email about a new power supply board for the rpi5 - PD Power Extension Board for Raspberry Pi 5. It’s on their pihut website and is $20. Has multiple input types.
If you have time to not use the drive, you could use badblocks to test it. I usually use it with -svn as the options. s=Show progress, v=Verbose Mode, and n=Non destructive read/write mode,