Posts

🚨 Stop paying $150/hour trainer. Claude can now architect your entire body transformation for $0. Here are 12 prompts to build a pro-level gym plan, automate your progress, and overhaul your physique in 90 days. (save this before it’s gone)

1. The Equinox Personal Training Assessment and Program Designer "You are a senior Master Trainer at Equinox who designs custom training programs for executives, athletes, and busy professionals — the $150/hour trainer who builds programs based on YOUR body, YOUR goals, and YOUR available time, not a generic template from a fitness app. I need a complete, personalized training program built from scratch. Design: - Goal assessment: determine the specific training approach for my goal (fat loss, muscle building, strength, endurance, general fitness, athletic performance) - Training frequency: how many days per week I should train based on my schedule, recovery capacity, and goal (3-6 days) - Split design: the optimal way to organize muscle groups across the week (full body, upper/lower, push/pull/legs, bro split) for my experience level - Exercise selection: specific exercises for each workout day with sets, reps, rest periods, and tempo - Progressive overload plan: how to incre...

🚨 Stop paying $150/hour trainer. Claude can now architect your entire body transformation for $0. Here are 12 prompts to build a pro-level gym plan, automate your progress, and overhaul your physique in 90 days. (save this before it’s gone)

1. The Equinox Personal Training Assessment and Program Designer "You are a senior Master Trainer at Equinox who designs custom training programs for executives, athletes, and busy professionals — the $150/hour trainer who builds programs based on YOUR body, YOUR goals, and YOUR available time, not a generic template from a fitness app. I need a complete, personalized training program built from scratch. Design: - Goal assessment: determine the specific training approach for my goal (fat loss, muscle building, strength, endurance, general fitness, athletic performance) - Training frequency: how many days per week I should train based on my schedule, recovery capacity, and goal (3-6 days) - Split design: the optimal way to organize muscle groups across the week (full body, upper/lower, push/pull/legs, bro split) for my experience level - Exercise selection: specific exercises for each workout day with sets, reps, rest periods, and tempo - Progressive overload plan: how to incre...

Mikrotik Dual WAN pppoe-client PCC with PPPoE Server

/interface ethernetset 0 name=Local set 1 name=WAN1 set 2 name=WAN2 /interface pppoe-client add ac-name="" add-default-route=no allow=pap,chap,mschap1,mschap2 dial-on-demand=no disabled=yes interface=WAN1 max-mru=1480 max-mtu=1480 mrru=disabled name=pppoe-out1 password=hahaha \ profile=default service-name="" use-peer-dns=no user=user-1 add ac-name="" add-default-route=no allow=pap,chap,mschap1,mschap2 dial-on-demand=no disabled=yes interface=WAN2 max-mru=1480 max-mtu=1480 mrru=disabled name=pppoe-out2 password=hahaha \ profile=default service-name="" use-peer-dns=no user=user-2 /ip firewall mangle add action=accept chain=prerouting disabled=no in-interface=pppoe-out1 add action=accept chain=prerouting disabled=no in-interface=pppoe-out2 add action=mark-connection chain=prerouting disabled=no dst-address-type=!local new-connection-mark=wan1_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 src-address=172.16.0....

Script for Mikrotik Terminal

/system script add name=noipupdate source="##############Script Settings###############\ ###\r\ \n\r\ \n:local NOIPUser \"username\"\r\ \n:local NOIPPass \"password\"\r\ \n:local WANInter \"ether1\"\r\ \n\r\ \n###############################################\r\ \n\r\ \n:local NOIPDomain \"noiphostname\"\r\ \n\r\ \n:local IpCurrent [:resolve myip.opendns.com server=8.8.8.8];\r\ \n:put \$IpCurrent\r\ \n\r\ \n:if ([:resolve \$NOIPDomain] != \$IpCurrent) do={\r\ \n /tool fetch mode=http user=\$NOIPUser password=\$NOIPPass url=\"http://dynupdate.no-ip.com/nic/update\\3Fhostname=\$NOIPDomain&myip=\$Ipcurrent\" \ keep-result=no\r\ \n :log info \"NO-IP Update: \$NOIPDomain - \$IpCurrent\"\r\ \n}\r\ \n\r\ \n"

MIKROTIK NOIP UPDATE SCRIPT

##############Script Settings################## :local NOIPUser "username" :local NOIPPass "password" :local WANInter "ether1" ############################################### :local NOIPDomain "noiphostmane" ############################################### :local IpCurrent [:resolve myip.opendns.com server=8.8.8.8]; :put $IpCurrent :if ([:resolve $NOIPDomain] != $IpCurrent) do={ /tool fetch mode=http user=$NOIPUser password=$NOIPPass url="http://dynupdate.no-ip.com/nic/update\3Fhostname=$NOIPDomain&myip=$Ipcurrent" keep-result=no :log info "NO-IP Update: $NOIPDomain - $IpCurrent" } :local IpCurrent [:resolve myip.opendns.com server=8.8.4.4]; :put $IpCurrent :if ([:resolve $NOIPDomain] != $IpCurrent) do={ /tool fetch mode=http user=$NOIPUser password=$NOIPPass url="http://dynupdate.no-ip.com/nic/update\3Fhostname=$NOIPDomain&myip=$Ipcurrent" keep-result=no :log info ...

MikroTik RouterOS v7 dual DHCP WAN recursive failover PCC load-balancing

ip settings set allow-fast-path=no /interface bridge add admin-mac=FF:FF:FF:FF:FF:FF auto-mac=no name=bridge /interface bridge port add bridge=bridge ingress-filtering=no interface=ether3 /interface bridge port add bridge=bridge ingress-filtering=no interface=ether4 /interface bridge port add bridge=bridge ingress-filtering=no interface=ether5 /interface list add name=WAN /interface list add name=LAN /interface list member add interface=bridge list=LAN /interface list member add interface=ether1 list=WAN /interface list member add interface=ether2 list=WAN #/interface bridge port add bridge=bridge ingress-filtering=no interface=ether6 #/interface bridge port add bridge=bridge ingress-filtering=no interface=ether7 #/interface bridge port add bridge=bridge ingress-filtering=no interface=ether8 #/interface bridge port add bridge=bridge ingress-filtering=no interface=sfp-sfpplus1 /ip address add address=192.168.88.1/24 interface=bridge network=192.168.88.0 /ip dns static add address=1...

RouterOS 7 multiwan pppoe loadbalance script

/interface/list/add name=WAN comment="For Internet" /interface/list/add name=LAN comment="For Local Area Networks" /interface pppoe-client add disabled=no interface=ether1 name=pppoeout-01 add-default-route=no user=fpt1 password=fpt1 add disabled=no interface=ether2 name=pppoeout-02 add-default-route=no user=vnpt1 password=vnpt1 /interface/bridge/ add name=bridge-lan-01 comment=LAN1 add name=bridge-lan-02 comment=LAN2 /interface/bridge/port add bridge=bridge-lan-01 interface=ether3 add bridge=bridge-lan-01 interface=ether4 add bridge=bridge-lan-01 interface=ether5 /interface/list/member/add interface=ether1 list=WAN comment="Uplink WAN for PPPoE-01" /interface/list/member/add interface=ether2 list=WAN comment="Uplink WAN for PPPoE-02" /interface/list/member/add interface=pppoe-01 list=WAN comment=PPPoE-01 /interface/list/member/add interface=pppoe-02 list=WAN comment=PPPoE-02 /interface/list/member/add interface=bridge-lan-01 list=LAN /interf...