Blog

Articles about web development, AI automation, and modern tech.

How to Use Multiple GitHub Accounts on the Same Machine

Introduction Working with multiple GitHub accounts on the same machine can be challenging, especially when it comes to managing separate SSH keys and repositories. In this article, we will guide you t...

September 24, 2024

CentOS: how to execute a php file with different php version than the php version of OS

To execute a php file with different php version than the version installed on the main php of your Server follow this:You should know that where is that php version located so that you can add the pa...

September 24, 2024

How to download full source of old commit in BitBucket?

It’s very easy to download complete source of your project from an old commit by just following these steps:Click on Commits from the dashboard of your project in BitBucket.Get the commit id of the co...

September 24, 2024

How to install Node.js on Linux CentOS from the EPEL Repository?

An alternative installation method uses the EPEL (Extra Packages for Enterprise Linux) repository that is available for CentOS and related distributions.To gain access to the EPEL repo, you must modif...

September 24, 2024

Google Cloud Build CI/CD - Deploy on Google Cloud Run

Google Cloud Build CI/CD - Deploy on Google Cloud Run

Google Cloud Build CI/CD - Deploy on Google Cloud RunIntroduction to Google Cloud Build and Cloud RunIn today's fast-paced development environment, automating deployment processes is crucial for effic...

December 8, 2024

How to install Plesk on Linux CentOS?

Download the autoinstaller from our website:1wget http://autoinstall.plesk.com/plesk-installer 2Add execute permissions to the autoinstaller:chmod +x plesk-installerLaunch the autoinstaller:./plesk-in...

September 24, 2024

Best Payment Methods to receive/send payments online

PayoneerTransferwisePaypalXoomhttps://paddle.com/https://www.2checkout.com/

September 24, 2024

Install Lets Encrypt SSL Certificate using Docker, WordPress and DigitalOcean

In this article I am going to show you that how to install SSL Certificate on your wordpress website using Docker, Docker compose, Let’s Encrypt and Digital Ocean. If you are interested in Video...

September 24, 2024