WWORDPRESS Read More How to Migrate WordPress Site to Digital Ocean Cloud ServerbydevopscubeAugust 11, 2022 In this article, I have shared the guide for migrating the WordPress site to the DigitalOcen droplet. Devopscube…
LLINUX Read More 17 Best Linux Networking and Troubleshooting Commands for BeginnersbydevopscubeMay 17, 2022 Network configuration, diagnostics and general Linux troubleshooting are essential parts of System administration. Even for a developer who…
GGIT Read More How to Checkout Git Pull RequestbydevopscubeMay 6, 2022 In this blog, you will learn how to checkout a git pull request using step-by-step instructions. Git Checkout…
LLINUX Read More Linux VI Editor Shortcuts, Tips and Productivity Hacks For BeginnersbydevopscubeJuly 7, 2021 In this Linux tutorial, you will learn the VI editor shortcuts, some tips, and a few productivity hacks…
GGIT Read More How to Checkout/Clone From a Specific Git Commit Id (SHA)bydevopscubeMarch 2, 2021 There are scenarios where you might need to checkout or clone from a specific git commit id. For…
GGIT Read More How To Checkout/Clone Git TagsbydevopscubeFebruary 26, 2021 It’s a common DevOps practice to tag a specific commit id whenever there is a release. Also, developers…