-
linuxgems
A succinct cheat sheet for newbie linux coders and system administrators, documenting some of the more obscure and useful gems of linux lore. Intended to be viewed in emacs org-mode, or VimOrganizer, though any text editor will suffice.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
These might help:
* https://github.com/jlevy/the-art-of-command-line notes and tips on using the command-line, suitable for both beginners and experienced users
* https://github.com/tldr-pages/tldr collection of community-maintained help pages for command-line tools
* http://www.compciv.org/unix-tools/ examples for most common usecases
* https://devmanual.gentoo.org/tools-reference/bash/index.html Bash reference cheatsheet
-
These might help:
* https://github.com/jlevy/the-art-of-command-line notes and tips on using the command-line, suitable for both beginners and experienced users
* https://github.com/tldr-pages/tldr collection of community-maintained help pages for command-line tools
* http://www.compciv.org/unix-tools/ examples for most common usecases
* https://devmanual.gentoo.org/tools-reference/bash/index.html Bash reference cheatsheet
-
awesome-bash-commands
A curated list of awesome Bash useful commands. Inspired by awesome-shell and bash-handbook.
Kind of reminds me of github Awesome pages. Here is a bash one https://github.com/joseluisq/awesome-bash-commands
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
Several years ago, I put on a tutorial workshop for a bunch of truly fresh "never opened Terminal before" beginners that I think was well-received. I don't have a video of it unfortunately (although I think someone did record it), but here is the script I followed: https://github.com/gwerbin/unix-cli-tutorial
This was a 2-hour seminar with lots of interactive demos and Q&A. I don't think you can provide this kind of information in a cheat sheet. It's a completely different and new way of interacting with your computer for most people nowadays. A good learning resource is one that gives the learner enough context to make sense of what they are doing, but not overwhelming them with unnecessary information... and that's hard to do.
Related posts
-
Can anyone suggest a solid Linux command reference guide for someone looking to dive deep into the terminal?
-
How do you get used to and remember commands?
-
Linux commands, and the problem with --help and man pages.
-
The only Linux command you need to know - The Linux cheat command is a utility to search for and display a list of example tasks you might do with a command.
-
Any resource on how/where to learn terminal commands and how to use them?