• 0 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • As I understand it it’s the anti-cheat that is the problem. If this is the only problem there is essentially only two possible ways to get Fortnite running in Linux:

    1. Get Epic to support Linux
    2. Crack the anti-cheat.

    Since a major part of anti-cheat systems is preventing people circumventing it I would say that the easiest path would be getting epic to support Linux. One valid argument would be to play Fortnite on Steamdeck .


  • Essentially it only moves the borders of the partitions and “repairs” the filesystem inside each affected partition.

    If there is data in an area inside the partion you are manipulating gparted has to move the data to an area inside the partition that is unaffected or move it to the new parts of the partition. This can take a long time even if modern PCs easily move 100MB/s

    Also, even if gparted is mature software and the devs probably have implemented a lot of security measures you should always backup your data before manipulating the partitions. Especially when you’re playing around with filesystems that aren’t native like NTFS or more complicated filesystems like ZFS. I know people often nag about this but trust me… Blow 2TB of your data and you really really regret not spending 10 minutes backing up the essentials.

    I’ve been using gparted for as long as I can remember and only once or twice has it caused dats loss. Since I’m very old school (started playing with PCs when 386DX 16MHz was fairly hot and RLL disks were a thing) and nerdy I was able to use data rescue software that looked for filesystems over the whole disk and guessed where partition borders should be.

    Avoid this type of anxiety by backing up all data or at least backing up the data you can’t live without.

    Also, if you have a spare disk, it’s faster and much safer to partition the spare one and just clone each partition. Sometimes it’s even faster to clone the disk this way and then clone it back.




  • It’s a well known fact that every second major release of Windows is crap.

    • Windows 95 was not the best.
    • Windows 95OSR2 was the one you wanted.
    • Windows 98 sucked.
    • Windows 98 2nd ed. worked as the former should have.
    • Windows 2000 was great but had no support for running games.
    • XP solved that and made people leave Windows 98 (I deliberately left out the clusterf… Windows ME.).
    • Windows Vista sucked balls.
    • Windows 7 was what Vista should have been.
    • Windows 8? Metro on phones, yes! On desktop? No no no.
    • Windows 10 got Microsoft back on track again.

    I thought the new upgrade scheme (2 editions per year) Microsoft introduced with Windows 10 would be like “every second release will suck” but it started to look like Microsoft were able to break the curse…

    …and then Windows 11 happened.





  • Unfortunately this is coming and a majority of people are going to happily step on to the train.

    Think of it like this: 99% of all apps could have been just web apps in a mobile browser (Hell, a majority essentially are just a wrapped web app) but because of companies offering more/better functionality people choose to use the app.

    All that needs to happen is sites starting require DRM functionality for “security reasons” so that the end user can enjoy more features.

    A majority of end users don’t understand the implications when making choices like these.



  • Grub is a bootloader. Instead of starting Windows immediately when you turn on the computer there is a program called grub that is started. In grub you get a menu where you can choose what OS, Windows or Linux, you want to start.

    Now, Microsoft doesn’t like that because in their world there is only one OS so why would you even need to choose? 😉 So what Windows does sometimes is to remove Grub and make sure the computer starts directly into windows.

    If this happens you just Google and you will find how to boot up on your Linux DVD/USBstick and run some commands to get the menu (Grub) back.