public ESP32 • 3 min read How to OTA update over GSM/LTE on ESP32 Arduino with Blynk IoT Code to OTA update esp32 using GSM or LTE 4g module using TinyGsmClient (based on AT Commands) along with Blynk IoT…
public How To • 2 min read How To Install Node.js on Ubuntu or Debian from NodeSource Debian and Ubuntu based distributions Available architectures NodeSource will continue to maintain the following architectures and may add additional ones…
public Question • 1 min read How to Undo a Commit in Git $ git commit -m "Something terribly misguided" # (0: Accidentally commited) $ git reset HEAD~ # (1) [ edit files as necessary ] # (2)…
public SSL • 1 min read how to setup HTTPS on localhost by Self-Signed Certificate Install OpenSSL on Linux or Windows Check-in terminal whether the Open SSL is installed or not. đź“€Checkout to install Open-SSL…