Latest Articles
How to EFFICIENTLY use git cherry pick [Best Practices]
Explore the intricacies of Git cherry pick command: its applications, workflows, advanced use cases, and best practices. Understand how to use this powerful …
Migrate CentOS 7/8 to Rocky Linux 8 [100% Working]
Step by Step guide to upgrade or migrate CentOS 7 and 8 to Rocky Linux 8. There will be no data loss during the migration.
Python switch case statement examples [Beginners]
A Python switch statement works by evaluating a switch statement and comparing the result of that statement with values in a case statement.
Mastering Python Try Except Blocks [In-Depth Tutorial]
Python try except statements are used to catch and handle such exceptions. Python will first execute the try statement as a normal part of the program. If it …
SOLVED: Run SSHD as non-root user (without sudo) in Linux
In this tutorial I will share the step by step instructions to run SSHD as non- root user in Linux platform. The same steps can be used for non privileged …
