I love my Irrigation Caddy for ease of programming, normally painful task on conventional controllers (At my last house it took me so long that I used to take a beer out with me when I had to change a setting). With the Irrigation Caddy changes are made in mere seconds, via either the web interf...
Quick breakdown of prices for tyres for my 2007 VW Passat 4Motion.
Bob Jane Morley 9271 2866Tyre Power Morley 9275 3394Pirelli Pzero Nero199796Pirelli Cinturato P70230920Michelin Pilot Sport 3189756GoodYear Eagle F1 Asymmetric 202601040Maxxis – something something1...
The Historical Statistical Facility (HSF) provides the ability to record statistics related to the time spent in a COBOL program and the time that parts of that program spent in CICS API commands/tasks, SQL operations and JCL jobsteps, as well as associated file and TSQ accesses.
The records conta...
I was required to backup a company website, this backup had to be able to be stood up on a plain jane webserver. So after a bit of googling I came up with this. The tarball can be unpacked into the docroot standing the site up as it was the date it was backed up. Not entirely pretty but done this wa...
Command to get the current transaction count from the command line of a Micro Focus Server Enterprise Edition (assume it will work for Enterprise Server as well).
curl -silent http:
//servername:9503/esmac/casrdo5 | grep -A 1 Transactions | tail -1 | sed -e 's/]*>//g' -e 's/ //g'