wget "...url..of.wyos.iso"
sudo mount -o loop vyos.iso rootfs
mkdir unsquashfs
unsquashfs -f -d unsquashfs/ rootfs/live/filesystem.squashfs
tar -C unsquashfs -c . | docker import - vyos:latest
docker run --restart=always -d --cap-add=NET_ADMIN --name vyos --privileged -p 11000-11100:11000-11100 -v /lib/modules:/lib/modules vyos:latest /sbin/init
Related Posts
Local Models (https://ollama.com/library) Configuring OpenCode ssh user@10.20.30.40 -R 0.0.0.0:3001:localhost:3000 Read more
If rkdeveloptool wl is used to write sectors to emmc of the device, in some cases rkdeveloptool rl command is going to return hex cc cc .. sequence indicating that write did not reach emmc. This does not mean that... Read more
There are two variants of Rockchip flasing tool available for cli Read more
Mathematica Read more
Extract coefficients from symbols Sin[x 2] and Cos[x 2] Find derivative of some exp Combine two expressions into system of linear equations Clear all global variables Collecting terms Read more
https://github.com/elastic/golang-crossbuild Read more
Law Equation Notes Kirchhoff’s Voltage Law (KVL) Σ v_i = 0 or v_source = v_R + v_L + v_C + ... Sum of voltages around any closed loop equals zero Kirchhoff’s Current Law (KCL) Σ i_in = Σ i_out Sum... Read more