Radxa Orion O6
- Alpine Linux 3.22
- Go 1.24.7 (forgot to update beforehand, oops)
- NVMe Patriot P300 128GB (where tf did my Samsung go o.o?...)
- Orion specific: ACPI boot mode, 0.2.2-1 FW
root@mobileboi ~/w/quickjs (master)# git describe
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: coredns | |
--- | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: coredns-config | |
namespace: coredns |
## Protip. | |
# Cheat and use (their) charts. | |
# You do _NOT_ want to set _THIS_ up manually nor on your own. It's actually a pain in the ass. | |
# ... trust me, I tried. | |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: piped | |
--- |
#!/bin/sh -x | |
# Install fiatjaf/nak (go), htmlq (rust) and jq (go) first. | |
# Set these | |
NSEC= | |
NEVENT= | |
del_notes() { | |
P=$(mktemp) |
use platform | |
use runtime | |
use os | |
use re | |
use str | |
fn -on-windows {|cb| | |
if $platform:is-windows { | |
$cb | |
} |
FROM alpine:3.19 AS make-snort | |
RUN apk add nodejs npm git \ | |
&& npm i -g yarn \ | |
&& mkdir -p /opt/src \ | |
&& git clone \ | |
--depth 1 --single-branch -b main \ | |
https://git.v0l.io/Kieran/snort.git \ | |
/opt/src \ | |
&& cd /opt/src \ | |
&& yarn --network-timeout 1000000 \ |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/riscv 6.6.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Debian 13.2.0-13) 13.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=130200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=24200 |
<stdout>: Warning (unit_address_vs_reg): /images/kernel@1: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/kernel@1/hash@1: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/kernel@1/hash@2: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]/hash@1: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]/hash@2: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]/hash@1: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /images/[email protected]. |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm 3.14.77_RazerSila-2.0.441_prod-2.0.418 Kernel Configuration | |
# | |
CONFIG_ARM=y | |
CONFIG_MIGHT_HAVE_PCI=y | |
CONFIG_SYS_SUPPORTS_APM_EMULATION=y | |
CONFIG_HAVE_PROC_CPU=y | |
CONFIG_STACKTRACE_SUPPORT=y | |
CONFIG_LOCKDEP_SUPPORT=y |
<stdout>: Warning (reg_format): /soc/mdio@90000/ethernet-phy@1:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) | |
<stdout>: Warning (reg_format): /soc/mdio@90000/ethernet-phy@3:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) | |
<stdout>: Warning (reg_format): /soc/mdio@90000/ethernet-phy@0:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) | |
<stdout>: Warning (reg_format): /soc/mdio@90000/ethernet-phy@4:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) | |
<stdout>: Warning (reg_format): /soc/mdio@90000/ethernet-phy@2:reg: property has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) | |
<stdout>: Warning (unit_address_vs_reg): /soc/gpio_keys_polled/button@reset: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg): /soc/gpio_keys_polled/button@wps: node has a unit name, but no reg or ranges property | |
<stdout>: Warning (unit_address_vs_reg |