#inetd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #inetd, aggregated by home.social.
-
-
@rust_discussions in contrast to what the article claims, socket activation wasn't pioneered by Apple's #launchd, but much earlier in 1986 by #inetd as part of BSD 4.3.
-
I wanted to jump up on the AI-powered-dev-assistant bandwagon, so I installed TabbyML into neovim and then ended up in a small rathole trying to get systemd to act like inetd. Details on my blog at https://place.org/~pj/blog/using-systemd-as-user-level-inetd.html
-
I wanted to jump up on the AI-powered-dev-assistant bandwagon, so I installed TabbyML into neovim and then ended up in a small rathole trying to get systemd to act like inetd. Details on my blog at https://place.org/~pj/blog/using-systemd-as-user-level-inetd.html
-
I've been obsessed with #C recently. Been reading lots of the #GNULibC manual, and just admiring what a feature
complete library it is (I always thaught you didn't get much of a stdlib with C for some odd reason, but of
course #Posix).Came across the section on #inetd, so I decided to write my own as a learning experience. Obviously inetd today has
security issues, but it's a good way to learn about sockets, parsing config files, and a bunch of other posix stuff.