Eternal Terminal
Remote terminal for the busy and impatient Source: Eternal Terminal
Remote terminal for the busy and impatient Source: Eternal Terminal
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…
🔎 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