Some references to jog my memory.

NMAP%20for%20HTTP Nmap, short for Network Mapper, is a powerful open-source tool for network discovery and security auditing. While many are familiar with Nmap's basic scanning capabilities, such as port scanning or OS detection, its advanced features—particularly the Nmap Scripting Engine (NSE)—can dramatically ext...

Rust%20Getting%20Started Rust has become a go-to systems programming language for developers who want performance and memory safety without sacrificing productivity. If you’re ready to dive into Rust, setting it up with Visual Studio Code (VS Code) is a smooth process that can streamline your workflow. Here's a quick guide...

Some handy commands to manage multiple SSH connections, securely, with minimum toil in a lab or recently acquired infrastructure.

Bad AI SSH Cartoon

Generate Keys on host "A"

ssh-keygen -t ed25519

Follow prompts (path, passphrase); you must set a passphrase for further steps.

Key is generated in the pa...