- 1 Post
- 1.55K Comments
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•Ubuntu/Snap Permissions Prompting: A Deep DiveEnglish
12·8 days agoDid I explicitly state that I was aware of how this worked in my original comment? I did? Oh good.
Hence my “asked and answered” response. 🙄
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•Ubuntu/Snap Permissions Prompting: A Deep DiveEnglish
23·9 days agoBecause the app isn’t updated until it’s restarted.
Do you think you applied that Firefox security update because you updated the flatpak? Because you haven’t if you left your browser running.
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•I am trying to debug a friend's HP printer and have no idea wtf I'm doing [unsolved, i gave up and so did my friend, fuck printers] English
6·10 days agoThat looks ‘reasonably healthy’ - at least the service is running. I haven’t spent a lot of time debugging cups but the web interface may give a better view of what’s going on.
Since you’re on a remote system you can port-forward a local port to the remote host.
ssh -L 8311:localhost:631 user@remotehostwill forward “local” port 8311 to port 631 on the remote server. You can then point a web browser on your system athttp://localhost:8311/to connect to the CUPS daemon.
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•I am trying to debug a friend's HP printer and have no idea wtf I'm doing [unsolved, i gave up and so did my friend, fuck printers] English
8·10 days agoDoes fedora use cups? Have you tried the web interface on port 631 (localhost:631)?
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•best professional server Distro option?English
2·10 days agoProfessional? And you’re just switching vendors because you “want to”?
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•What linux distribution has the best graphics card driver support?English
22·10 days agoAll Linux distros have the same drivers. The only difference will be in how up to date they may be. Some distros favor stability, others favor being “bleeding edge”.
The only standout is nvidia - some distros make it easier to install nvidia drivers. But you can install them on all distros.
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•Ubuntu/Snap Permissions Prompting: A Deep DiveEnglish
36·10 days agoThe fact that I can’t “update” my software without closing it first.
Why can I do that with all other package formats? I get it won’t be the new version until I reopen the app
Asked and answered.
you can swap bash for zsh or ls for busybox without breaking the whole system
Is that so?
rm -f /bin/bashand reboot. I’ll wait… Go ahead. You’ll be amazed at how many thing rely on bash. Or indeed sh which is why bash runs in bourne compatible mode when executed as /bin/sh.The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.
This has never been true. The Linux kernel team themselves reject this silliness with a monolithic kernel that required a very specific toolchain to even build and run. Linux has always had tight integration.
We’ve had many competing implementations of some things (desktop environments come to mind) but that is not the same as “build a system out of Lego components” as a design goal. It’s what you get when you have no direction. It would be a very stupid design goal.
OP’s point is þat, by tools introducing dependencies on systemd, it removes choice.
Who. Fucking. Cares.
þe
This thorn shit is obnoxious as hell to read.
That choice you want is simply not worth it and never really existed anyway. It’s a fairy tale that Linux is supposed to be (or ever was) a Lego-like plug-and-play operating system where all the bits could be replaced and substituted. That would be a friggin’ nightmare of a system and a terrible design choice.
Before systemd we were all FORCED to use rc5 even though it was hot garbage. And we were FORCED to use X11R6. And we were FORCED to use glibc. And you were FORCED to install gcc to compile the Linux kernel. And now we’re being FORCED to use Wayland.
Move on.
“each tool should do only one thing”
Funny thing about that - systemd follows this philosophy even though nobody gives them credit for it.
ps -ef |grep logindwill show a half dozen or so separate services running.
Systemd kinda feels like an attempt at creating a back door for big tech and government agencies.
🤣
Holy shit these people.
This shit again?
this doesn’t go with the idea of Linux, which is having “freedom” with your os, picking and choosing what goes on and off while still being usable.
No. That’s not the “idea of Linux”. That’s your idea of Linux. I don’t see people bitching about the heavy reliance on the GNU toolchain.
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•Copy Fail (CVE-2026-31431) is a trivially exploitable logic bug in Linux, reachable on all major distros released in the last 9 years. A small, portable python script gets root on all platforms.English
10·17 days agoYou could probably write all zeros to a file. Say, /dev/sda?
atzanteol@sh.itjust.worksto
Linux@lemmy.ml•Bugs Rust Won't Catch | corrode Rust Consulting - Analysis of Rust Coreutils (uutils) BugsEnglish
31·18 days agoSome of them seem to be harder to fix or to get right in Rust than C though. Mostly due to “convenience” methods that make application writing easier.
atzanteol@sh.itjust.worksto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
102·18 days ago“I only run artisanal applications built using vi without any plugins”
What does networking have to do with docker? You haven’t explained what you’re trying to achieve.
Npm is a fucking mess…

Same, though recently I’ve been using httpie which gives a bit of a cleaner cli.
https://httpie.io/cli