Hold up. There was a perfect 10 in WordPress Core the other day and I have heard nothing about anyone popping the White House website. That seems... huh.
Gotta love how my EDR changed "Alerts" and "Incidents" to "Issues" and "Cases" with no heads-up but they are "unable" to change "Blacklist" and "Whitelist" to "Block list" and "Allow list."
Honest question that will probably sound like I'm trying to dunk on them but I'm not: Is this something anyone actually cares about? What's the theoretical concern? AitM SSH sessions? Decrypting past SSH sessions? Cracking private keys?
I honestly don't understand how whether the SSH config is PQC capable is a concern when these are already Internet-facing OT and medical devices.
Typical asshole tech bro flip-flopping on very loud, public opinions to the extreme and treating everyone with whom they ( currently ) disagree with ridicule, all while maintaining zero self-awareness.
You know how there are weird tricks with computer stuff that you think everyone knows but they don't? I live learning and teaching new things like those when they come up.
Today's was the carat substitution in bash. It probably works in other shells too but IDK, I'm too old to learn a new shell.
The way it works is fairly similar to the / in sed or similar. You can use them to run the previous command but with a string substitution.
For example, let's say I entered this command:
dig A cascadiacrow.org
When it fails to resolve, I realize it was a .com domain. Rather than retyping the command, or hitting the up arrow to change the previous command, you could do this:
^org^com^
And it would run:
dig A cascadiacrow.com
Kind of cool with those one liners you spend way too much time on and find a typo.
Anyway, I used it and someone thought it was magic so if it's new to you too, happy Monday.
Let me fix that for you: Microsoft says Windows users should expect to see an increase in security updates as the company increasingly relies on artificial intelligence to discover introduce vulnerabilities in its codebase.
@mattly In that case, I would say your best bet is to look for a Netflow setting somewhere. I don't do much with home routers so there may not be one but it's worth a look.