Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

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

help-circle


  • Wine can’t properly access USB devices, so even if you got iTunes installed, it wouldn’t work.

    I’m sceptical that a VM is out of the question, one should run on almost anything, though not necessarily perform well. I would give it an attempt, if you didn’t already.

    Still, it might be simplest to set up a windows install with itunes on a usb, or second partition, and boot into windows only when you need to.













  • Is it actually being used?

    My guess it just doesn’t evict stuff from before the suspend, starts re-loading stuff after the resume, which makes the apparent amount “used” go up.

    On a normal linux system, “free” RAM will over time drop down to zero, as the kernel puts the extra memory available to use. But it doesn’t mean there isn’t room to evict less-needed stuff if necessary.

    AFAIK linux only starts actively evicting RAM once it fills up.

    Like the other guy mentioned, drill down and see if yiu can find the actual program causing the problem.






  • I haven’t found anything that is quite like Macrium. Mostly, because something that works the same way is a bad idea on linux. Because as you suspect, an image backup cannot be done while the partition being imaged is live.

    Macrium creates restorable images of your entire boot partition or disk, as-is, which can then be restored onto the same, or an entirely different, disk.

    This isn’t really something you can do in linux, with a system that is live. Hence, partition images should be done offline, when the given partition isn’t booted.

    That said, everything that matters can be backed up simply by copying the relevant files. For this, I use Kopia.

    As for making sure you always have a bootable system, for this I use Timeshift on btrfs.

    For MS office, you might try winapps. Sounds like what you’re hoping for.