Tagged: linux

Site backup via script 0

Site backup via script

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....

Scrape Transaction Count from ESMAC 0

Scrape Transaction Count from ESMAC

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...

0

Raspberry Pi Setup

Install and configure Raspbian Download image from http://www.raspberrypi.org/downloads Copy over image to the SD Card sudo dd bs=1m if=/Users/alisterjupp/Downloads/2013-02-09-wheezy-raspbian.img of=/dev/rdisk5 Extend OS to full size of SD Card via raspi-config at first boot Set...