Skip Navigation

Posts
5
Comments
730
Joined
3 yr. ago

  • This sounds like the EU

  • Its about time they move to Linux.

  • Well then we are all fked. I recommend then using a good internet connection to host your stuff behind it. I also recommend a good firewall.

    A firewall that can block on geo location. Block on ASN level. And intrusion detection. And also use block lists like FireHOL level 1 to 4.

    Of course configure fail2ban etc.

    Again we really need to come up with alternatives now.. I'm sick of how the current internet develops.

  • I understand the need for anti-bot or DDoS protection, but there are better and free options today. Like Anubis. So please, in the love of The Internet, move away from cloudflare. Ideally yesterday already.

    Edit: or run your own decent firewall with geo blocks. FireHOL block lists. Intrusion detection.

    Setting up fail2ban. . Etc. Etc.

  • I hope more websites will move away from cloudflare. I could not access 90% of the web anymore. This is insane if just 1 company goes down, the whole internet is dead. The internet is broken!

  • Do you like the setting to be opt-out so "all" will be the default (like now). Or should we make this combined frontpage an opt-in feature (default will stay "threads" like before)?

  • In my case I do also use "sub" feed. But I still want to see only threads by default. I do use microblogs as well, but if I want to see posts, I click on the Microblog menu.

  • You know. Never mind.

  • Its HDMI forum issue. Because AMD want to implement in their Linux drivers (which are open-source). But HDMI forum do not want them to become open source, see related issue: https://gitlab.freedesktop.org/drm/amd/-/issues/1417

    In fact, AMD already invested several months in fully testing and developing 4k 120Hz. Its possible, but the HDMI forum people are blocking this, because the HDMI forum has the latest saying.. Its all about money this world. And the HDMI forum is evil.

  • Nope. Not my TV. Only hdmi

  • Could you sent me the exact product?

  • The product description doesn't mention anything about active or passive. Which makes its very confusing for me now.

  • I tried.. it didn't work..

  • Blame the hdmi forum..

  • I'm ready, but Amd is not. I want 4k 120hz on my TV via Amd videocard. But this stupid hdmi forum is blocking this.

  • Yes, I run many services and website on the public web from my homelab. Harden your server first. Like disabling root ssh login.

    Also enable auto updates on your server. Use your router/server to block some counties using geoip (especially if those services are meant for only a couple of people within your county maybe?). You could also use block lists, there any many bad ip lists out there.

    Configure rate limits in Nginx.

    You also mentioned fail2ban. You can define many rules and actions. Like blocking ips that might go over your previously defined rate limits. Or 4xx action for ips that request a lot of non existing pages (404 errors) .

    Also captcha won't cut it anymore today. Try https://github.com/TecharoHQ/anubis

    Of course expose only what you want to expose, so only open ports in your firewall you really want to open. Ideally put everything behind a reverse proxy like Nginx.

    Let's start with all of the things mentioned above. Ping me later if want to know more or have questions.

  • That is a problem for future Melroy. Hopefully some apps can just be used in a web app, so just going to their website.

    I also read about android virtualization within a container. Basically allowing you to still run android apps but we will see..