08 2022 档案
摘要:sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubun
阅读全文
摘要:下载whl https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ 从这个连接里下载对应的whl pip pip install wxPython-4.1.1-cp38-cp38-linux_x86_64.whl 缺
阅读全文
摘要:备份原始source.list cp /etc/apt/sources.list /etc/apt/sources.list.back 更新sources内容 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe
阅读全文
摘要:解决方法: https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/driver/force_rmmod 使用前流程 下载01_driver文件夹 make force_rmmod 模块 通过modname制定待卸载驱动
阅读全文