title |
---|
Jetson Nano parts list |
If you get a bare Jetson Nano, you'll need some parts to make it a usable, useful computer. Here's a shopping list.
import datetime | |
import sys | |
from scapy.all import * | |
import requests | |
last_probe = {} | |
button_names = { | |
'mac_address': 'human readable name' |
wget --base=https://github.com/raspberrypi/firmware/raw/master/ -i <( wget -qO- https://github.com/raspberrypi/firmware/raw/master/boot/ | grep 'react-app.embeddedData' | perl -nE 's{\s+<script[^>]+>}{}; s{</script>}{}; say' | jq -r '.payload.tree.items[].path | select(test("(elf|dat)$"))' ) |
Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)
Uncurated to read/watch list from kubecon2022 slack: | |
https://kubernetes.io/docs/home/ | |
https://helm.sh/docs/ | |
https://docs.docker.com/engine/reference/builder/ | |
https://learning.kasten.io/ | |
kubernetes the hardway - https://github.com/kelseyhightower/kubernetes-the-hard-way |
#!/bin/bash | |
list_vrfs () { | |
echo -e "\nChoose an option:" | |
PS3=$'\n''Choose an option: ' | |
options=("Show all VRFs" "Show VRFs in a specific metro" "Show specific VRF by UUID") | |
select opt in "${options[@]}" | |
do | |
case $opt in |