Change Prometheus Interface
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
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
Ping all Ip's in a Subnet
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
MFA System
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!
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