摘要: 0x000000709 无需删除任何更新,新建打印机凭证即可; 无需重启电脑,再次连接打印机 阅读全文
posted @ 2023-10-27 13:20 蘇大锤 阅读(1261) 评论(0) 推荐(0)
摘要: 1 WSL2 官方指导安装教程地址: https://docs.microsoft.com/zh-cn/windows/wsl/install-manual#step-3 enable-virtual-machine-feature 2 注意事项: WSL1不具备独立的虚拟IP:可以在win10 商 阅读全文
posted @ 2022-07-04 17:04 蘇大锤 阅读(3629) 评论(0) 推荐(0)
摘要: 1 下载地址 https://github.com/coreybutler/nvm-windows/releases 2 安装到创建的路径,方便操作: 3 安装目录下setting文件,可选择设置镜像源地址: node_mirror: https://npm.taobao.org/mirrors/n 阅读全文
posted @ 2022-06-29 15:46 蘇大锤 阅读(181) 评论(0) 推荐(0)
摘要: 1 查看npm镜像源的地址 : npm config get registry 2 设置npm镜像源为淘宝 : npm config set registry https://registry.npm.taobao.org 3 还原npm官方默认源 : npx nrm use npm 或者 npm 阅读全文
posted @ 2022-06-27 23:41 蘇大锤 阅读(5240) 评论(1) 推荐(0)
摘要: 在使用英伟达AGX arm Ubuntu设备时发现 默认自带ssh无法连接 1 排除网络故障,能够ping通即可 2 检查 openssh-server 服务是否安装 启动 检查是否安装:sudo apt list openssh-server 安装:sudo apt install openssh 阅读全文
posted @ 2021-07-15 10:41 蘇大锤 阅读(7071) 评论(0) 推荐(0)