Getting old Reddit submissions with Pushshift API

5 years ago

Pushshift is a third party Reddit API useful to find comments and submissions (posts) from the past or that are…

The basics to .gitignore

5 years ago

The .gitignore file tells Git which files and directories to ignore. These files are defined on each line as a…

Upper Coliban Reservoir overflowing; Drone images

5 years ago

Upper Coliban Reservoir overflowing with level at 101% Click images to view larger.

Malmsbury Reservoir spilling over; Drone images

5 years ago

Malmsbury reservoir at 108% full with water flowing down one of the spillways. Click images to view larger.

A Wget output formatter and parser made with PHP

5 years ago

A Wget output parser that turns a Wget file download into a viewable JSON output. This provides a different observation…

How to do token authentication URLs with BunnyCDN

5 years ago

How to generate URL authentication tokens and expiry with PHP on BunnyCDN (Bunny Net) URLs. This means that URL's fetched…

Handy Youtube-dl command to archive a whole Youtube channel

5 years ago

A youtube-dl command to archive a Youtube channel in high resolution as an mp4, write the downloaded id to a…

How to install & upgrade Youtube-dl on Ubuntu 20.04

5 years ago

Downloading, installing and upgrading Youtube-dl on Ubuntu 20.04 Youtube-dl is a command-line program to download Youtube videos in a variety…

Force SSH login to be key file only

5 years ago

How to force SSH key only access to your Linux system with password access being denied. Creating SSH key access…

A different approach to searching an associative array with PHP

5 years ago

A different method to finding values in an associated or nested array rather than use a loop. Looping The seemingly…