wget –spider –no-check-certificate –force-html -r -l2 https://website.of.interest.com 2>&1 | grep ‘^–‘ | awk ‘{ print $3 }’ | grep -v
Category: bash
Match email address
If you have a file with several lines that contains email addresses that you like to extract, you can do

Idle in transaction – DELETE waiting
We have a Linux server (Redhat Enterprise 6) running a multi-site installation of Mediawiki. In total, we have today 120

Random numbers with bash
I needed to get some quick random numbers that would represent a time on the form HH:SS. In my case
Sending an email with a different From: address
Sometimes you have to send an email with a different “From:” address. This can be easily done in LINUX. Please
Searching in Excel files
I had to find a specific Microsoft Spreadsheet among thousands of files on a mapped network drive O: on a
Open Journal System missing email logs
I upgraded our Open Journal Systems from 2.2.2 to 2.4.2 and afterwards we saw the email logs were gone. This