• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle


  • In group policy (local or domain):
    Computer Configuration > Administrative Templates > System > Display highly detailed status messages

    Also make sure that this policy is not set or set to disabled:
    Computer Configuration > Administrative Templates > System > Remove Boot / Shutdown / Logon / Logoff status messages

    Instead of using local group policy you could use the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    “VerboseStatus”=dword:00000001

    If you do it through registry, make sure this key is either non-existant or set to 0.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
    “DisableStatusMessages”

    If you use Windows a lot, get used to the group policy editor. Your computer should have the local group policy editor on it. If you’ve never used it before, you’ll be surprised at how configurable Windows can be if you know where to look. They just don’t really give those options to the everyday user.





  • While I doubt there are like scientific papers on it or anything, the reverse correlation seems to be pretty strong. I know a lot of trans women who work in tech (IT support, programming, electronics, etc). There are also plenty of memes in trans communities about how we all work in tech, especially programming. If you search for “programming socks” or “Unix socks” you’ll get stripped thigh highs for instance.

    Now whether trans people are more likely to work in tech, or if people in tech jobs are more accepting of trans people or something else, it certainly seems like trans people have a slight affinity for tech jobs.


  • They are kind of two separate things.

    Pi-Hole will work on literally every device on your network. It can block ads on smart TVs, cell phones, etc. It can prevent certain forms of tracking on video doorbells, voice assistants, cameras, etc. You can also set up custom DNS to restore online service to old game consoles or to host web services at home.

    You also get all the metrics. For example, I can see that my computer reaches out to my printer several times a minute and that the Oculus app for my Quest 2 was reaching out to its servers even when the app was “closed”.

    You could also use it as a sort of parental control. It can provide one set of block lists to the parent’s devices and a different one to the kids devices. Or you could do the same with IoT devices so they are only allowed to reach out to the services they need to be able to run.

    uBlock is still important though. It’s possible to get around a DNS filter like Pi-Hole by serving ads from the same domain that the core service is served through. uBlock Origin can do things like block YouTube ads for instance.






  • I think that: sudo apt purge xfce4* sudo apt autoremove

    should do it.

    I’ll point out that the other answers here are also correct. It depends on how you want to clean it from your system.

    “apt remove” will only remove the packages, not the config files
    “apt purge” will remove the packages and config files
    “apt autoremove” will clean up the orphaned dependencies
    “xfce4” will only remove the DE
    “xfce4*” will remove the DE and most of the other packages that come with xfce



  • I had very few that actually failed to run, most of the rest is silver with a few bronze.

    Native means the game was built to run on Linux without Proton.
    Platinum works perfectly with no tweaks.
    Gold works great, but may require some tweaks to work best.
    Silver runs with minor issues but is playable.
    Bronze runs but may crash or have issues preventing comfortable play.
    Borked is unplayable.

    I drew the line between silver and gold. If I moved it down one spot to between bronze and silver, almost everything I own would run. I think this is fantastic. This is literally running games that weren’t designed to run on Linux at all, and almost all of them run perfectly.