win11系统下,将WSL2从系统盘(C盘)迁移到迁移到数据盘(D盘)


win11下 wsl迁移数据到D盘 可行方案 停机并移动文件到D盘,创建链接到原位置 win11 添加或删除程序 搜索应用商店安装的wsl发行版(如 ubuntu2204)右边三个小圆点 分别是 高级选项 移动 卸载,选择移动到D盘

idea使用rsync快速部署ssh


步骤一 安装cygwin 安装下载cygwin,同时cygwin中下载rsync,openssh 步骤二 配置Run Targets 新增ssh Target 配置用户名密码/publicKey(指定本地私钥位置)如 id_rsa文件 注意: idea版本不同可能只支持 publickey,密码方式

wsl1使用Java文件锁异常


代码如下 public void writeWithFileLock(File tempFile){ try (FileChannel workPathResourceMd5Lock = new RandomAccessFile(tempFile,"rw").getChann

轻松解决Tensorflow报错illegal instruction (core dumped)


一、问题抛出 运行 import tensorflow 的时候,出现下面的问题: illegal instruction (core dumped) 关于问题的讨论在Github上有开issue #17441。

Ubuntu切换python(包版本)


当系统中存在python2 和python3 两个版本时如何管理切换python版本 root@ubuntu:/home/q# update-alternatives –list python update-alternatives: error: no alternatives for pyth

Ubuntu 安装python机器学习常用包


apt-get install software-properties-common apt-get install python2.7 apt-get install python-pip python --version pip install --upgrade pip pip --versi