Crowdsec does everything fail2ban does so not much point.
Taasz/Woof
He/Him, Bi Furry Boi
- 1 Post
- 385 Comments
You can analyze with either the CLI or log files piped into something like OpenObserve which is what I do. You don’t technically need their dashboard.
Taasz/Woof@lemmy.blahaj.zoneto
Self-hosting@slrpnk.net•S3 Buckets for Storing FilesEnglish
2·2 days agoRClone maybe? https://rclone.org/
There are some open source rclone android apps like RCX, and on windows/linux you can just use
rclone mountto use it like a normal filesystem.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•Will we have to choose between privacy-friendly Linux distros vs legal Linux distros?English
2·2 days agoI do worry.
Technically right now the age thing in systemd is just a stored field that you can set to anything easily. In its current form pretty benign and not a privacy issue.
But it almost always gets worse and more and more controls get added, until we’re at face verification services and other privacy invasive stuff.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Watchtower replacement recommendationsEnglish
1·4 days agoKomodo.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•[Solved] Hosting Dockerized website on VPS with ApacheEnglish
1·7 days agoAn SSL error is expected because you’re using localhost and not the common name that the cert is issued for. But the fact that it’s connecting and showing the error means the server is working.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•[Solved] Hosting Dockerized website on VPS with ApacheEnglish
7·8 days agoStart with basic diagnostics, see if apache is running inside the container, if it is can you
curlfrom inside the container, if that works can youcurlfrom the docker host, if that works did docker create the firewall rule to expose the port or is the VPS overriding things in some way?If that all looks good, is there a VPS provider firewall in place outside the OS?
Gotta start with the basics.
Android has a huge market share compared to iOS, plus it’s a lot harder to develop these types of applications for iPhone because of apples policies.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
3·3 months agoIf Linux is going to be usable by the average person on windows it needs to do something better than booting to a CLI and making the user figure out how to manually downgrade a package.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
3·3 months agoSorta, but you run one command to update everything at once, and even though the system knows what GPU you have it still seems to update the driver to one thats not compatible, instead of holding that update back.
Also if it didn’t warn the user when updating, the user had no idea they were pulling any trigger, especially when Linux falls back to CLI after this instead of just falling back to a basic driver.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
5·3 months agoSurely there’s a way to keep the older driver on Linux, its absurdly easy on Windows.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
1·3 months agoWindows doesnt drop to CLI and break if the graphics driver is missing. But also GPU driver updates are not forced on you just by updating the system.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
3·3 months agoIt makes me wonder why the package still auto updates if it detects you’re using the driver that would be removed, surely it could do some checks first?
Would be vastly preferable to it just breaking the system.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•NVIDIA Drops Pascal Support On Linux, Causing Chaos On Arch LinuxEnglish
41·3 months agoWindows doesn’t force update your driver and remove support though, and even if it did it won’t drop you to some CLI, it will still work.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•[SUPPORT] iptables - rules for OUTPUT chainEnglish
2·3 months agoGotcha, that does make it significantly more difficult to block outgoing connections from some new executable, as most are likely to use port 443 like everything else does.
I’ll have to research some more, I have Fedora on my laptop and it would be nice to have a comparable firewall.
Taasz/Woof@lemmy.blahaj.zoneto
Linux@programming.dev•[SUPPORT] iptables - rules for OUTPUT chainEnglish
2·3 months agoDoes the firewall on Linux work like Windows where you allow/block by process or executable name? Because that will stop malware or apps connecting to places you don’t like.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Lightweight and flexible: Bitwarden lite self-host deployment is now generally available | BitwardenEnglish
9·4 months agoProbably worth storing the key in another place as well, like keepass on your phone or just print it out on paper and store it.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•My Favorite Self-Hosted Apps Launched in 2025English
3·4 months agoI wouldn’t be exposing any management consoles to the internet either way, too much risk with something that has docker socket access.
Taasz/Woof@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•My Favorite Self-Hosted Apps Launched in 2025English
4·4 months agoKomodo is the best portainer alt I’ve found, I read through the Arcane info but it doesnt seem as good. Komodos editor also works great.

Proxmox has a UI for ZFS. But you don’t really need it, ZFS is kind of set and forget and setting it up is quite easy via CLI.