Other accounts: @Dima@lemmy.one

  • 0 Posts
  • 14 Comments
Joined 9 months ago
cake
Cake day: November 20th, 2024

help-circle
  • When I took a screenshot on the Minimal and emailed it to myself (to view on my laptop), the screenshot was in color.

    Just tested this, the colour correction only affects the displayed image on my device, not screenshots

    Either I don’t have that option or it’s buried under a different name/menu path.

    Not sure when the ability to add custom mode was added (I’m on android 16), but it’s part of the menu that contains bedtime mode, driving mode and DND (edit: custom modes were added in one of the android 15 updates). You could use one of those preset modes and set the display setting for it to grey scale, but I’ve noticed that colour correction actually has a quick settings toggle, so you could use that with colour correction set to grey scale as a sort of reading mode as well. Here’s what my modes menu looks like on my phone:
    1000014905



  • Yeah, I search the AUR not to discover packages, but to see if something I want to install is in there, if it is I check the PKGBUILD and make sure none of the sources/commands/patches are suspicious.
    People need to remember it’s not some carefully vetted app store and that they need to be the ones vetting any packages they install and any changes when updating.



    • For Steam apps, the previous method doesn’t work (for some reason - maybe it uses a custom launch process?), but after trying many different ways, I was able to get most Steam apps to use the correct GPU (GPU 0) by adding the custom launch option PROTON_USE_WINED3D=0 %command%

    Steam runs the commands to launch the games directly, so editing .desktop files won’t affect anything launched through steam directly.
    PROTON_USE_WINED3D=0 is related to the graphics back ends, so I wouldn’t use it for selecting the GPU, as, while it might work for making a game use the dedicated GPU, it probably won’t work reliably as you’ve discovered. For setting a game to run on the NVIDIA GPU I think PRIME and NVIDIA Optimus are the solution, but I can’t help you much since all my systems have only a single GPU enabled. One of the following 3 launch options in steam should work:
    __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=NVIDIA_only %command%

    DRI_PRIME=1 %command%

    prime-run %command%




  • You can’t even set a timer with Gemini without enabling Gemini app activity (you used to be able to before, but that changed many months ago). This means it can’t even replicate the basic functionality of assistant out of the box, without agreeing to give Google even more rights to your data, in no way would I consider it a replacement unless it’s able to fulfil the basic functionality of assistant with the same permissions.



  • For security disable password authentication - use public key instead, disable root login via ssh - use sudo or su from another user.

    To reduce the number of attempts of others trying to get in change the ssh port and/or set-up fail2ban.

    You could also set a firewall rule to only allow ssh from your IP address, if you have a static address at home and only need access from there, or have a way to VPN into your home network. Make sure you have a static address if you do this though, you don’t want your IP to change and be left locked out of your server.


  • The basic steps are:

    1. Register a domain of your choice
    2. Select who you are setting up your email with (plenty of different providers, Zoho has a basic free plan that would be suitable for a single domain and only a few users at most; Google, outlook etc. also sell services for custom domains)
    3. Configure the DNS records for your domain to whatever your chosen email provider says (MX records to point to the mail server and some records for DMARC & DKIM to prevent your email being spoofed)
    4. Test it all works and start using it

    I’m not going to write a full tutorial so if it sounds interesting I suggest you do more research. The email hosting is typically focused at businesses as they are most likely to be wanting to host email on a custom domain.