Out of the blocks if you try a remote connection from VSCode using ssh to a Synology NAS (DSM 7 in my case) you’ll see the unhelpful warning: The remote host may not meet VS Code Server’s prerequisites for glibc and libstdc++ And after long timeouts and even though it says ‘connected’ there is not… Continue reading VSCode remote connection to Synology NAS
Category: Tech
Raspberry Pi Hardware and software versions
Some of the ways to check hardware and software versions. The Debian version: pi@raspberrypi:~ $ cat /etc/debian_version 10.11 The OS release notes: pi@has1:~ $ cat /etc/os-release PRETTY_NAME=”Raspbian GNU/Linux 10 (buster)” NAME=”Raspbian GNU/Linux” VERSION_ID=”10″ VERSION=”10 (buster)” VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL=”http://www.raspbian.org/” SUPPORT_URL=”http://www.raspbian.org/RaspbianForums” BUG_REPORT_URL=”http://www.raspbian.org/RaspbianBugs” The kernel version: pi@has1:~ $ uname -a Linux has1 5.10.63-v7l+ #1459 SMP Wed Oct… Continue reading Raspberry Pi Hardware and software versions