记Linux网络连接老是断连发现出现问题可能是 iwctl 和 networkmanager 冲突解决方式:把两个工具都有连的网络进行忘记操作,然后使用要使用的工具重新连接网络附 iwctl 忘记网络操作:iwctlknown-networks listknown-networks SSID for...
标签:Linux
7 篇文章jeb-demo-4.16.0.202205110304破解(2022.6.3更新)原文链接破解思路来自:https://bbs.pediy.com/thread-268316.htm感谢cow0o0提供的方法1、修改后的jeb.ar在fix1目录下,替换即可。fix1只支持JDK11及以上版本(因...
ArchLinux安装后的配置1. 添加archlinuxcn源在 /etc/pacman.conf 文件末尾添加以下两行:[archlinuxcn]Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch然后安装 GPG key...
安装交叉编译工具brew install FiloSottile/musl-cross/musl-cross重新编译CC=x86_64-linux-musl-gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 gobuild -ldflags "-linkm...
解决Linux无法连接AirPods修改**/etc/bluetooth/main.conf**ControllerMode = bredr重启蓝牙连接AirPods...
Linux挂载Windows共享目录sudo mount -t cifs -o username=huang,password=123456 //192.168.101.10/share ~/Desktop/share/...
问题Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.soc...