X11 forwarding https://wiki.archlinux.org/title/OpenSSH
1 2 3 4 5 6 7 8 9 10 11 12 pacman -S xorg-xauth xorg-xhost /etc/ssh/sshd_config X11Forwarding yes AllowTcpForwarding yes X11UseLocalhost yes X11DisplayOffset 10 systemctl restart sshd pacman -S xorg-xclock https://gist.github.com/vietlq/8b20d09fdfe5f02f8b511c7847df39ee
win 10 xserver, x11forward Install VcXsrv Windows X Server Download and install: https://sourceforge.net/projects/vcxsrv/ Check that VcXsrv runs and right-click, get logs to find DISPLAY=127.0.0.1:0.0 Note down the value of $DISPLAY and pass it ot PuTTY Configure PuTTY Navigate to SSH => X11 => Tick Enable X11 forwarding Pass the value of $DISPLAY (which is 127.
‘chromeos linux, crostini’ 1 2 3 4 5 vmc start dev run_container.sh -container_name=stretch -user=wiloon -shell switch to dev channel, chrome os version >=67
chrome os will start to download an update
update and restart
Launch crosh (ctrl-alt-t)
Create crostini VM vmc start dev. This’ll download the termina component, and open a shell.
Launch a container run_container.sh -container_name=stretch -user=wiloon -shell
https://www.youtube.com/watch?v=s9mrR2tqVbQ
Crostini 101 from Crostini https://github.com/lstoll/cros-crostini/blob/master/README.md
https://support.google.com/chromebook/answer/1086915?hl=en