A no nonsense notebook for nerds
-
How to transpose an array in PHP with irregular subarray size?
Test Code Output
-
SQL Notes
-
How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?
Put this in your bash profile and run source ~/.bashrc As Composer is now available via WHM you can use this to find it: This returned path “/opt/cpanel/composer/bin/composer” for me. If this returns nothing then disregard the rest of this answer, as Composer is not available to you at system level. You can now use php-cli to…
-
How to switch your DNS to Google DNS or Cloudflare DNS on Windows 10?
So, this is the scenario. You are using some local ISP which has its own DNS server fulfilling your DNS requests but to speed things up and not rely upon a DNS server which is updated less frequently. For that purpose,we can switch our computer’s DNS to some other public DNS like Google’s or Cloudflare…
-
What happened to googleforwork.com? Welcome the new cloudconnect.goog domain
So GoogleforWork.com is now being redirected to cloud.google.com and the same applies for its subdomain connect.googleforwork.com. Earlier the campaigns at google work communities are now hosted at www.cloudconnect.goog It is interesting to note that it uses .goog and not .google TLD, here is some more info about .goog TLD In the past we have seen…
-
Testing Configuration for Paytm Gateway Plugin India
Paytm Payment Gateway Testing Data Online payment solutions for all your transactions by Paytm Woocommerce Plugin Download the plugin here: https://github.com/Paytm-Payments/Paytm_Woocommerce_Kit Enable/Disable Enable/Disable Enable Paytm Payments. Title Title Paytm This controls the title which the user sees during checkout. Description Description The best payment gateway provider in India for e-payment through credit card, debit card…
-
What are Customer Relationship Management (CRM) Software?
What Is CRM? CRM, also known as Customer Relationship Management can be understand as the software which was developed to improve the customer services and to make the customer services much more efficient. CRM Software act as the single tools which has the ability to bring your sales, marketing, customer support services at one place…
-
How to customize Magento 2 Maintenance mode page?
Edit the file pub/errors/default/503.phtml and put the following code
-
SSL certification setup: Cloudflare.
This article will guide you to set your SSL certification using Cloudflare. Cloudflare is an internet security company which provides content delivery network service. You can get free SSL certification as well as paid one from Cloudflare. A breif discussion on SSL certification and https redirection. So, Let’s start the process. Steps: Step1 Signup and…
-
Different types of MySQL Storage Engines Compared
Download PDF version here Notes: 1. Implemented in the server, rather than in the storage engine. 2. Compressed MyISAM tables are supported only when using the compressed row format. Tables using the compressed row format with MyISAM are read only. 3. Implemented in the server via encryption functions. 4. Implemented in the server via encryption…
Got any book recommendations?