Abraham Garcia in Fun Stuff   Thursday, August 29 2019

Set a Fixed SSH for iTerm

Login Fast to Your Server without the Need to Always type the SSH Command.

This is a short tutorial on how to setup a fast ssh iterm profile.  1) First Click on Preferences for iTerm. 2) After fill the information required.  You are required

Continue reading
Abraham Garcia in Fun Stuff   Thursday, August 15 2019

How to Hide Products on Shopify

Follow the Steps to Disable Products on Shopify eCommerce.

Follow these steps to hide products from your eCommerce in Shopify Open Your Shopify AdminSelect Products -> All ProductsClick on the Left Checkbox to Select Multiple ProductsAfter you select which

Continue reading
Abraham Garcia in PHP Scripts   Thursday, July 11 2019

Invisible Recaptcha V3 PHP Example

Complete HTML, JS and PHP Sample on How to get Started with Google Recaptcha V3. The New and Improved Recaptcha V3.

This is a short Recaptcha V3 Example on PHP.   Add this on Your Header Before closing </head> <script src="https://www.google.com/recaptcha/api.js?render=siteKeyCode"></script> <script> grecaptcha.ready(function() { // do request for recaptcha token // response

Continue reading