Month: November 2019

It’s Way Too Easy to Get a .gov Domain Name — Krebs on Security

Source: It’s Way Too Easy to Get a .gov Domain Name — Krebs on Security


Eternal Terminal

Remote terminal for the busy and impatient Source: Eternal Terminal


OpenMoji: a free and open source emoji set

New on Emojipedia today is a listing for the open source emoji project OpenMoji[https://emojipedia.org/openmoji/].This set of 3,180 images covers every emoji approved as part of Emoji 12.0[https://emojipedia.org/emoji-12.0/], and is available with a Creative Commons (Attribution-ShareAlike 4.0 International[https://creativecommons.org/licenses/by-sa/4.0/]) license which makes the termsof use both flexible and clear.> 🆕 OpenMoji: a free and open source emoji…


sherlock

  🔎 Find usernames across social networks http://sherlock-project.github.io


Process Substitution And Race Conditions – Wood’s Words

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; } piped into tee for this,rather than >(process substition). Let me explain. Source: Process Substitution And Race Conditions – Wood’s Words


Bash Output Patterns – Wood’s Words

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


amazon-price-tracker

An amazon price tracker that will send you alerts when an item goes below your target price. https://github.com/Den4200/amazon-price-tracker  


A one-liner version number incrementor

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

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/


Time to get your learn on…