sherlock
🔎 Find usernames across social networks http://sherlock-project.github.io
🔎 Find usernames across social networks http://sherlock-project.github.io
In a recent article, I showed how toprint a script’s output to both a log file and stdout.Some of you might be wondering why I used a { group command;…
Here’s a few patterns I use to send a bash script’s output to a log file,to syslog, or as an email notification. Source: Bash Output Patterns - Wood's Words
An amazon price tracker that will send you alerts when an item goes below your target price. https://github.com/Den4200/amazon-price-tracker
inc_version() { awk -F. -vOFS=. '{ $ver++; while(ver++<NF) $ver=0; print $0 }' ver=$1 } https://gir.st/blog/inc-version.htm
WP Local Docker is an easy to use Docker based local development environment for WordPress development that works on Mac, Windows, and Linux. https://10up.github.io/wp-local-docker-docs/