Merge conflicts can show up when you do a ‘git-merge’ or a ‘git-rebase’: One way you can “anticipate” a git merge is with the ‘diff’ command Here’s some bash pseudo code using command substitution: Remember though ☝️ A diff will always yield results, that’s what a patch is.. The key is when the SAME LINESContinue reading “Git Merge Conflicts”
Category Archives: Uncategorized
How To Read Crontab Files | Part 2
Part 2 takes what was introduced in Part 1 and expands upon it. I’ll show you how to create your own crontab file and some advanced syntax.
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/
Read and Troubleshoot Linux Config Files 10x Faster! 2.0
Read and Troubleshoot Linux Config Files 10x Faster!
FREE 5+ Hour Linux Server Course
Discovered this free Linux server course recently. Instructor is Shawn Powers from CBTNuggets and he uses a Centos 7 virtual machine to demonstrate all of the concepts he covers. Let me know what you think. ➡ https://www.freecodecamp.org/news/linux-server-course-system-configuration-and-operation/
Ahh yes…
CentOS Linux 8 Will End In 2021 And Shift To CentOS Stream
Possible Alternatives To CentOS Here are some alternatives identical to CentOS: 100% binary clones of Red Hat Rocky Linux Project Lenix Infograph Showing Where CentOS Stream Will “Sit” CentOS Stream will be a rolling release operating system, similar to Arch Linux. Therefore, it will NOT have version numbers and will site between Fedora and RedContinue reading “CentOS Linux 8 Will End In 2021 And Shift To CentOS Stream”
Raspberry Pi Changes The Name of Their OS
BASH Script On Raspberry Pi To Show Filehandles
How to get file handles from ANY file.