https://stackoverflow.com/a/60560041/8153537
Keep Reading →
Why OnSeAn
One shot answer for a query
One Search Answer
A better answer for your single query is important to save time. We use StackOverflow and other issue handling platforms. But having multiple answers and trying all is a time consuming task. Here I am trying to formulate an idea to save my own time first and save other devs time as well in the long run.
Latest posts
Important: Take initial setup from this StackOverflow answer. https://stackoverflow.com/a/63730247 Next, Create Gitlab pipeline file using -> https://gist.githubusercontent.com/MexsonFernandes/ecc8b4c3e24e644f27587570c28b7f00/raw/ab421d50d7e0cae0992cc83cab1a59471d2e7a78/.gitlab-ci.yml. You need to add following variables in Gitlab CI/CD configurations. AWS_ACCESS_KEY_ID, AWS_APP_NAME, AWS_DEFAULT…
Keep Reading →
Refer https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365#option-1-recommended-authenticate-your-device-or-application-directly-with-a-microsoft-365-or-office-365-mailbox-and-send-mail-using-smtp-auth-client-submission
Keep Reading →
Create role using inline policy from below link. https://docs.gitlab.com/ee/user/project/clusters/add_eks_clusters.html#new-eks-cluster Next is to add AmazonEKSClusterPolicy in role policy. Now go to Gitlab and integrate Kubernetes.
Keep Reading →
First install. npm install -g pm2-windows-service Refer here. Solution 2 worked for me ->
https://blog.cloudboost.io/nodejs-pm2-startup-on-windows-db0906328d75
Keep Reading →
Create ecosystem.config.json. Now run usepm2 command. You can also create app.js.
Keep Reading →
Create app.js file and add following content.
Keep Reading →
Check for PID. netstat -ano | findstr :<port> Kill port. taskkill/pid 10624 /F
Keep Reading →
You can do it easily using: Find id using docker ps. docker image tag <old_image_name> <new_image_name>
Keep Reading →
sudo apt-get update This blog solved the issue: https://chrisjean.com/fix-apt-get-update-the-following-signatures-couldnt-be-verified-because-the-public-key-is-not-available/
Keep Reading →
https://school.geekwall.in/p/YOFpTb6a/node-js-async-await-using-with-mysql
Keep Reading →
Easy way to create SSL for a server hosted on ELB.
Keep Reading →
Error Description info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.9.0/libvips-8.9.0-linuxmusl-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=14.10.1 runtime=node arch=x64 libc=musl platform=linux)
gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set…
Keep Reading →