Neofobie.de

The fear of new things.

Change Prometheus Interface

February 04, 2024 — Markus Maussner

On some Boxes i have Prometheus listen on IPv6 and i also only want to use the Internal IP Addresses.

/etc/systemd/system/prometheus-node-exporter.conf

[Service] Environment=ARGS=--web.listen-address=x.x.x.x:9101

Tags: monitoring, prometheus

How to delete /var/log/journal

February 04, 2024 — Markus Maussner

Yes you can delete everything inside of /var/log/journal/* but do not delete the directory itself. You can also query journalctl to find out how much disk space it's consuming:

$ journalctl --disk-usage Journals take up 3.8G on disk. You can control the size of this directory using this parameter in your /etc/systemd/journald.conf:

SystemMaxUse=50M You can force a log rotation:

$ sudo systemctl kill --kill-who=main --signal=SIGUSR2 systemd-journald.service NOTE: You might need to restart the logging service to force a log rotation, if the above signaling method does not do it. You can restart the service like so:

$ sudo systemctl restart systemd-journald.service

Tags: bash, cli, linux

Ping all Ip's in a Subnet

February 04, 2024 — Markus Maussner

bash: for i in $(seq 1 254); do ping -c1 -t 1 192.168.11.$i; done

namp:

nmap -n -sP 10.0.0.0/24

Tags: bash, cli, ping, nmap

MFA System

January 30, 2024 — Markus Maussner

Unser Verein hat ein MFA System gespendet bekommen. Bin mal gespannt was man damit alles machen kann.uer mehr infos einfach mal auf Wikipedia gucken : https://de.wikipedia.org/wiki/Mikrocomputerf%C3%BCrAusbildung

Tags: bytebarn, mfa, 8085, vintage

Willkommen Welt!

October 24, 2023 — Markus Maussner

Ich weis nicht zum wievielsten male ich diesen Text schreibe aber hey wieso nicht noch einmal. neofobie geht wieder an den start, die alte umgebung war kaputt gegangen (mal wieder böses fubar).

Nun laufen wir auf einem Kubernetes Cluster mit externer db und alles ist hübsch und neu… mal sehen wie lange es dauert bis ich diese umgebung „kaputtgespielt“ habe.

Tags: genesis