Skip Navigation

Posts
25
Comments
454
Joined
2 yr. ago

  • Edit: I've reread your post, you are trying to run non-steam games through steam & proton right?

    Did you move/symlink compdata out of the NTFS disk?

    https://wiki.archlinux.org/title/Steam/Troubleshooting#Steam_Library_in_NTFS_partition

    https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows#preventing-ntfs-read-errors

    I use ntfs3 (not ntfs-3g driver) with uid=1000,gid=1000,umask=000,rw,user,exec,nofail,nocase,windows_names flags and after moving compada out (see the github link) it kind of just works.

    Also what is your HW? If you have a laptop with extra dedicated gpu or have PC with cpu with integrated graphics and extra GPU card the games might be trying to run on the wrong GPU.

  • There is also 6 hour long Down The Rabbit Hole of Eve Online (yt vid)

  • Run your ip through ip abuse databases to make sure there is nothing wrong perceived from outside.

  • There is a youtuber for that!
    Asianometry has a lot of "documentary"-style videos about microchips, civil engineering and histories of interesting industries (Zweis lenses, ASML, so on).

  • This happens to me often whenever nvidia (dkms) rebuilds and the module compilation fails (for whatever reason).

    Usually I drop into tty ctrl+alt+f2 as root, run dkms autoinstall (or just yay -S <your nvidia package> should trigger dkms rebuild if needed) and then rebuild initramfs ( mkinitcpio -P), reboot.

  • What about edibles or drops? You could differentiate if it's because of the smoking or weed in general.

  • Anything without vocals so that it doesn't force me to actually think about it, just vibe.

    Lately Chikoi The Maid (maidcore rock) or Gnome (the Father Of Time album, just-riffs-rock?) to some dnb/techno stuff, depends on the mood and how hard I need to focus - faster is better then.

  • Just a note from a small/personal instance owner to potential others, this will explode your bandwidth and storage usage.

  • I've once tried WinBTRFS and on top of not making it work I still have leftover drivers that can't be deleted.

    I just use ntfs3 and ever since tweaking steam so that it does not put proton compatdata on it I didn't have to reboot and run chkdsk for months now.

  • Wohoo time to hack this old phone of mine. (for the interested, I've found CVE-2024-31317 which is easier but should get only system user/uid 1000)

  • Unexpected first Law by Joe Abercrombie! Loved it, Glokta is such an interesting character.

  • For half a moment, that shared nothingness created something new, but then they came and chopped it off into small, blend, mouth sized pieces that never make you full.

  • Unpopular opinion?: without wordpress, mysql/mariadb would have died years ago.

  • Permanently Deleted

    Jump
  • EU should not care about non-EU companies

  • Uh probably not that helpful but I am somewhat sure that this was super easy to do from virt-manager (on Arch qemu & kvm, virtualizing Tiny11 )

  • So the lower-ish difficulty answer would be to run the iso installer in a VM with the usb stick forwarded to that VM.

    Or you can learn what those fancy installers do: on debian you would use debootstrap

    Here seems the whole guide on how to install debian manually with it:
    https://gist.github.com/tr3buchet/6407920

    Btw, this is also basically how you install Arch. As of until recently there wasn't any installer and you had to go through each step manually (create partitions and fs, install the base system with insert distro specific tool, chroot, update fstab, distro specific finishing touches, voilà)

  • Afaik you can self-host the Renovate bot, though don't remember if it's fully open source & self-contained.

  • How did you install jellyfin?

    It should not core-dump (read: hard crash, something has gone terribly wrong), at best you should get a configuration error and errors like that.

    You can see the logs of any systemd service/unit with this: journalctl -u <name of sevice> so in this case journalctl -u jellyfin (Tip: add -f to follow the output of a running service - useful for monitoring).

    Note that some programs log to their own files (and not to stdout) so if the above command comes out empty you should look into /var/log/ directory.