摘要: Ubuntu全版本(14 16 18)更换阿里源 传送门 备份之前的源文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup # 备份源列表 添加阿里源 vi /etc/apt/sources.list 输入:,$d删除之前的源 1 阅读全文
posted @ 2020-01-02 14:30 AlexANSO 阅读(544) 评论(0) 推荐(0)
摘要: 安装Vulhub需要的基础环境 更新现有的软件 sudo apt-get update sudo apt-get upgrade 安装Docker # 安装脚本 curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh # 阅读全文
posted @ 2020-01-02 10:33 AlexANSO 阅读(20913) 评论(8) 推荐(3)