This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
curl http://v0.postcodeapi.com.au/suburbs/3004.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" | |
curl http://v0.postcodeapi.com.au/suburbs/3006.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" | |
curl http://v0.postcodeapi.com.au/suburbs/3011.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" | |
curl http://v0.postcodeapi.com.au/suburbs/3012.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" | |
curl http://v0.postcodeapi.com.au/suburbs/3013.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" | |
curl http://v0.postcodeapi.com.au/suburbs/3015.json -H 'Accept: application/json' | jq -c "{(.[0].postcode | tostring): [.[] | .name]}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet rd.udev.log-priority=3 acpi_osi=! acpi_osi=\"Windows 2009\"" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global_config] | |
enabled_plugins = BackgroundZoom, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
title_hide_sizetext = True | |
[keybindings] | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = Dracula | |
type = Terminal |