Public key auth, and fail2ban on an extremely strict mode with scaling bantime works well enough for me to leave 22 open.
Fail2ban will ban people for even checking if the port is open.
Public key auth, and fail2ban on an extremely strict mode with scaling bantime works well enough for me to leave 22 open.
Fail2ban will ban people for even checking if the port is open.
Canadian problems :( and probably Australia too.
So many sports clips straight up not available here.
Ansible vault
The MacBook Air I just bought would disagree :)
I think these can officially be called laptops again, because they are cooled passively and you can absolutely use them on your lap.
Article doesn’t directly state it, but implies the tunnel is going to be there to reduce the visual impact of adding a bigger road to the area.
Big waste of money IMO. Makes way more financial and environmental sense to just move the highway a couple KM away(buying land as needed) and widen it there.
I see your point, but I would almost argue that starting out with all these shortcuts available in high level languages is ‘jumping into the deep end’ itself.
When a newbie sees obscure error messages in some of these libraries they might not have any idea what they mean or why they were triggered. My opinion is that having a smaller set of tools to start is actually simpler despite being able to do less with them.
I’m slightly biased because I started with C 😅
In addition to what this guy said, don’t just use libraries to skip steps when writing small programs.
For example when parsing a file you will often use the split and strip functions in python, but learning how to implement these by yourself will teach you more.
To really learn fundamentals you should try and implement most operations yourself. It’s why in my opinion C is a better language to start with, because it forces you to learn the fundamentals.
I was very excited until I read this line
That’s an instant non starter for me.
Not to mention this integration seems very much focused around the graphing libraries of python and not using it for data processing. It’s not the ‘excel powered by python’ I dreamed of.