Technical Posts

A collection of mostly IT centric posts from the last ~20 years

Articles

Latest

Access

Blog History

Format aws cli command out

A typical listing from aws s3 ls --human-readable --recursive s3://myBucket/Pictures will look like the following 2018-04-11 01:12:31 956.9 KiB Pictures/Personal Photos/images jan 09/feb 08/IMG_20080227_0114.JPG 2018-04-11 01:12:32 743.7 KiB Pictures/Personal...

ITGlue Snippet

From Drafts post Feb 2019. Published April '25 So I have the following code: function Send-ToITGlue { [CmdletBinding()] param ( # Data Object to Send to ITglue [Parameter(ValueFromPipeline)] [object[]] $Data ) begin { $api__output_data = @() } process { $traits =...

ADSL to NBN

Post from 2019/04/29 at 11:16 am found in Drafts. Published April '25 NBN Comes to Ringwood East So the NBN cablers went down our street recently and connected the font two units in our unit complex via a catenary cable from the Cable TV cabling slung between the...