摘要: 1、配置Typora-Ubuntu镜像源wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -sudo add-apt-repository 'deb https://typora.io/linux ./'2、更新 阅读全文
posted @ 2020-06-17 11:24 趙楊 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 命令:sudo apt-get install yum提示: 提示python相关依赖包问题且无法安装解决:将提示中涉及到的包重新安装 sudo apt-get install +包名 阅读全文
posted @ 2020-06-17 11:20 趙楊 阅读(1652) 评论(0) 推荐(0) 编辑
摘要: 1、查看IP地址 ifconfig 2、安装工具 sudo apt-get install net-tools 阅读全文
posted @ 2020-06-17 11:16 趙楊 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 原因:镜像源问题 解决:新增镜像源 sudo vi etc/apt/source.list添加deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse 阅读全文
posted @ 2020-06-17 10:29 趙楊 阅读(1308) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/docker/ubuntu-docker-install.html 阅读全文
posted @ 2020-06-17 10:07 趙楊 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1、系统提示进程号 参考:https://blog.csdn.net/weixin_37769711/article/details/88759474 2、系统提示进程号 sudo kill -9 +进程号 阅读全文
posted @ 2020-06-17 09:57 趙楊 阅读(153) 评论(0) 推荐(0) 编辑