会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蘇大锤
博客园
首页
新随笔
联系
订阅
管理
2023年10月27日
win11 打印机故障 0x000000709
摘要: 0x000000709 无需删除任何更新,新建打印机凭证即可; 无需重启电脑,再次连接打印机
阅读全文
posted @ 2023-10-27 13:20 蘇大锤
阅读(1261)
评论(0)
推荐(0)
2022年7月4日
WSL2 Ubuntu 安装教程
摘要: 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)
2022年6月29日
nvm 安装与使用
摘要: 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)
2022年6月27日
npm 镜像源查看修改
摘要: 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)
2021年7月15日
Xshell SSH连接报错Socket error Event: 32 Error: 10053
摘要: 在使用英伟达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)
公告