apt install nginx
apt install libnginx-mod-rtmp
apt install ffmpeg
apt install stunnel4vim /etc/nginx/nginx.conf
- Remove http {} and mail {}
apt install nginx
apt install libnginx-mod-rtmp
apt install ffmpeg
apt install stunnel4vim /etc/nginx/nginx.conf
| # Delete prior revisions from a GitHub wiki so that only the most-recent | |
| # version of the content is available. | |
| # Clone the wiki. | |
| git clone https://github.com/[user]/[repo].wiki.git | |
| # Example: git clone https://github.com/bz31/Buildroot.wiki.git | |
| # Remove the .git folder. | |
| cd [repo].wiki | |
| rm -rf .git |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
| U-Boot SPL 2013.07 (Mar 03 2021 - 16:12:04) | |
| Timer init | |
| CLK stop | |
| PLL init | |
| pll_init:366 | |
| pll_cfg.pdiv = 10, pll_cfg.h2div = 5, pll_cfg.h0div = 5, pll_cfg.cdiv = 1, pll_cfg.l2div = 2 | |
| nf=116 nr = 1 od0 = 1 od1 = 2 | |
| cppcr is 07405100 | |
| CPM_CPAPCR 0740510d | |
| nf=100 nr = 1 od0 = 1 od1 = 2 |
Beelink GTR5 + Proxmox VE + Windows Guest using the Vega8 Graphics Card
Go to OpenWRT release page, select the latest release stable release, then targets -> x86 -> 64. Right-click generic-ext4-combined.img.gz (not the "efi"!) and copy the link.
On the Proxmox host, download the archive and unpack it:
wget *paste link here*
gunzip openwrt-*.img.gz
| # # This is an esphome configuration file. | |
| # # It is tested on debian-12 and [nanoESP32-C6](https://github.com/wuxx/nanoESP32-C6/blob/master/README_en.md). | |
| # # This configuration should work on any Linux distribution and any ESP32-C6 board though. | |
| # | |
| # # Create and activate python venv, install esphome: | |
| # test -d ./venv || python3 -m venv venv | |
| # source ./venv/bin/activate | |
| # pip install esphome --upgrade | |
| # | |
| # # Connect ESP32-C6 to USB, press and hold "Boot" button, press and release "Reset", release "Boot". |
| #!/bin/bash | |
| # Claude Code Status Line Script | |
| # Displays project info, context usage, session cost, and environment details. | |
| # | |
| # Session cost/credits usage is read from cost.total_cost_usd (the client-side | |
| # estimated spend for the current session). The 5h/7d rate-limit usage is | |
| # intentionally omitted: this is an enterprise account, where those fields are | |
| # not populated. Monthly/total spend is not available locally -- the Console | |
| # dashboard is the authoritative source for that figure. |