Also see the original Pieter Noordhuis's guide
You need:
- Raspberry Pi Model B (or B+) with a MicroSD Card $35-40
- An RTL-SDR dongle:
| ast.exe: ast.c | |
| gcc -Werror -Wswitch -Wimplicit-fallthrough ast.c -o ast.exe | |
| clean: | |
| rm -f *.o *.exe *.s a.out | |
| test.s: ast.exe | |
| ./ast.exe > test.s |
Also see the original Pieter Noordhuis's guide
You need:
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| # Put this in your ~/.gitconfig or ~/.config/git/config | |
| # Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName> | |
| [user] | |
| name = Your Full Name | |
| email = your@email.tld | |
| [color] | |
| # Enable colors in color-supporting terminals | |
| ui = auto | |
| [alias] | |
| # List available aliases |