The only thing I know about SELinux is that the NSA made it, and that you need to add :z to docker volumes to fix permissions.
- 22 Posts
- 33 Comments
lelgenio@lemmy.mlto Linux@lemmy.ml•Running Generative AI Models Locally with Ollama and Open WebUI - Fedora Magazine3·10 months agoollam runs on the 6700 XT, but you need to add an environment variable for it to work… I just don’t remember what it was and am away from my computer right now
Heat (1995)
Absolute must-watch
lelgenio@lemmy.mlto Linux@lemmy.ml•Anyone knows if it's possible to color command line commands as you type them (kind of like an editor)?4·1 year agochsh does not modify /bin/sh
Maybe you’re thinking of a certain video from a certain YouTuber who linked /bin/sh to fish?
lelgenio@lemmy.mlto Linux@lemmy.ml•How could GNU Stow help me with my configuration files?6·1 year agoThat’s… all stow does, there’s nothing more to it. If you need some other feature don’t waste your time trying to make it work with stow, It’s just a meme in my opinion.
About the “package manager” functionality, stow was originally supposed to be a development tool for the Perl programming language, you download a bunch of libraries into a directory, then use stow to merge those files into the root of your project (like a caveman), as it turned out some people started using it to manage dotfiles, and here we are.
When I started trying to organize my dotfiles, I started with stow, but quickly found it very limited.
After that I found dotdrop, which is considerably more involved, but gives you total control. My config with dotdrop quickly started growing insanely huge, at some point I even had system-wide systemd services declared.
Then I found out I was basically reinventing nixos and home-manager, so I switched to that.
Does this happen on wayland, X11 or both?
lelgenio@lemmy.mlto Gaming@lemmy.ml•Nintendo DMCAs Palworld Mod That Makes Everything Pokémon751·2 years ago- Posts “Surprised Picachu face” image
- Gets DMCA’ed by Nintendo lawyers
lelgenio@lemmy.mlto Linux@lemmy.ml•The Linux Experiment Channel (From Nick) is on Peertube, and it federates right into Lemmy as a community121·2 years agoHahaha, there’s a video where he says this. I guess most people here don’t know about it. I think Nick shared it on mastodon, but I’m not sure now.
lelgenio@lemmy.mlto Linux@lemmy.ml•Darling runs macOS software directly without using a hardware emulator8·2 years agoFor me the appeal is potentially being able to verify that my code at least compiles and has basic functionality on Darwin. No idea if this can be useful for anyone other than developers.
lelgenio@lemmy.mlto Linux@lemmy.ml•Share your best DE tricks, shortcuts and apps youve found!3·2 years agoOn gnome super+left click allows you to move windows, by default.
You can also enable super+right click to resize with gnome tweaks. In my opinion this should be the default.
Maybe you used bpytop, not btop? They look the same iirc.
Disgusting.
I assume this is part due to many games only having support for OpenGL and DirectX, and no Vulkan support. OpenGL has the worse performance of the three, and DirectX is windows only.
But when you using proton, you are likely also dxvk, taking benefit of the optimizations made by game/engine developers for DirectX, while suffering little overhead from the DirectX to Vulkan conversion.