8 September, 201611 December, 2017bash Get url’s from website with wget wget –spider –no-check-certificate –force-html -r -l2 https://website.of.interest.com 2>&1 | grep ‘^–‘ | awk ‘{ print $3 }’ | grep -v ‘\.\(css\|js\|png\|gif\|jpg\)$’ >> […]
10 June, 201610 June, 2016bash, Linux Match email address If you have a file with several lines that contains email addresses that you like to extract, you can do that with […]
31 August, 20159 October, 2017Apache, bash, Postgresql 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 unique wiki’s, […]
18 February, 20155 February, 2016bash 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 the time […]
17 September, 201414 October, 2014bash, Email, Linux, Mail 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 see the […]
1 August, 20141 August, 2014bash, Docs, Linux Searching in Excel files I had to find a specific Microsoft Spreadsheet among thousands of files on a mapped network drive O: on a Windows 7 […]
31 March, 201411 December, 2017bash, Postgresql 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 was related […]