peternguyen.id.au
Posts
Posting JSON with curl You can post a json file with curl like so: curl -X POST -H "Content-Type: application/json" -d @FILENAME DESTINATION So for example: { name: 'Peter Nguyen' } curl...
Sep 3, 2020 4:00AM
Viewing Docker Resource Utilisation Docker resource utilisation can sometimes run wild, and it'd be nice to see what's happening under the hood with the containers we're running. Docker out of the box provides...
Apr 29, 2020 2:40AM
Managing different SSH keys with Git If you happen to work with different repositories, you may want to authenticate with separate SSH keys that are applicable to their working context. For example, you want a...
Apr 26, 2020 6:11PM
G'day! 👋 G'day and welcome to my corner of the internet, a space for my documented learnings, musings and snippets of code that I've found useful for my day to day or my experiences as...
Apr 26, 2020 3:11PM
Posts
© 2019-2020 peternguyen.id.au
Powered by Axiom