• 1 Post
  • 131 Comments
Joined 11 months ago
cake
Cake day: August 19th, 2023

help-circle
  • It’s unfortunate that the Adobe suite is not on Linux. FreeCAD and Blender are the standard of 3D modeling on Linux but Adobe Web has been picking up steam lately.

    If you have two computers you can add the program to Steam on Windows and Stream it.

    If it’s not very performance heavy then you could run it in a VM and use something like Dropbox or Mega to sync your work through the Internet.

    If the files are very large I’m not sure, but I think you might be able to mount a shared filesystem that’s used by both the VM and the Linux host









  • I’ve been running Bazzite based on silverblue on my desktop for remote gaming and dockering. Everything was amazing until I started doing some mid-level docker stuff because of the rigidity of the distro.

    Podman largely works but since it’s rootless it won’t have access to mounted drives easily due to SELinux.

    Mounting a drive automatically wasn’t intuitive either and I ended up editing the /etc/fstab manually.

    Setting up a swapfile was also tedious, I needed more than 8GB so I made a 32GB swapfile but I still had to run a sudo command on startup since I’m not really confident with creating a systemd service on an immutable distro.

    All in all I should have just gone for Nobara or a regular Fedora but that’s because I have a really edge use-case.

    That being said I still highly recommend it. It’s stable, easy to “rebase-hop” and everything just works well and it’s very stable. I’d recommend it for pretty much anyone unless you’re going to do some heavy self hosting with multiple HDs.