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

help-circle

  • I played GTA V online with three of my friends, and had about 900 hours of play. Then one day, bam, they literally cut anyone using Linux off from being able to connect to the servers. It just leaves a real bad taste in my mouth, because I would have probably gone to RDR2 next, and might have even bought RDR on my Switch. Voting with my wallet is all I can do, and at this point it feels like voting for a president. My tiny little vote won’t really amount to much, but hey at least I can feel good about standing on my principals. Like someone else said, they have 30 year backlog of games, and I have similar. So not playing either GTA V online anymore or buying GTA VI won’t really affect me in the long run as far as hindering my enjoyment of other games so there’s that…




  • I had two giant servers sitting under my desk when bitcoin started up. I was trying to decide whether to put them to work mining bitcoin or using them for seti at home. Well I decided to go with seti. And I am actually complacent with that decision, because had I got into bitcoin I know that I would have some sort of anxiety over when I sold, or what I paid for something like a pizza. I know those people who are searching trash dumps for their old hard drives are just in a weird hell that I am glad I never put myself in that situation.






  • It’s going to take a little work here, but I have a large drive on my plex, and a couple of smaller drives that I back everything up to. On the large drive get a list of the main folders. You can do a “du -h --max-depth=1 | sort -hk1” on the root folder to get an idea of how you should split them up. Once you have an idea, make two files, each with their own list of folders (eg: folders1.out and folders2.out) that you want to go to each separate drive. If you have both of the smaller drives mounted, just execute the rsync commands, otherwise, just do each rsync command with the corresponding drive mounted. Here’s an example of my rsync commands. Keep in mind I am going from an ext4 filesystem to a couple of ntfs drives, which is why I use the size only. Make sure and do a dry run or two, and you may or may not want the ‘–delete’ command in there. Since I don’t want to keep files I have deleted from my plex, I have it delete them on the target drive also.

    sudo rsync -rhi --delete --size-only --progress --stats --files-from=/home/plex/src/folders1.out /media/plex/maindrive /media/plex/4tbbackup

    sudo rsync -rhi --delete --size-only --progress --stats --files-from=/home/plex/src/folders2.out /media/plex/maindrive /media/plex/other4tbdrive




  • This is what a ton of links end up being. I don’t know how anyone thinks that is an even acceptable user experience. Shit just popping up and covering the actual content. Actual content spread out like you are supposed to search for where the next paragraph is. The current state of most websites is just absolute shit. I end up going in and turning off javascript, since that seems to be the herpes that is behind most of this. I am not sure who or how people are making money off this advertising, but it needs to end (without having to resort to adblockers or disabling javascript). Ads have just absolutely fucked most web browsing and that’s sad.




  • Just curious what you are using. I have a domain as well, and occasionally consider setting up another email server for it. I also still have some old old accounts that are still linked to my domain email, but I just haven’t run an email server in years. Is it something turnkey that I don’t need to spend weeks configuring? In fact I might only turn it on long enough to receive emails so that I can change the accounts.