pikaur: Read damn arch-wiki before borking your computer

When you get the message from pikaur: Read damn arch-wiki before borking your computer https://wiki.archlinux.org/title/Arch_User_Repository (Also, don't report any issues to pikaur, if ure seeing this message) you need to check your base-devel package is installed. References: https://bbs.archlinux.org/viewtopic.php?id=297084 https://github.com/actionless/pikaur/commit/94ec6b087b4083909a2c59e33112f7e0956f77e6 https://archlinux.org/packages/?q=base-devel

Juli 10, 2024 · 1 Minute

RSS Feed Pflege: Volltext-Feed

Heute habe ich mal meine RSS Feeds genauer unter die Lupe genommen und ein paar Anpassungen vorgenommen. Es wird nun ein Volltext-Feed und wie bisher ein gekürzter Feed mit Teasern generiert. Bisher dachte ich, dass mit Hugo automatisch ein Volltext-Feed generiert wird. Aber dem war nicht so. Zum Glück kann man das ändern. Dazu habe ich ein neues OutputFormat erzeugt, ein neues Template basierend auf dem derzeitigen RSS Feed Template erstellt und angepasst und den neuen Feed in meinem Theme verlinkt. Das wars.

November 12, 2023 · 1 Minute

Automatische Logcheck Regelaktualisierung Für Hochpräzise Zeitstempel Ab Debian 12 Bookworm

Nach dem Update auf Debian 12 funktionieren die selbst angelegten logcheck Regeln nicht mehr. Das liegt daran, dass du nun hochpräzise Zeitstempel in den Logs genutzt werden. Die eigenen Regeln kann man mit einem Befehl für das neue Format einfach konvertieren. Als root muss folgendes Kommando ausgeführt werden: for rule in /etc/logcheck/*.d*/local-*; do sed --in-place --regexp-extended 's,^\^((\\w|\[\[:alpha:\]\])\{3\} \[ :(0-9|\[:digit:\])\]\{11\}),^(\1|[0-9T:.+-]{32}),' "$rule" ; done Dabei muss der Ausdruck für die Dateipfade /etc/logcheck/*.d*/local-* an die eigenen Dateinamen der Regeln angepasst werden. Bei mir beginnen sie mit 01-, sodass ich diese Stelle auf /etc/logcheck/*.d*/01-* abgeändert habe. Die Regel habe ich auch noch auf die postgrey Dateien angewendet, weil diese noch den alten Zeitstempel unterstützt haben und nicht auch den neuen.

September 27, 2023 · 1 Minute

Namespaces in logseq since v0.8.9

Namespaces in logseq are as simple as using a slash in the page’s title. If you have worked with namespaces in a logseq version, which is lower than v0.8.9, you should migrate your existing pages according to the “New file name rules”. These rules are mentioned almost at the end of release note. Otherwise you might notice some weird behaviour with the pages in a namespace. The migration via GUI can be found in logseq: Settings → Advanced → File name format and there is an Edit button, which should be clicked and the instructions in the popup window need to be followed. In your logseq graph this will rename all pages with a slash, where the slash will be replace by three underscores.

November 22, 2022 · 1 Minute

OsmAnd: How to create a layer with custom POIs

This blog post describes how to create a POI (Point Of Interest) layer in OsmAnd. The layer highlights all locations of a specific POI type, e.g. table tennis locations, toilets, bicycle repair stations. tl;dr: There is a German version of this post fitting in one Mastodon toot. Add a custom POI layer Start OsmAnd At first you need to start OsmAnd of course. Create a POI filter Open Burger menu Open the main menu of OsmAnd. That is the burger menu in the bottom left. Configure Map Select the Configure Map option. Open POI overlays Select the POI overlay… option. Search for custom POI type Now you see a lot of POI categories, which you could already use. To create a custom category open the Search. Enter the custom type of POI you want to display, e.g. bicycle repair station and select the first search search result. ...

Mai 6, 2022 · 3 Minuten