const express = require ( 'express' ); const bodyParser = require ( 'body-parser' ); const twilio = require ( 'twilio' …
Read moreI think the main reason for double rendering is because of StrictMode in React (only in development mode). You can remove it in next.config.js mod…
Read moreWarning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>. ..... This warning happens when you have used <Link> tag in …
Read moreadd_action ( 'graphql_register_types' , function () { register_graphql_field ( 'RootQuery' , 'siteLogo' , [ 'typ…
Read more{ "body.firstName" : "NICCI" }
Read moreconst accessToken = new AccessToken ( TWILIO_ACCOUNT_SID , TWILIO_API_KEY , TWILIO_API_SECRET , ); you have to p…
Read moresudo chown wordpresstest:wordpresstest -R wp-content/
Read more/usr/share/webmin/changepass.pl /etc/webmin root Kahnu Password for Webmin user root updated successfully reference - https://bobcares.com/blog/webmin-re…
Read moreThe error message you're encountering while using Git, specifically "fatal: Unable to create '/var/www/html/lms/.git/index.lock': Permis…
Read moreWordpress update failed - This is usually due to inconsistent file permissions.: wp-admin/includes/update-core.php sudo chown -R www-data:www-data /var/ww…
Read moreRead medium premium article
https://12ft.io/
Read more**Title: Initial Server Setup and Installing Nginx on Ubuntu 18.04** --- **Step 1: Initial Server Setup** 1. **Log in as Root User:** ``` ssh root@y…
Read more#!/bin/sh # Created by Kanhu git pull origin development WORKING_DIR = $( pwd ) DUMP_PATH = "${ WORKING_DIR }/sql_dump" # Restore the datab…
Read more#!/bin/sh # Created by Kanhu CWD = ` CPWD = $( pwd ); cd $( dirname \$ 0); pwd ; cd \$ CPWD` REPO_DIR = ` dirname $CWD ` source $REPO_DIR /.env docke…
Read more#!/bin/bash # Created by Kahnu 06-09-23 # MySQL database details DB_USER = "root" DB_PASSWORD = "root@123" DB_NAME = "education…
Read more