python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Linux: Triggering desktop notification pop-up when service is executed with systemd
I want to trigger a desktop notification pop-up when a service is executed with systemd on my Linux desktop. The main reason why I am doing this is that I want to learn how to work with systemd timers...
Tomáš Kruliš
Votes: 0
Answers: 1
journalctl output format without timestamp but with specific output-fields
I use journalctl and want to use an output format with which I can specify the output fields to be shown. These are for example verbose or json.
But as soon as I set these output formats, a giant UTC ...
regatta
Votes: 0
Answers: 0
Programmaticaly parse journalctl to initiate an action
When my 3d printer runs out of filament, it pauses without sending any alert message. The only entry I can find is a message that on journalctl like this one:
Jan 22 04:36:39 ultimakersystem-flipflop_...
aag
Votes: 0
Answers: 2
how to make rust log into journalctl using release binary
I developed some stuff in rust and I log some errors or warnings. I 'm using systemd_journal_logger lib to do the job.
It works fine until I compile and try to use relase binary. As debug symbols are ...
Vanderci Curvelo Junior
Votes: 0
Answers: 1