How to Install PHP 8 on Rocky Linux 9 with Apache and PHP-FPM
Content1 Prerequisites2 Install the EPEL and Remi Repositories3 Install PHP 8 on Rocky Linux 94 Install PHP-FPM5 Test and Use PHP 86 Conclusion Vijona18 Aug at 10:19 How to Install…
How to Check and Update Your Hostname on Ubuntu 24.04 Server
Content1 Prerequisites2 Verify the Active Hostname3 Change Your Hostname4 Manually Edit Hostname Configuration Files5 Verify the New Hostname6 Conclusion Vijona18 Aug at 10:17 How to Check and Update Your Hostname…
Rename Git Branches Locally and Remotely – Step by Step
Content1 Quick Reference for Renaming a Branch2 How to Rename a Local Git Branch3 How to Rename a Remote Git Branch4 How to Rename a Git Branch Without Switching5 Example:…
Install Python 2.7 on Rocky Linux 9 with Pip and Flask
Content1 Prerequisites2 Install Required Build Packages3 Build and Install Python 2.74 Install Pip for Python 25 Create a Python 2 Virtual Environment6 Verify and Use Python 27 Security Notice8 Conclusion…
Docker Image Tagging Guide: Strategy, Syntax & CI/CD
Content1 Quick Command Overview2 Tagging a Docker Image During the Build3 Tagging an Image After It’s Built4 Assigning Multiple Tags During Build5 Docker Image Tagging Best Practices6 Conclusion Vijona18 Aug…
Clean Up Git History: Remove or Recover Commits Safely
Content1 Quick Reference Guide2 Viewing Commit Logs in Git3 Undoing the Last Commit4 Removing a Specific Commit5 Recovering Deleted Commits6 Completely Deleting Files from Git History7 Using git filter-repo for…
How to Back Up and Restore MySQL Databases with mysqldump
Content1 Prerequisites2 mysqldump Syntax Overview3 Supported Export File Types4 Preparing a MySQL Database for Export5 Exporting a MySQL Database Using mysqldump6 Exporting a MySQL Database as CSV or Plain Text…
Git Pull vs Fetch vs Merge: Keep Your Branch Up-to-Date
Content1 Quick Start2 Using Git Fetch3 Using Git Merge4 Using Git Pull5 Managing Merge Conflicts6 Final Thoughts Vijona18 Aug at 9:27 How to Synchronize Your Local Git Branch with Remote…