get from https://developer.nvidia.com/embedded/jetson-linux-r365
Jetson_Linux_R36.5.0_aarch64.tbz2sdkmanager_2.4.0-13236_arm64.debTegra_Linux_Sample-Root-Filesystem_R36.5.0_aarch64.tbz2
get from https://developer.nvidia.com/embedded/jetson-linux-r365
Jetson_Linux_R36.5.0_aarch64.tbz2sdkmanager_2.4.0-13236_arm64.debTegra_Linux_Sample-Root-Filesystem_R36.5.0_aarch64.tbz2| --- | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: iperf | |
| spec: | |
| selector: | |
| app: iperf | |
| ports: | |
| - name: iperf2-tcp |
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching| #!/bin/sh | |
| set -e | |
| set -x | |
| # this needs, coreutils-stty, pppd-chat and minicom installed | |
| # minicom needs proper config files in either /etc/{1..4}.minirc | |
| # pointing to the correct device | |
| case "${1:-}" in | |
| [1234] ) NODE="$1" ;; |
N1MM+ has been the go-to contest logger for many hams and, thanks to its networking features, also clubs. Sadly, it's only for Windows, it's closed-source and the bugs (whether in N1MM or Wine) don't make it any more fun.
| #!/bin/sh | |
| # /lib/rootfs-to.sh | |
| set -eu | |
| set -x | |
| ROOT_DIR=/mnt | |
| SRC_DIR=/media | |
| #FS=btrfs | |
| FS=zfs |
| # RPi4 install mit Bookworm latest | |
| URLs: | |
| * https://wiki.fm-funknetz.de/doku.php?id=fm-funknetz:technik:shari-sa818 | |
| * https://fm-funknetz.de/svxlink-installieren/ | |
| * https://www.vr2xkp.org/2015/09/20/echolink-2015-svxlink-14-08-1-as-echolink-node/ | |
| * https://fm-funknetz.de/wichtige-infos-zur-svxlink-version-1-8-99-2/ | |
| ## add in /boot/config.txt | |
| ``` |
| #!/usr/bin/python | |
| """ | |
| Produces a Linux Netfilter u32 rule to match DNS requests for a given | |
| domain name and/or a given query type. | |
| Typical usage: | |
| % python generate-netfilter-u32-rule.py --qname ripe.net --qtype ANY | |
| Can be embedded in iptables' invocations for instance: | |
| rule=$(python generate-rule.py args...) |
| #!/usr/bin/python | |
| """ | |
| Produces a Linux Netfilter u32 rule to match DNS requests for a given | |
| domain name and/or a given query type. | |
| Typical usage: | |
| % python generate-netfilter-u32-rule.py --qname ripe.net --qtype ANY | |
| Can be embedded in iptables' invocations for instance: | |
| rule=$(python generate-rule.py args...) |