Blog

How to update Node/Npm in Ubuntu/Linux?

1- Install NVM 2- Run this command 3- Use latest node May be you will encountered below error during node/npm version check command run. To fix above please install

Your local changes to the following files would be overwritten-Please commit your changes or stash them before you merge. Aborting

It looks like you’re trying to pull changes from a remote repository, but Git is preventing the pull because you have local changes that would be overwritten by the merge. Specifically, your  files has local changes that need to be handled before proceeding with the pull. To resolve this issue, you have a few options: Option […]

In a new terminal session, running git pull gives a ‘Public key denied’ error

Method 1: Login to Server using SSH and Type below command eval “$(ssh-agent -s)” — starts the SSH agent and sets environment variables like SSH_AUTH_SOCK. ssh-add ~/.ssh/tondemo_rsa — adds your private SSH key to the agent so it can authenticate automatically (e.g., with GitHub or your server). Method 2: Permanantly Fix Linux/OpenSSH Notes MacOs

Bootstrap 5 theme creation

User Create classic boootstrap5 wordpress theme with all template pages and nice design Name will be openeratech also add nice simple look and feel for full website I will submit this theme to wordpress marketplace later Assistant # This script generates a complete classic WordPress theme named "openeratech" # with Bootstrap 5 styling (via CDN […]

OOM-killer instance rescue

User ip-172-31-30-116 login: [91735.272601] Out of memory: Killed process 778 (mysqld) total-vm:1802468kB, anon-rss:432908kB, file-rss:3072kB, shmem-rss:0kB, UID:111 pgtables:1292kB oom_score_adj:0 [96470.945974] Out of memory: Killed process 7952 (mysqld) total-vm:1832264kB, anon-rss:414272kB, file-rss:2944kB, shmem-rss:0kB, UID:111 pgtables:1244kB oom_score_adj:0 [96701.243189] Out of memory: Killed process 8569 (mysqld) total-vm:1599588kB, anon-rss:355224kB, file-rss:2688kB, shmem-rss:0kB, UID:111 pgtables:1064kB oom_score_adj:0 [183461.874978] Out of memory: Killed process 8648 […]

Coming soon page creation

User create a beatiful coming soon page related to Api cals related website inhtml Assistant Done! I dropped a single-file, production-ready HTML “Coming Soon” page into the canvas — tailored for an API-calls themed site with an animated gradient, glassy card, live countdown (defaults to 30 days), a “Notify me” form, and a copyable cURL […]

Fix 403 on Bedrock DDEV

User we have install bedrock wp on ddev but it says 403 https://myapicalls.com/ Assistant Gotcha. A 403 on DDEV with Bedrock is usually one of these: 1) You’re hitting the wrong hostname (router doesn’t have a site for it) 2) Docroot isn’t set to Bedrock’s `/web` 3) Bedrock not installed/configured yet (no `web/index.php`) Do this […]

Searchbox for Concrete CMS

User How to add search searchbox for concrete cms 9 cusotm package single page listing getHeaderSearch using concrete cms way Assistant Here’s the “Concrete CMS way” to get the nice Dashboard-style header search on your own single page list in v9. ## 1) Controller: wire up the search plumbing Make your Dashboard single page controller […]

GitHub Copilot assessment

User I’ll give you questions, I’m giving assessment of copilot github, so give me annswer and make sure you are 100% sure on it Assistant Awesome—send me your first question. I’ll answer concisely and accurately, and if anything could have changed recently I’ll verify it against official GitHub/Copilot docs and include citations. No guessing. Assistant […]

Google Cloud interaction methods

Assistant I see the multiple-choice question on your screen. The question asks: **"Three basic ways to interact with Google Cloud services and resources are:"** Options given: – GStreamer – Command-line interface – Cloud Console – GLib – Client libraries ✅ The correct answers are: – **Command-line interface** – **Cloud Console** – **Client libraries** These are […]