Category: Uncategorized

  • Fail2Ban – SSH, WordPress[ee] and Cloudflare

    Fail2ban is an open-source intrusion prevention software framework that aims to protect computer servers from brute-force attacks. It works by continuously monitoring various log files for patterns indicating failed login attempts or other suspicious activity. When it detects such patterns, it can take action by dynamically updating firewall rules to block the source of the…

  • Pa11y and Pa11y-CI Accessibility testing

    Accessibility is a really important thing when it comes to making a good site and make it available for all to use the site and for crawlers to make things easy as well. Automating this and making the best of the site to keep going faster without worry about accessibility and let the bot do…

  • Rootless docker

    References ASSUMPTIONS Docker Root Installation Pre-Requisites Docker Installation Installing docker compose It all works 🎉 ! But here are some common problems Network slow For this you can refer to https://docs.docker.com/engine/security/rootless/#network-is-slow Using privileged ports aka <1024

  • Github Rate limits

    Rate limits are sometimes scary. Sometimes its temporary, some time it goes away soon…some time it takes like foreverrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr I got rate limited by github by using its gh cli inside github actions. Well i didnt spam it but i was using more of it in a very less amount of time. Ran the action…

  • Certbot SSL Limits – letsencrypt (Rate limit)

    >c=certificates 5c – Per domain Per Day 300c – In 3 Hrs Max 50c – Per Week Per domain When limitations are crossed we will be rate limited or even banned – We can be banned by our domain name / Email / IP Address / IP Address range Read More here :- https://letsencrypt.org/docs/rate-limits/ You…