101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

558
active users

#daemon

0 posts0 participants0 posts today

Trying to come up with my own little self-hosted #http #authentication #daemon to work with #nginx' "authentication request" facility ... first step done! 🥳

Now I have a subset of HTTP 1.x implemented in #C, together with a dummy handler showing nothing but a static hello-world root document.

I know it's kind of stubborn doing that in C, but hey, #coding it is great fun 🙈

github.com/Zirias/swad

GitHubGitHub - Zirias/swad: Simple Web Authentication DaemonSimple Web Authentication Daemon. Contribute to Zirias/swad development by creating an account on GitHub.

MPD 0.23.16 was released on December 3, 2024.

Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.

#Linux#MPD#music

Es war eine kleine Hürde, aber der Aufwand hat sich gelohnt. Das Betriebssystem hat nicht automatisch den Daemon für die Energie-Profile gestartet. Zwar gab es nie Probleme beim Zusammenklappen des Notebooks und auch nicht beim Aufwachen, aber ab und zu möchte man die volle Power haben und da ist es gut, wenn man es manuell einstellen kann. Ich bin sowieso ein Typ, der gern alles selbst einstellt, anstatt das irgendetwas „intelligentes“ meine Einstellung vorhersehen will. Diese Art von KI gibt es noch nicht 🙂

Wie auch immer, in der Kontrollleiste wurde unter „Energie und Akku“ immer ein Fehler angezeigt, das der „power-profiles-daemon“ nicht installiert sei. Zum Glück standen als Hilfestellung die Information direkt dabei. Nach etwas Recherche habe ich festgestellt das der Daemon doch installiert war, aber nicht gestartet wurde. Also ein anderes Problem.

Ich bin auf die Webseite von „linrunner.de“ gestoßen und so wurde das Problem schnell zur Lösung. In meinem Fall musste ich lediglich zuerst den Befehl mit „unmask“ ausführen um den Daemon anschließend starten zu können.

sudo systemctl unmask power-profiles-daemon.servicesudo systemctl start power-profiles-daemon.service

Das war es schon, nur diese beiden Zeilen waren notwendig für die Lösung. Nach einem Neustart des Notebooks, waren die Energie-Profile sofort sichtbar und nutzbar. Hier ist noch der Link zu der Webseite. https://linrunner.de/tlp/faq/ppd.html

https://satolab.ignorelist.com/energie-profile-in-debian-mit-kde-einschalten/

#Daemon#Energie#KDE

Project idea; partly written; needs help.

During lockdown, I was writing an ActivityPub daemon called kepi. It does the ActivityPub stuff for other programs to use, so they don't have to implement all the HTTPS stuff

The libraries are written and so is the test suite. I could really do with not being the only developer on this project, but I started feeling like nobody actually wanted it, so I stopped. Should I keep it going? Would it be useful?

(Picture is a magpie fledgling I met)
#ActivityPub #daemon #fediverse #kepi #helpwanted

::: System76 (premium Linux PC & OS makers) - Scheduler 2.0.1 :popos:

System76-Scheduler 2.0 is a tool running in the background optimizing performance / responsiveness.

It now detects additional processes - has a PipeWire integration, new performance boosters +more.

Reduction of memory usage and CPU consumption is a thing here.

System76 in house Linux Pop!_OS is popular amongst gamers, et al.

=> github.com/pop-os/system76-sch

#Linux #optimization #System76 #PopOS @system76 #Scheduler #daemon #desktop #gaming #performance #CPU #RAM #PipeWire #development

GitHubRelease 2.0.1 · pop-os/system76-schedulerFixes daemon: Early return on a kernel lacking SCHED_DEBUG which causes the service to not start daemon: Spawns the pipewire monitoring sub-process with /proc/self/exe pipewire: Prevents duplicate...