In Part 1 of this video, I’ll show you how to NEVER FORGET the format of a crontab file and how to read one: System-Wide Crontab File Man Page crontab(5) How To Read ANY COLUMN
Author Archives: raylech1986it
Getting Started With VIM
This simple and effective introduction to VIM will help you see the big picture and avoid a lot of the common snags people new to VIM get caught by.
AlmaLinux comes to Windows Subsystem for Linux
Alma Linux 8 for WSL in Windows Store Full article: https://www.theregister.com/2022/04/04/almalinux_wsl/
My FREE Git Crash Course
Teachable.com ➡ http://tinyurl.com/s6wtbckx
The Power of Questions
Questioning your own understanding is being ‘critical’, not ‘incompetent’.
Specifying A Range of Commits for Planning Git Merges
Specifying A Range of Commits for Planning Merges!
How To Make Learning Exponentially More Enjoyable
Learning a technical skill in a vacuum (because it’s “cool”) is very dull, boring and won’t sustain you.. But learning a technical skill in pursue of a goal and solving a problem: now things are getting juicy!!!😊
The Best RedHat-based Linux Distributions
If you’re looking for a Red Hat-based operating system, here are the most popular: Rocky Linux AlmaLinux CentOS Fedora Oracle Linux ClearOS Full Article 👉www.tecmint.com/redhat-based-linux-distributions/ Keep in mind, you can get free self-support licenses for Red Hat itself if you want. Support is still community based but you will be entitled to security and operatingContinue reading “The Best RedHat-based Linux Distributions”
This Ritual Blew Me Away 😱
This Ritual Blew Me Away! 😱
Quickly Get Git Help
If you’re using a git command but need a quick refresher, remember this syntax: If you need the full man page for a git command, it’s: If you want to see ALL AVAILBLE <verb> options; type git and then TAB key twice (like you would with a linux command): Full Demonstration