Fix OpenSSL version mismatch. Built against 30100010, you have 30200000Fix
My Fix: My OS is MacOS. My Fix: My OS is MacOS.
Fix OpenSSL version mismatch. Built against 30100010, you have 30200000Fix Read More »
My Fix: My OS is MacOS. My Fix: My OS is MacOS.
Fix OpenSSL version mismatch. Built against 30100010, you have 30200000Fix Read More »
Generating QR code for you on any page of your website is very easy with PHP. When you scan the code, it will open a link in the browser. Below is the code snippet https://gist.github.com/BhargavBhandari90/fb34387615e722983b07d1df2da373f9 Sample of QR Code
Generate a QR code for your website page in PHP Read More »
Sometimes we have “Fingerprint has already been taken” while adding our ssh key. To fix that issue, we need to generate a new ssh key. But the problem is your existing ssh key is added to other resources so if you generate a new one, you have to replace it everywhere. Instead of doing this,
How to fix – Fingerprint has already been taken Read More »
You can easily create and test regex from the below site. https://www.regextester.com/99638
How to create regex? Read More »
Just follow the simple two commands and you will be able to downgrade node to it’s particular version. Step-1: Install N by following command Step-2: After successful installation of N, run following command. Wait for the successful process and check version. And you are done!!!
How to downgrade node version on Mac Read More »
Just follow the simple two commands and you will be able to update node to it’s latest version. Step-1: Install N by following command Step-2: After successful installation of N, run following command. Wait for the successful process and you are done!!!
How to update node on Mac Read More »
Video for who doesn’t like to read ;). And if you like the video then subscribe my channel and share this with others who has the same issue. When I was working on the local development, I had an issue as shown in this post image. When I tried to import a database from PHPMyAdmin,
Fix 413 Request Entity Too Large in MaMP in 2 Minutes Read More »
ActiveCampaign provides 14 days trial period account. But when it comes to development, the developer needs to have a sandbox account which should be free and never expire. So for that AC provides a sandbox account for developers. How you can get Sandbox account? You can read more and request a sandbox account here: https://developers.activecampaign.com/page/developer-sandbox-accounts.
How to have ActiveCampaign Sandbox account Read More »
Recently I got the following error on my Mac Terminal when I tried svn command. svn: error: The subversion command line tools are no longer provided by Xcode. To fix this, run following commands: sudo rm -rf /Library/Developer/CommandLineTools xcode-select –install Wait for the software to be installed. And you are done. Ref.:https://stackoverflow.com/questions/60869347/mac-command-line-tools-11-4-no-longer-has-svn
Fix – svn: error: The subversion command line tools are no longer provided by Xcode. Read More »
You will need SCP installed on your system. Run the following command from your terminal scp -r username@host:/path/to/folder /Destination/path/of/local/machine/ If you access the server via pem key, then command will be scp -r -i /path/to/pemkey.pem username@host:/path/to/folder /Destination/path/of/local/machine/ That’s it.
Download folder/files from server using ssh terminal Read More »