Disable the default WordPress pseudo-cron by adding the following to your wp-config.php (or the equivalent Bedrock configuration):
define('DISABLE_WP_CRON', true);| [Unit] | |
| Description=Restrict origin web ports (80/443) to Cloudflare edge IPs | |
| Documentation=file:/usr/local/sbin/cf-origin-lock.sh | |
| # The script fetches Cloudflare's published ranges, so it needs real | |
| # connectivity rather than just a configured interface. It falls back to the | |
| # cached list in /var/lib/cf-origin-lock if the fetch fails. | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] |
| # | |
| # new() — Scaffold a new Laravel application with sensible defaults. | |
| # | |
| # Creates a fresh Laravel project in the current directory, initializes a Git | |
| # repository, creates a matching GitHub repository under your personal account, | |
| # and pushes the initial commit — all in a single command. | |
| # | |
| # Defaults baked in: | |
| # • MySQL as the database driver | |
| # • Pest as the testing framework |
After installing MySQL or MariaDB via Homebrew on macOS, you might face:
root@localhost access for development tools (Laravel, Sequel Ace, TablePlus, etc.)| // Install with npm install @mendable/firecrawl-js | |
| import FireCrawlApp from '@mendable/firecrawl-js'; | |
| const app = new FireCrawlApp({apiKey: "YOUR_API_KEY"}); | |
| const schema = z.object({ | |
| gold_prices: z.array(z.object({ | |
| karat: z.string(), | |
| price: z.string(), | |
| site: z.string(), |
A Python script to generate and verify email addresses for websites at scale, with Hunter.io-style validation logic.
By @irazasyed
A smart email unsubscribe link parser with multilingual. It can detect language or you can provide one. Let's you find the unsubscribe link which you can later trigger or utlize to process for any purposes.
Eg. To unsubscribe from newsletters for mailbox cleanup automatically).
| # ~/.oh-my-zsh/custom/update.zsh | |
| ARROW="→" | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[0;33m' | |
| NC='\033[0m' | |
| # Run macOS Software Updates, and update Homebrew packages, brew cask updates, composer, bun, npm, and their installed packages | |
| # Update Ruby Gems |