|
You are here |
dan.langille.org | ||
| | | | |
anarc.at
|
|
| | | | | ||
| | | | |
www.bidouilliste.com
|
|
| | | | | DTS DTS stands for Device Tree Source. It is a way to represent the hardware (SoC, CPU, Memory, busses like IIC SPI and more) in a form of a text file. Those files are then compiled into a DTB, Device Tree Blob that the Kernel can read to identify the ... | |
| | | | |
eerielinux.wordpress.com
|
|
| | | | | In February I wrote about real aarch64 server hardware. My interest in the ARM platform has not decreased - and this month I finally got my Pinebook shipped. [update] I've updated the post from 05-24 to the 05-31 version.[/update] Aarch64 I've always been interested in alternatives to common solutions - not just with open source... | |
| | | | |
blogops.mixinet.net
|
|
| | | This entry explains how I have configured a linux bridge, dnsmasq and iptables to be able to run and communicate different virtualization systems and containers on laptops running Debian GNU/Linux. I've used different variations of this setup for a long time with VirtualBox and KVM for the Virtual Machines and Linux-VServer, OpenVZ, LXC and lately Docker or Podman for the Containers. Required packagesI'm running Debian Sid with systemd and network-manager to configure the WiFi and Ethernet interfaces, but for the bridge I use bridge-utils with ifupdown (as I said this setup is old, I guess ifupdow2 and ifupdown-ng will work too). To start and stop the DNS and DHCP services and add NAT rules when the bridge is brought up or down I execute a script that uses: ... | ||