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

#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

@mboelen @nllgg
Bedankt, Michael! Ik kan er nooit bij zijn, maar ben nu toch druk bezig met de #systemctl commands.:)

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?

#Fedora #Suspend #Systemctl

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/

#proyectoleeti #linux #systemctl #systemd #sysvinit

Init and Systemd: The 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.

Proyecto LEETI

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/

#proyectoleeti #linux #systemctl #systemd #sysvinit

Init y Systemd: La orquesta de 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.

Proyecto LEETI

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/

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 s…

Tecno y Soft
🌘 讓 systemctl 指令更順暢:結合 fzf 的 Shell 別名與函式
➤ 告別繁瑣,用模糊搜尋魔法加速你的 systemd 服務管理
https://silverrainz.me/blog/2025-09-systemd-fzf-aliases.html
這篇文章介紹瞭如何透過建立 Shell 別名和函式,並整合 fzf 工具,來大幅提升管理 systemctl 和 journalctl 指令的效率。作者分享了他在實際操作中遇到的痛點,例如重複輸入長指令、難以記憶服務名稱,以及現有 Shell 自動完成功能的緩慢。為瞭解決這些問題,他構建了一套客製化的解決方案,使得搜尋和操作 systemd 服務變得更加直觀和快速。這套解決方案強調「保持在 Shell 中」,不引入新的二進位檔,僅使用 Shell 腳本,並支援系統服務及使用者服務。文章詳細拆解了從基本別名設定、利用 fzf 進行模糊搜尋,到整合不同 systemctl 指令輸出、處理彩色輸出以及動態生成函式等實現細節,旨在提供一
#Shell #systemctl #fzf #DevOps #Linux #效率工具
A set of smooth, fzf-powered shell aliases&functions for systemctl

If you've ever found yourself repeatedly typing long systemctl commands or struggling to remember exact service names, this post is for you. A while ago I implemented a set of shell aliases an...

银色子弹

Systemd: полное руководство для админов + примеры

Привет, Хабр! Systemd - скелет современного Linux. Он управляет не только службами, но и таймерами, монтированием, логированием... Понимать его = значительно повысить эффективность администрирования системы. Данное руководство - исключительно технические аспекты: архитектура, юниты, cgroups, работа с журналами. Только команды и конфиги.

https://habr.com/ru/articles/942760/

#Linux #systemd #демон #юниты #systemctl #journalctl #cgroups #системное_администрирование

Systemd: полное руководство для админов + примеры

Привет, Хабр! Systemd - скелет современного Linux. Он управляет не только службами, но и таймерами, монтированием, логированием... Понимать его = значительно повысить эффективность администрирования...

Хабр
Manage multiple service instances with systemctl - Both.org

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…

Both.org