michael@slashetc:~$

  • Download mp3 files linked in a RSS podcast feed

    $ curl http://radiofrance-podcast.net/podcast09/rss_14726.xml | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*mp3" | sort -u | xargs wget Directly download all mp3 files of the desired podcast View this command to comment, vote or add to favourites View all commands by pascalv Diff your entire server config at ScriptRock.com Article Source.

  • 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...