ubuntu22.04安装docker
docker 安装首先卸载系统默认的的docker 1sudo apt remove docker docker-engine docker.io containerd runc 安装必要的库 1sudo apt install apt-transport-https ca-certificates curl software-properties-common gnupg lsb-release 1234567891011# 阿里源(推荐使用阿里的gpg KEY)curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg#添加 apt 源:#阿里apt源echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] ...
ubuntu platformio问题
在使用ubuntu配置vscode 的 platformio插件时,常常需要魔法上网来下载依赖 我们可以直接配置好vscode的proxy来下载,也可以用手机热点来下载 然而废了大半天劲配置好网络之后我的platformio却连不上板子 1lsusb 12345678910111213li@li-MS-7C94:~$ lsusbBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 008: ID 8087:0032 Intel Corp. AX210 BluetoothBus 001 Device 006: ID 1462:7c94 Micro Star International MYSTIC LIGHT Bus 001 Device...
强化学习基本概念及入门
if (typeof lightGallery !== 'undefined') { var options = { selector: '.gallery-item' }; lightGallery(document.getElementsByClassName('.article-gallery')[0], options); }



