Limiting Systemd Journal Size: Preventing Log File Bloat
https://voragine.net/link/limiting-systemd-journal-size-preventing-log-file-bloat
Limiting Systemd Journal Size: Preventing Log File Bloat
https://voragine.net/link/limiting-systemd-journal-size-preventing-log-file-bloat
#Montag – morgens voller Energie und Elan den PC starten, um dann schockiert auf den #tty Login-Prompt, statt das #ly Anmeldefenster zu starren. Dann findet sich in der #systemctl-Liste weder ein ly-Dienst noch #network-Service. Ja, ich hatte am Freitag noch eine Systemaktualisierung durchgeführt. Da war weder ungewöhnliches noch verdächtiges dabei und lief fehlerfrei durch. Nun existiert das Kommando #startx angeblich nicht mehr.
Auf welchem Stockwerk sich meine Laune befindet, dürfte leicht zu erraten sein 🤬 Nein, ich habe keine Motivation zur Fehlersuche. Mir hängen solche Sperenzien zum Hals heraus 🤯 Früher fand ich sowas spannend, weil es mich von wichtigen Dingen ablenkte. Doch diese Zeiten sind vorbei, ich will einfach nur ungestört arbeiten. Vielleicht wechsel ich doch wieder von #ArchLinux zu #Debian. Wenn "rolling" mir immer wieder das System zerschießt, kann ich darauf verzichten. #Linux
What?
It is not the Nvidia problem this time.
Suspend doesn't work from Fedora/GNOME button called "suspend" but it works from graphical interface if I type `systemctl suspend` even in a graphical terminal.
Fedora's suspend button tries to execute something different?
Hello Mastonauts!
We continue exploring what happens when starting a GNU/Linux system...
Warning! If you keep reading, you'll keep learning ;)
Services, Systemd, Systemctl, Sysvinit? Let's dive in!
https://www.proyectoleeti.com/en/posts/init-systemd-process-orchestra/
I - Intro Continuing from the previous post about GNU/Linux system startup, this time I’ll tell you about services. How many times did I struggle with the “print spooler” service in Windows! If you worked in IT starting in Help Desk, Service Desk, or similar positions in corporate environments… you’ve suffered through it too -_- As for Linux… well, the concept is similar but of course it has its differences.
Hola Mastonautas!
Continuamos compartiendo sobre qué sucede al iniciar un sistema GNU/Linux...
¡Advertencia! Si seguís leyendo, vas a continuar aprendiendo ;)
¿Servicios, Systemd, Systemctl, Sysvinit? ¡Adelante!
https://www.proyectoleeti.com/es/posts/init-systemd-orquesta-procesos/
I - Intro Continuando con el hilo de la publicación anterior sobre el inicio de un sistema GNU/Linux, en esta oportunidad te cuento sobre los servicios. ¡Cuántas veces habré luchado con el servicio de “la cola de impresión” en Windows! Si trabajaste en IT comenzando en puestos de Help Desk, Service Desk o similares en entornos corporativos…lo habrás padecido también -_- En cuanto a Linux…bueno, el concepto es similar pero por supuesto tiene sus diferencias.
Cómo reiniciar Linux correctamente, de reboot a REISUB
Introducción He observado cierto desconocimiento en cuanto al uso de reboot, sudo reboot y otras posibilidades. Espero que este resumen de comandos y procedimientos para reiniciar Linux aclare la situación, desde el uso normal en entornos de escritorio (Plasma, GNOME) hasta métodos de emergencia como SysRq (REISUB). 1. Uso normal en escritorio En entornos gráficos modernos (Plasma, GNOME, etc.) basta con: reboot Esto funciona porque logind + polkit suelen conceder permiso a tu […]https://tecnoysoft.com/2025/09/21/como-reiniciar-linux-correctamente-de-reboot-a-reisub/
Systemd: полное руководство для админов + примеры
Привет, Хабр! Systemd - скелет современного Linux. Он управляет не только службами, но и таймерами, монтированием, логированием... Понимать его = значительно повысить эффективность администрирования системы. Данное руководство - исключительно технические аспекты: архитектура, юниты, cgroups, работа с журналами. Только команды и конфиги.
https://habr.com/ru/articles/942760/
#Linux #systemd #демон #юниты #systemctl #journalctl #cgroups #системное_администрирование
Services, services, services. A service is a huge part of computing. You're reading this article on a service. Your computer is running services. The internet is filled with them. About systemctl On Linux, the standard way of running and managing services is through the systemd utility and the command systemctl. Its usage is fairly simple: you just need to know…