Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Security

Ben Os
Ben Os
20,008 Points

fail2ban course?

I'd like to take a Treehouse course/workshop teaching how to work with fail2ban, how to rise up a basic defense line against Brute Force Attacks (BFAs). Of course, the course is aimed to people that already learned basic work with Bash shell.

I fully understand that the regex course is a prerequisite and that one needs to know at least these regex concepts:

    NMC # Non Meta Character
    . ?
    () [] {}
    ^ $ *
    |
    \

    .* 
    ^xyz .* # All that starts with xyz and a space, and all after it in that line.
    \w
    \s
    \K      # Negate all before it, in that line, so the bring all that is after it.

What do you think?

Kenneth Love jared smith Alena Holligan Greg Stromire

1 Answer

William Birdsall
William Birdsall
28,322 Points

I feel like they might need some linux administration courses first? Or maybe this could be part of a course on IPTables/Firewalls...