Skip to content

Instantly share code, notes, and snippets.

View sokripon's full-sized avatar

sokripon sokripon

  • Germany
  • 00:41 (UTC +02:00)
View GitHub Profile
@mbodo
mbodo / Linux - Systemd cheatsheet.md
Last active June 14, 2024 08:48
Systemd cheatsheet

Linux - Systemd cheatsheet

systemctl

Activates a service immediately:

systemctl start foo.service

Deactivates a service immediately:

@sokripon
sokripon / ideolog.md
Last active March 2, 2022 12:31
Ideolog pycharm python loguru

Simple Ideolog settings to work with the python loguru library

Sadly there is no convenient way to import/export Ideolog settings, so I will just have images and regexes in here.

How it looks

View

Image of the settings

pycharm settings logformat details

Details

Message pattern: (\d+-\d+-\d+\s\d+:\d+:\d+\.\d+)\s+\|\s+(\w+)\s+\|\s+((\w+):([<>\w]+:\d+))\s+-\s+(.*)$