Vue lecture

Android on Linux Mint with WayDroid: Setup Guide

sudo wget https://repo.waydro.id/waydroid.gpg -O /usr/share/keyrings/waydroid.gpg

echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ jammy main" | sudo tee /etc/apt/sources.list.d/waydroid.list
sudo apt update
sudo apt install waydroid weston
sudo ufw allow 53
sudo ufw allow 67
sudo ufw default allow FORWARD

weston
sudo waydroid init
sudo waydroid container start
waydroid session start
# term 2
waydroid show-full-ui

Permalink

  •  

RDMA - Debian Wiki

Remote Direct Memory Access (RDMA) is a computer networking technology usually implemented over high-speed, low-latency networks (aka fabrics) which allows for direct access to a remote host's memory, dramatically reducing latency and CPU overhead.
Permalink

  •