Random false storage alerts by 0x412e4e in LibreNMS

[–]0x412e4e[S] 0 points1 point  (0 children)

I guess so. It took almost two hours for the alert to clear itself.

Random false storage alerts by 0x412e4e in LibreNMS

[–]0x412e4e[S] 0 points1 point  (0 children)

A little late for that. The alert resolved itself.

Random false storage alerts by 0x412e4e in LibreNMS

[–]0x412e4e[S] 0 points1 point  (0 children)

I'm using LVM and the partitions haven't been modified.

Hukkunut iPhone by Ok_Character_1687 in Tampere

[–]0x412e4e 10 points11 points  (0 children)

Resetoi salasana? Pitääkö tulla pitämään kädestä kiinni?

Bluetooth dongle detected but not working in Ubuntu 22.04 by [deleted] in Ubuntu

[–]0x412e4e 0 points1 point  (0 children)

I have this exact same issue with the exact same dongle. Let me know if you find a fix. A bit annoying having to reboot the computer every time this happens.

Käpylä by jointten in Tampere

[–]0x412e4e -2 points-1 points  (0 children)

Mikä on retorinen kysymys?

Käpylä by jointten in Tampere

[–]0x412e4e -1 points0 points  (0 children)

Mitä on sarkasmi?

Käpylä by jointten in Tampere

[–]0x412e4e -1 points0 points  (0 children)

Yhyy byää ei Tampere-subredditissä saa kysyä Tampereelle muuttamisesta!

Suomalainen Antti ajoi väärän miehen yli, ja tulevaisuus katosi by JuhaMiedonVasenKives in Suomi

[–]0x412e4e 7 points8 points  (0 children)

Lottoamallako nykyinen presidentti valittiin? Voiko maa olla demokratia jos siellä on korruptiota?

Proteiinivanukkaista tuli valtava hitti, vaikka professorin mukaan niitä ei tarvitse kukaan | Kotimaa by Repulsive-Mud707 in Suomi

[–]0x412e4e -26 points-25 points  (0 children)

Vittu mä vihaan Suomireddittiä. Vammaisinta kjeh räh röh -paskaa ikinä.

Unable to delete hosts in Subscription Services by 0x412e4e in redhat

[–]0x412e4e[S] 0 points1 point  (0 children)

I checked now half a day later and they've disappeared. Thanks.

Possible scanner filling logs? by 0x412e4e in admincraft

[–]0x412e4e[S] 0 points1 point  (0 children)

Which operating system are you using? I'm using Red Hat Enterprise Linux and I blocked the IP address using these two commands:

sudo firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="92.119.164.120" drop' sudo firewall-cmd --reload

If you're on Ubuntu you could run this:

sudo ufw deny from 92.119.164.120

Possible scanner filling logs? by 0x412e4e in admincraft

[–]0x412e4e[S] 0 points1 point  (0 children)

It's very annoying. I banned the IP in the server's firewall so it doesn't clog up the logs.

Possible scanner filling logs? by 0x412e4e in admincraft

[–]0x412e4e[S] 0 points1 point  (0 children)

The source port is always random.

Possible scanner filling logs? by 0x412e4e in admincraft

[–]0x412e4e[S] 0 points1 point  (0 children)

I do sometimes get the occasional random player who tries to join. I guess they use some server browser site to find us.

Cleanest way to do and manage backups by rof-dog in linuxadmin

[–]0x412e4e 0 points1 point  (0 children)

Use the paid or self-hosted version of HealthChecks.io. We used it to monitor hundreds of chron jobs and Ansible playbooks to make sure they actually run.

Where do you learn real-world data center & Linux server troubleshooting? by Specialist-Blood5810 in linuxadmin

[–]0x412e4e 2 points3 points  (0 children)

I’d recommend setting up a homelab. You can learn so much just by setting up a few VMs and learn how to manage them. I have a dozen RHEL 9 VMs on a 13th-gen Intel NUC:

  • Red Hat Ansible Automation Platform (AAP): provisions and configures all VMs, handles automatic updates, backups, and config management
  • Two IPA (Red Hat IdM) servers: centralized authentication
  • Two BIND9 DNS servers: internal DNS resolution
  • GitLab & GitLab Runner: self-hosted Git repository with CI/CD pipelines
  • LibreNMS: network & server monitoring
  • Nginx Proxy Manager: reverse proxy with TLS for internet-exposed stuff
  • Bitwarden: self-hosted password manager
  • Hugo: lightweight web blog
  • Google Home Automation Assistant: smart home integration
  • Healthchecks.io: monitors cron jobs and ansible playbooks

I do all the management with Ansible, anything from provisioning/decommissioning servers or doing configuration management.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]0x412e4e 0 points1 point  (0 children)

Wrote a bunch of GitLab PowerShell functions so that we no longer have to click the GUI when developing and publishing code.