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


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

VirtualBox打开虚拟机报错 supr3hardenedwinrespawn


virtualBox版本:7.* 系统:windows11 报错信息 VirtualBox – Error in supR3HardenedWiReSpawn Error relaunching VirtualBox VM process: 5 supR3HardenedWinReSpawn wha

quartz配置周与日


在使用调度器的时候,遇到了如下的错误: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented.1 这个错误的原因就是因为你的Cron表达式配置错误了: 即,你把日期和周同时指

idea使用rsync快速部署ssh


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

vbox配置ubuntu双网卡


配置vbox 创建host-only 工具 》网络管理器 》 创建 创建一个host-only网络适配器 新建虚拟机 虚拟机配置双网卡 设置 》网络 网卡1 选择nat(提供互联网访问) 网卡2 选择host-only与创建的网络适配器 配置虚拟机 进入虚拟机,输入命令

wsl1使用Java文件锁异常


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

wsl使用技巧


设置默认用户 不推荐直接使用root当作默认用户,我们需要为系统设置一个默认用户 新建用户 >Arch.exe(设置sudoer文件)[root@PC-NAME]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel(添加用户)[root@PC-NA

prometheus自定义注册服务


Prometheus进阶 自定义http_sd_config 配置方式如下: - job_name: 'http_sd' metrics_path: "/prometheus" http_sd_configs: - url: http://localhost:8080/

Github workFlow发布release失败


Github workFlow发布release失败 常见问题 Error: Unhandled error: TypeError: Cannot read properties of undefined (reading 'uploadReleaseAsset') release.yml 中的配置

nginx代理ssh请求


nginx代理ssh请求 问题: gitea搭建完成后,无法使用ssh访问 原因: ssh 通过默认端口22, nginx配置的https/http只能通过web访问 需要将 ssh对应的端口也暴露出来 现有所有的服务请求路径 域名解析 -> nginx -> 本地frpc -> 家庭服务器 解决: