解决macOS Docker Mounts Denied的问题:手动编辑配置文件目录[TOC]Error response from daemon: Mounts denied:
The path /home/pd_crack is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> Resour...
解决Ubuntu升级中的"Can't mark 'ubuntu-desktop' for upgrade"错误问题描述: 在升级Ubuntu 23.04 LTS到23.10 的过程中,在执行do-release-upgrade命令时出现以下错误信息:2023-12-16 23:38:23,642 INFO no old nvidia driver installed, installing no new
2023-12-16 23:38:23,643 DEBUG Removing 'gno...
Dbeaver连接MySql报错Public Key Retrieval is not allowed目录[TOC]背景使用Dbeaver连接MySql报错:Public Key Retrieval is not allowed解决方案进入Dbeaver右键单击有问题的连接,点击编辑 连接3.找到连接设置--属性驱动--allowPublicKeyRetrieval,然后更改为TRUE,保存重新连接即可P.S. 也可以在最开始创建新连接的时候直接设置好
Github action报错Error: Version 3.9.17 with arch x64 not foundRun actions/setup-python@v1
Error: Version 3.9.17 with arch x64 not found
Available versions:
3.10.13 (x64)
3.11.5 (x64)
3.7.17 (x64)
3.8.18 (x64)
3.9.18 (x64)主要就是python-version这一块,GitHu...
关闭烦人的[oh-my-zsh] Would you like to update? [Y/n]更新提示1.懒人版解决方案(和下面的手动修改效果相同)复制到终端直接回车file=~/.zshrc; insert_line='DISABLE_UPDATE_PROMPT=true'; if ! grep -q "$insert_line" "$file"; then line_numbers=$(grep -n "source \$ZSH/oh...
linux多线程快速下载工具--axel1.安装apt install axel2.使用axel -n 200 https://example.com 其中-n后面的200表示线程数量,可自行修改Usage: axel [options] url1 [url2] [url...]
--max-speed=x -s x Specify maximum speed (bytes per second)
--num-connections=x -n x ...