To enable adb debuging from recovery (TWRP
):
adb shell
# Data related changes
twrp mount data
mkdir /data/property
echo -n 'mtp,adb' > /data/property/persist.sys.usb.config
Telegram Channel: t.me/amazon_oss
adb shell twrp wipe
adb shell twrp cache
adb shell twrp system
adb shell twrp dalvik
adb push ROM.zip /sdcard/
adb shell twrp install /scard/ROM.zip
How to setup an LXC container with AMD iGPU (Ryzen 7 5800H) passthrougth for Ollama in Proxmox
First we need to install the Alpine LXC, the easiest way is to use Proxmox Helper scripts: https://tteck.github.io/Proxmox/
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/alpine.sh)"
I would install in "advance" mode and be generous with the resources (8-16 cores, 16G ram, 128GB disk)
How to setup an LXC container with docker and calibre/web in Proxmox
First we need to install the Alpine LXC, the easiest way is to use Proxmox Helper scripts: https://tteck.github.io/Proxmox/
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/alpine.sh)"
I would install in "advance" mode and be generous with the resources (4 cores, 2G ram, 8GB disk)
How to setup an LXC container with docker and amule in Proxmox
First we need to install the Alpine LXC, the easiest way is to use Proxmox Helper scripts: https://tteck.github.io/Proxmox/
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/alpine.sh)"
I would install in "advance" mode and be generous with the resources (4 cores, 2G ram, 8GB disk)
Simple steps to use with https://firmware-selector.openwrt.org/ to generate an OpenWrt image for Raspberrypi with Wifi enabled and network over usb (zeros, 4 and 3a).
Packages:
... kmod-usb-gadget kmod-usb-gadget-eth kmod-usb-dwc2 parted losetup resize2fs
uci-defaults
:
# Change to not default network
Tailscale is a heavy program, you most likely need to configure ex_root
to be able to install it.
https://openwrt.org/docs/guide-user/additional-software/extroot_configuration
VERSION=1.2.3 # Version as of Nov 6 2024
wget -O luci-app-tailscale.ipk https://github.com/asvow/luci-app-tailscale/releases/download/v${VERSION}/luci-app-tailscale_${VERSION}_all.ipk
opkg update
opkg install ./luci-app-tailscale.ipk
Simple steps to use with https://firmware-selector.openwrt.org to generate an OpenWrt image for Raspberrypi with Wifi enabled and network over usb (g_ether).
Packages:
# USB Gadget over USB-C
kmod-usb-gadget kmod-usb-gadget-eth kmod-usb-dwc2
# Expand root filesystem to whole sdcard
parted losetup resize2fs