post solutions to linux problems I don’t have and am not asking about in this thread
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt
pacman -Syuevery day,pacman -Syyuevery other week., login as
root,loginctl unlock ...// For when someone accidentally press when unlocking plasma-wayland's session unlock screen. Because then it won't actually respond to or the equivalent button anymore.
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt just compile it from the source code, i don’t understand why anyone would use a repo build in the first place. also make sure you have the correct version of these 20 different dependencies, half of which are considered obsolete for security reasons
-
post solutions to linux problems I don’t have and am not asking about in this thread
"A Linux system that works so well that I never need to fix anything."
In my defence, you *did* say "linux problems I don't have". >_>
I note that you obviously did not ask about solicitations either, just as you did not ask why #AerynOS really doesn't want people using LLMs if they choose to contribute.
In any case, if you can stomach it being alpha and therefore still in development, @AerynOS might be worth a look. It is recommended that you try it out in a VM or on a secondary computer.
-
@zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes
@jplebreton real
-
@zzt just compile it from the source code, i don’t understand why anyone would use a repo build in the first place. also make sure you have the correct version of these 20 different dependencies, half of which are considered obsolete for security reasons
@crimson_clouds23 this one is from the heart
-
@crimson_clouds23 this one is from the heart
@zzt it’s also a little bit from the gallbladder. on account of all the bile.
-
-
@zzt keep an sd card in the slot to prevent occasional 100% CPU usage spikes
@jplebreton @zzt cursed
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt that other distro (yeah, that one) is so cool, you should try it
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt It won't work with that sound card.
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt rm -- - to delete a file named -
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt create a group called audio. add yourself to the audio group. Add the audio group to this obscure file that controls realtime priority and is only documented via this 2007 blog post.
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt rm -rf --no-preserve-root /* solves all Linux problems.
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt
It’s much easier just to create a linux user ”gamer” and have multiple steam users select their own user from the steam login window.
Running proton games as different linux users tries to change ownership of all the game files before each start. And that fucks up the file ownerships and games do not start. -
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt run those damn updates people
nixos-rebuild switch --upgrade
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt@mas.to
sudo apt-get purge ubuntu-desktop gnome-desktop3-data gnome-shellto turbocharge your desktop -
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt you gotta buy a new GPU, it won't work with NVIDIA
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt Oh you using the latest released version of the tool. Just grab the latest version from git and build for fix.
Oh you are using a git snapshot? Well it's for development only so obviously it has bugs. You should use the latest release.
-
post solutions to linux problems I don’t have and am not asking about in this thread
@zzt for f in sys proc dev; do mount --rbind /$f $f; done