Ian Shein
Ian Shein
Same behavior (Speakers start to work when headphones are plugged in) on Lenovo 5i-14 Chromebook (LINDAR)
Prove me wrong but... It's a real bummer that vscode-server still doesn't play nice with Windows on ARM. I mean, the Darwin got their version, we even have Node for...
The correct way to share ssh key with compute is: ``` chown www-data -R ~www-data/.ssh/ setuser www-data ssh-keygen -f ~www-data/.ssh/id_rsa -q -N "" setuser www-data ssh-copy-id root@compute1 ``` and then...
There is an official Dockerfile in root of this project :)