Best & Most Popular 5 Code Editor for VBA programming Language

Visual Basic for Applications (VBA) is an implementation of Microsoft’s event-driven programming language Visual Basic 6, which was declared legacy in 2008, and is an associated integrated development environment (IDE)….

Read more »

Best & Most Popular 5 Code Editor for R programming Language

What is the R programming language and how to work? R is an open-source programming language and is a free software environment for statistical computing. R was developed in 1993…

Read more »

World of Application Packaging

What is Package? A package is a namespace that organizes a set of related files, classes and interfaces. Conceptually you can think of packages as being similar to different folders…

Read more »

List Of Top 14 free Blogging websites in 2021 – I verified

What is Blogging :-A discussion or informational website published on the World Wide Web is called A Blog consisting of discrete, often informal diary-style posts. Posts are typically displayed in reverse…

Read more »

Top 5 Easy to USE and Best International Money Transfer Platform Online

International payments are still difficult to make without a third-party money transfer provider. Transfer apps offer the ability to send money across the world using different currencies in a way…

Read more »

How to Download Free O’Reilly Books?

Read more »

‘Write My Assignment for Me’ or How to Get Quality Academic Assignment Help?

All of us are different and possess unique qualities, abilities, and inclinations. Some like maths with its figures and formulas, chemistry with its mysterious transformations, while others are crazy about…

Read more »

DevOps Certification DCP Projects List

DevOps Certified Professional(DCP) and Master of DevOps Engineering(MDE) Certification Projecsts List are as follow; Can you please submit following project in next 5-10 days. How to submit projects code?Email ID…

Read more »

npm error: stack Error: EACCES: permission denied

Error Solutions:

Read more »

MyHospitalNow.com – PROD | Clean all patient user and related quote, bid and file data

Step 1: Login to the PROD server Step 2: Run command:/opt/lampp/htdocs/myhospitalnow-prod-scripts/clean_all_patient_user_and_related_quote_bid_and_file_data.sh Step 3: It will ask for password of user spmsuser. Press enter after passing the password. Ask admin for…

Read more »

Restore a default RHEL 7.x default repo list of EC2 Instance

Many time, my students have deleted or corrupted a yum repo list of RHEL7 or Centos 7 and i spent lots of time solving these problem. This, this is quick…

Read more »

How to keep putty SSH connections alive

Introduction: This article describes how to keep SSH connections alive. If you experience problems when using SSH, such as dropped or unresponsive connections, you may need to adjust some settings…

Read more »

Npm Error: Error: pngquant failed to build, make sure that libpng-dev is installed

Command I tried $ npm i –unsafe-perm Got following Error; Solution $ apt-get install libpng-dev

Read more »

NPM Error: gyp ERR! stack Error: EACCES: permission denied

npm install [Tried using root]sudo npm install [Tried using ubuntu] Error Solutions First Solution 1 $ sudo npm i –unsafe-perm Last Solution 2 $ sudo rm -rf ~/.node-gyp $ sudo…

Read more »

Keyboard shortcuts in WordPress 5 for adding Block using Gutenberg

Read more »

Working with Kustomization.yaml and tutorials

Currently this blog is under progress. Please read following url meanwhile. https://github.com/kubernetes-sigs/kustomize https://github.com/kubernetes-sigs/kustomize/tree/master/examples/wordpress https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/ https://levelup.gitconnected.com/kubernetes-change-base-yaml-config-for-different-environments-prod-test-6224bfb6cdd6 https://blog.scottlowe.org/2019/09/13/an-introduction-to-kustomize/ https://blog.stack-labs.com/code/kustomize-101/

Read more »

How to Download and Install Mysql in Macos 10

Step 1 – Download a DMG package from here https://dev.mysql.com/downloads/mysql/ Step 2 – Download a DMG package from here Click on DMG file and again you get .pkg file. Step…

Read more »

Template for Tool Introduction Article?

What is XXX? – Fuctional Category – Current Release and Year – Developed using – Open Source or Paid – Developed by Why XXXX and its benefits? – Functional use…

Read more »

How to Setup http proxy setup for PIP

Read more »

How to enable http Proxy Settings for Yum Command on RHEL / CentOS Servers?

No username and password required: To configure proxy without username and password: export http_proxy=http://SERVER:PORT/ Username and password authentication: To configure the proxy server with username and password authentication: export http_proxy=http://USERNAME:PASSWORD@SERVER:PORT/

Read more »