Author: pezant

Updating your wordpress PW without being able to password reset via email (GCP hosted WordPress instance)

Steps: ~$ cd /var/www/html/var/www/html$ wp user update [username] –user_pass=[new_password] Here’s an example if your user name was “admin” and you wanted the password to be “new_pass” you would enter the following after navigating to the right directory. wp user update admin –user_pass=new_pass Here’s the SSH button if you don’t know where to find it

Block any ads from showing on your computer with AdGuard DNS

Connect to public AdGuard DNS server (adguard-dns.io) Set up your network settings to use AdGuard DNS and they’ll block any ad server requests for you. A good option if you don’t want to block ads across your entire network with something like a PiHole. Downside is that you’re sending all your traffic to a DNS […]

Things to Do in NYC

Little IslandXian Famous FoodsHamilton History WalkThe High LineCentral ParkThe New York Public LibraryRuss & Daughter’s CafeTake the ferry to Stanton Island (for free) and see the Statue of LibertyThe Strand book storeBike along the west side of ManhattanCOTE Korean Steakhouse is incredibleBike along the Brooklyn BridgeVisit Hunter’s PointMilk Bar for Dessert9/11 Memorial MuseumProspect Park

Fix: This version of ChromeDriver only supports Chrome version 103

If you’re like me and trying to set up a scraping project and leveraging Selenium you may have run into the path requirement that I found to be puzzling. Luckily chromedriver-py solves that for you. However, upon install, I found that it wasn’t accepting the version of Chrome that I had installed (apparently the latest […]