michael@slashetc:~$

  • Testssl.sh – Testing TLS/SSL Encryption Anywhere on Any Port

    The post Testssl.sh – Testing TLS/SSL Encryption Anywhere on Any Port first appeared on Tecmint: Linux Howtos, Tutorials & Guides .testssl.sh is a free and open-source, feature-rich command-line tool used for checking TLS/SSL encryption enabled services for supported ciphers, protocols, and some...\ \ [[ This is a content summary only....

  • ASCII Schematic Diagrams

    {sizes=”(max-width: 800px) 100vw, 800px” srcset=”https://hackaday.com/wp-content/uploads/2021/04/aacircuit-feature_featured.png 1200w, https://hackaday.com/wp-content/uploads/2021/04/aacircuit-feature_featured.png?resize=250,125 250w, https://hackaday.com/wp-content/uploads/2021/04/aacircuit-feature_featured.png?resize=400,200 400w, https://hackaday.com/wp-content/uploads/2021/04/aacircuit-feature_featured.png?resize=800,400 800w”} We wondered recently about those crude ASCII schematics you see in some documentation — are there any dedicated schematic-focused tools to draw them, or are they just hand-crafted using various ASCII-art drawing tools? To our surprise, there is...

  • How to Discover, From Inside a Bash Script, the Path the Script Is In

    When you develop complex Bash scripts and start putting various scripts into a folder, where one script interacts with another by, for example, starting it, it quickly becomes necessary to ensure we know the path the script was started from, so we can start the other scripts with a fully...