associate stripe api key with specific IP number

Feb 19, 04:50 PM

(this may not be for specific stripe callback webhooks)
to associate a stripe API key to a specifice IP number:

STEP ONE: click the "Developers" button lower left and then "Overview":



STEP TWO: Click "manage API keys":



STEP THREE: click "Manage API restrictions":



STEP FOUR: enter IP ##

Mark Edwards

,

---

TP-Link ER605 Router on ATT Arris Modem

Nov 16, 06:32 PM

AT&T Arris DSL MODEM

Open up outside access:


Set up IP address passthru via IP Nbr:

Optional use MAC address:

Redirect port 443 to ER605 Device: (notice restriction to Torguard VPN)



TP-Link ER605



Set up LAN IP ##'s

Redirect ports to specific IP ##'s

Open up remote access:

Allow external pinging: https://www.reddit.com/r/TpLink/comments/100q9id/er605_can_i_enable_respond_to_ping_from_wan/
Mark Edwards

,

---

Google reCaptcha migration to project

May 13, 10:20 PM

Article written from this source.

Google is migrating all of its reCaptcha keys over to google-projects. this is fairly simple, but notice the old secret keys are now part of the “legacy key” section.

Notice key:
Mark Edwards

,

---

move from dev to live (and back again)

Sep 6, 05:06 PM

DEV TO LIVE:

change /home/ajcomptonpesl.com/domains/dev.ajcomptonpesl.com/public_html/wp-config.php
change /home/ajcomptonpesl.com/domains/dev.ajcomptonpesl.com/public_html/wp-content/uploads/elementor/css/post-15.css
mv -i -v public_html public_html-SAVED ;
ln -s /home/ajcomptonpesl.com/domains/dev.ajcomptonpesl.com/public_html/ /home/ajcomptonpesl.com//

TO RESET:

rm -v -i ./public_html
mv -i -v public_html-SAVED public_html ;
change /home/ajcomptonpesl.com/domains/dev.ajcomptonpesl.com/public_html/wp-config.php
change /home/ajcomptonpesl.com/domains/dev.ajcomptonpesl.com/public_html/wp-content/uploads/elementor/css/post-15.css
bash -vx ~/flushCache.bsh ;

Mark Edwards

,

---

mariadb installation on Rocky Linux

Sep 4, 06:07 AM

Mariadb 10.5 on Rocky Linux 2024-09-03

Mariadb installation the correct way
sudo dnf  install wget  ; 
#
wget https://r.mariadb.com/downloads/mariadb_repo_setup   ;
#
echo "6083ef1974d11f49d42ae668fb9d513f7dc2c6276ffa47caed488c4b47268593 mariadb_repo_setup" 
    | sha256sum -c -   ;
#
chmod +x    ./mariadb_repo_setup   ;
#
sudo ./mariadb_repo_setup 
   --mariadb-server-version="mariadb-10.5"    ;
#
## Install MariaDB Community Server and package dependencies:
sudo dnf  --assumeyes install mariadb-server ;
======================================= OLD WAY: (does not seem to install the correct version!)
cat  <<<END  >  /etc/yum.repos.d/mariadb.repo   ;
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.5/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
END
#
dnf     --assumeyes install mariadb-server   ;
=========================
systemctl start mariadb.service;
systemctl enable mariadb.service;
##You can now verify the status of the MariaDB service using the following command:
systemctl  status mariadb.service ;
Mark Edwards

,

---

« Older Newer »

Manage