Strit

joined 2 years ago

Curseforge even have Linux clients (although still marked as alpha): https://www.curseforge.com/download/app#download-options

I ran Linux at work up until recently where I found out that they are in the process of changing the network setup, so only systems with a valid certificate can access the network. And they have no plan to support Linux in that setup. So I was kind of forced to switch back to Windows, because my work requires that I can access the local network.

Other than that, I used Linux in a Microsoft Entra/Intune environment with Edge, Teams and Office 365 for a couple of years.

[–] Strit@lemmy.linuxuserspace.show 36 points 1 week ago (2 children)

This means that drivers written in Rust will have just a good a chance to be accepted as drivers written in C?

[–] Strit@lemmy.linuxuserspace.show 7 points 1 week ago* (last edited 1 week ago)

I usually create ~/git/{github,gitlab,codeberg,AUR,etc} where I clone the git stuff I need.

The rest is usually handled by my nextcloud that creates the ~/Nextcloud folder.

I sometimes use LLM's to help me troubleshoot. I usually don't ask for solutions, but rather "what is wrong here?" type stuff.

has often saved me hours of troubleshooting, but it is occasionally wrong and sees flaws where there is none.

[–] Strit@lemmy.linuxuserspace.show 17 points 1 week ago (1 children)

Joke answer: get the IINA devs to release a Linux build.

More seriously: MPV is pretty close and might even be able to be configured to what you want. But seriously though. Sounds like you need/want exactly this UI, so you should ask the IINA devs to make a Linux build.

[–] Strit@lemmy.linuxuserspace.show 2 points 1 week ago (4 children)
[–] Strit@lemmy.linuxuserspace.show 8 points 1 week ago (6 children)

i just noticed that the “make text bigger” shortcut that works for my mac terminal didn’t work with arch

That's because in MacOS it's a terminal emulator, a GUI application with a CLI inside.

In Arch, if you didn't install a desktop environment, the terminal is the raw TTY, not an emulator, so it does not have reszing/zoom options.

But as @anon5621@lemmy.ml mentioned, you can set the font of the TTY to a bigger font using the setfont command.

Good point. Yes. Small breakage means it's easier to fix. Although, the years I've run my rolling release system, I've had it break maybe one of two times. Easily fixed. Both of those was because there was a change that needed a manual intervention, which I did not read about until after, so those were my own fault.

[–] Strit@lemmy.linuxuserspace.show 15 points 2 weeks ago (4 children)

I use a rolling release for mainly 3 reasons.

  1. Faster access to new (shiny) software/applications. Flatpak and the like could solve this for LTS distros.
  2. Security updates come faster and smoother.
  3. Less chance of an update breaking things. Lots of small and frequent updates, instead of rare and large update packs/stacks.
[–] Strit@lemmy.linuxuserspace.show 2 points 2 weeks ago (2 children)

I would love to do something like this, also for a mirror backlight, but my bathroom only has 1 outlet, placed in a cubbard above the sink. I can't get anything from there, unless I want wires all over my bathroom walls and some long ones at that.

Very Nice and very clean interface!

Good job!

 

Four years since the launch of the Raspberry Pi 4, the Raspberry Pi 5 has arrived with a performance boost and house silicon that adds support for PCIe 2.0.

 

FOSDEM is a conference where thousands of open source developers meet and learn.

Location is as always in Bruxelles, Belgium, Europe, Earth.

Any of you going this year?

12
submitted 2 years ago* (last edited 2 years ago) by Strit@lemmy.linuxuserspace.show to c/kde@lemmy.kde.social
 

Hi all.

Happy KDE Plasma user for a long time and I generally love the desktop experience. But I do have one small issue.

At work, I have 2x 4K displays. connected through a Dock. But in Plasma it's only able to give me around 1080p resolution on both of them. In contrast, the display manager SDDM and TTY displays 4k on each fine.

So am I missing a trick to get the max resolution in Plasma? My install is Arch Linux, kernel 6.4.12, Plasma 5.27, Wayland session.

I did install the displaylink AUR package, as I thought it might be the dock limiting the video output, but it isn't as TTY and SDDM seems to display it correctly.

Happy to hear any thoughts and any ideas. :)

EDIT: The screens turn on and work fine with 4K resolutions in a Plasma X11 session.

 

tværpostet fra: https://lemmy.dbzer0.com/post/3076577

I posted the other day that you can clean up your object storage from CSAM using my AI-based tool. Many people expressed the wish to use it on their local file storage-based pict-rs. So I've just extended its functionality to allow exactly that.

The new lemmy_safety_local_storage.py will go through your pict-rs volume in the filesystem and scan each image for CSAM, and delete it. The requirements are

  • A linux account with read-write access to the volume files
  • A private key authentication for that account

As my main instance is using object storage, my testing is limited to my dev instance, and there it all looks OK to me. But do run it with --dry_run if you're worried. You can delete lemmy_safety.db and rerun to enforce the delete after (method to utilize the --dry_run results coming soon)

PS: if you were using the object storage cleanup, that script has been renamed to lemmy_safety_object_storage.py

view more: next ›