Did you know that some Python modules can double-up as handy command-line tools? The Python standard library includes many such module-script hybrids. This is a complete list of every module in Python that can be run as a command-line script.
Blog and monthly digest of Cyber Threat Intelligence (CTI) information sources, tools, articles, events, and helpful tips.
The synthio module has been part of CircuitPython since 8.2.0-beta0 and is under development. It can drive up to 12 wavetable oscillators simultaneously (polyphonic synthesis), in stereo, 16 bits of resolution, at adjustable sample rates.
This repo is a document of tips and tricks for using synthio.
Fedi.Tips is an informal, unofficial guide for non-technical people who want to use Mastodon and the wider Fediverse. Browse the contents on the index below.
To see the latest entries on this guide as they’re added, follow my FediTips account on the Fediverse at @feditips@mstdn.social, or if you have a newsreader you can use RSS.
A collection of handy Bash One-Liners, hotkeys, and terminal tricks for data processing and Linux system maintenance.
This repo contains the PDF book The Cyber Plumber's Handbook - The definitive guide to Secure Shell (SSH) tunneling, port redirection, and bending traffic like a boss. The book was first published in October 2018 for purchase, but now I'm providing it for FREE to anyone interested in learning more about the magic of SSH tunnels and port redirection.
Repo contains the PDF for download. CC-BY-NCv4
A small list of tips and tricks I find myself needing when working with CircuitPython.
A directory of shortwave listening frequencies around the world.
Shortwave Listening Tips:
This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
This guide is opinionated in a way that is almost, but not quite, entirely unlike Python’s official documentation. You won’t find a list of every Python web framework available here. Rather, you’ll find a nice concise list of highly recommended options.
A collection of awesome lists, manuals, blogs, hacks, one-liners, cli/web tools and more. Especially for System and Network Administrators, DevOps, Pentesters or Security Researchers.
A collection of things to do and try when Git gets fucked up. Named after NASA's in-flight crisis handbook.
Flight Rules are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures.
Repairs that you can carry out at home on bricked iPods.
A database of what kind of adhesives should be used to glue something to something else.
A command that can be used on a Linux machine if you're running Gnome to delete the oldest image and movie thumbnails in your desktop's cache to reclaim disk space. I run this command once a month as a cronjob.
find ~/.thumbnails -type f -atime +7 -exec rm {} \;
A large collection of freely downloadable cheatsheets and quick reference guides for many things, from .NET to Ada, Debian Linux to EMACS, Sendmail to religion.
An interesting article on tips to help you get into the mindset to make stuff.