What a mess this is...
We must set up these repositories to grab amdgpu-install... which... installs additional repositories...
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \| function uvgit(){ | |
| repo=$(echo "${1}" | rev | cut -d'/' -f -1 | rev) | |
| echo "Installing $repo found at ${1}" | |
| uv tool install "git+${1}#egg=${repo}" | |
| } |
| #!/usr/bin/env python3 | |
| # Neo-Retro Group | |
| # @daryltucker | |
| # /// script | |
| # dependencies = [ | |
| # "requests" | |
| # ] | |
| # /// |
| amd-smi-lib: | |
| Installed: 25.5.1.60403-128~24.04 | |
| Candidate: 25.5.1.60403-128~24.04 | |
| Version table: | |
| *** 25.5.1.60403-128~24.04 600 | |
| 600 https://repo.radeon.com/rocm/apt/6.4.3 noble/main amd64 Packages | |
| 100 /var/lib/dpkg/status | |
| comgr: | |
| Installed: 3.0.0.60403-128~24.04 | |
| Candidate: 3.0.0.60403-128~24.04 |
| #!/bin/bash | |
| # vim: set filetype=sh : | |
| # @daryltucker #WorkedForMe | |
| # Find all Packages installed from BAD_REPO and find replacements on GOOD_REPO | |
| # This is my chance to say the ROCm ecosystem is absolute trash | |
| # Otherwise, this script can be useful for other situations, so I'm publishing it. | |
| assign [class="org.remmina.Remmina" title="Remmina Remote Desktop Client"] $ws1 | |
| assign [class="org.remmina.Remmina" title="^(?!Remmina Remote Desktop Client).*$"] $ws2 |
| edit firewall ipv6-name WAN6_IN | |
| set default-action drop | |
| set rule 10 action accept | |
| set rule 10 description "Allow Established/Related" | |
| set rule 10 protocol all | |
| set rule 10 state established enable | |
| set rule 10 state related enable | |
| set rule 20 action drop |
| # Assuming you got a small IPv6 block and want to delegate across multiple LAN interfaces | |
| edit interfaces ethernet eth0 | |
| set dhcpv6-pd pd 0 prefix-length /64 | |
| set dhcpv6-pd pd 0 interface eth1 host-address ::1 | |
| set dhcpv6-pd pd 0 interface eth1 prefix-id :0 | |
| set dhcpv6-pd pd 0 interface eth1 service slaac | |
| set dhcpv6-pd pd 0 interface eth2 host-address ::1 | |
| set dhcpv6-pd pd 0 interface eth2 prefix-id :1 |
| "/redfish/v1/Managers/1/Oem/Supermicro/IKVM" | |
| '{"Current interface": "JAVA plug-in"}' | |
| as opposed to | |
| '{"Current interface": "HTML 5"}' | |
| ( via PATCH ) |
| #!/bin/bash | |
| # AZ_SAS_TOKEN='' | |
| # ArtifactLocation='' | |
| # ArtifactBaseName='' | |
| DATE_NOW=$(date -Ru | sed 's/\\+0000/GMT/') | |
| AZ_VERSION="2022-11-02" | |
| AZ_BLOB_URL="https://STORAGE_ACCOUNT_HERE.blob.core.windows.net" | |
| AZ_BLOB_CONTAINER="${ApplicationName}" | |
| AZ_BLOB_TARGET="${AZ_BLOB_URL}/${AZ_BLOB_CONTAINER}/" |