SIH Tech Tidbits

Useful tips, libraries and tools from the Sydney Informatics Hub team

Articles


Debugging bash

Bash essentials: debugging If you're new to the command-line interface (CLI), there's one thing you should know - unexpected errors or bugs is inevitable. Whether you're a seasoned user of the …





CLI transfer to OneDrive

Since the death of Cloudstor (RIP), we've had to rely on OneDrive to share data with external collaborators who cannot gain access to USyd supported compute platforms. When working with …



Find github pages

To gauge how many github repos have a "github pages" within a particular an organisation, you can run: gh api -H "Accept: application/vnd.github+json" /orgs/Sydney-Informatics-Hub/repos --jq …