• 4 Posts
  • 197 Comments
Joined 9 months ago
cake
Cake day: September 29th, 2023

help-circle

  • exu@feditown.comtoLinux@lemmy.mlProblematic computer
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    You could download stressapptest and run that memory benchmark in the normal system.

    I’m not sure how well the current version of Memtest does, but when I was overclocking I was told not to use it as it couldn’t reliably get memory to crash. (Funny problem to have). The two recommended tools are Windows only, so I found stressapptest as the best alternative.
















  • exu@feditown.comtoLinux@lemmy.mlQT Theme management in Sway
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 days ago

    In my experience setting environment variables is pretty inconsistent. The easiest way would be using /etc/environment. This sets stuff globally for all users and definitely works.

    PAM also used to support a per-user environment file, but that’s deprecated or removed even. The best you can do for per-user config is setting variables both in your login shell and the systemd user environments file.