jq is useful to slice, filter, map and transform structured json data.
brew install jq
| # autoload tmux | |
| # if shell is interactive, and TMUX var is set... | |
| if [[ $- == *i* ]] && [[ -z "${TMUX}" ]]; then | |
| tmux attach || exec tmux new-session && exit; | |
| fi |
| services: | |
| ultrafeeder: | |
| image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder | |
| tty: true | |
| container_name: ultrafeeder | |
| hostname: ultrafeeder | |
| restart: unless-stopped | |
| device_cgroup_rules: | |
| - c 189:* rwm | |
| ports: |
Create an empty git repo or reinitialize an existing one
$ git init| USE Play | |
| GO | |
| CREATE TABLE [dbo].[ReseedTest]( | |
| [ReseedTestID] [int] IDENTITY(1,1) NOT NULL, | |
| [ReseedText] [nvarchar](50) NULL, | |
| CONSTRAINT [PK_ReseedTest] PRIMARY KEY CLUSTERED([ReseedTestID]) | |
| ) | |
| GO |
| ### Keybase proof | |
| I hereby claim: | |
| * I am adamjames on github. | |
| * I am mrwizrd (https://keybase.io/mrwizrd) on keybase. | |
| * I have a public key whose fingerprint is C8C8 4F5D 4FD5 0388 BECB 73C5 1464 2518 529A B9BF | |
| To claim this, I am signing this object: |