卸载旧版本 Docker 的旧版本被称为 docker,docker.io 或 docker-engine 。如果已安装,请卸载它们: $ sudo apt-get remove docker docker-engine docker.io containerd runc 当前称为 Docker E ...
分类:
系统相关 时间:
2020-04-23 22:58:59
阅读次数:
88
通用代码工具 "代码分享(ubuntu)" | "各种语言API在线查询 devdocs.io" | "GDB在线指令速查" C++文档资料 "API快速查询 cppreference.com " 在线代码编辑调试 "在线GDB" GNU系列工具 ...
分类:
Web程序 时间:
2020-04-23 21:23:08
阅读次数:
86
2020 04 16 此教程专为Ubuntu系统中没有网或网速较慢时安装UHD + GRC。 主要过程是先在win10下网络情况较好,下载好需要用到的依赖包及安装包,然后再去ubuntu系统下安装即可。 本页总结了设置UHD和GNU Radio的脱机安装所涉及的分步过程。 ___ 前期准备 在win ...
分类:
系统相关 时间:
2020-04-23 20:48:29
阅读次数:
294
A bridge-domain can be associated with only one BVI. However a vrf can contain routes to multiple BVIs. To configure a BVI interface, create it using ...
分类:
其他好文 时间:
2020-04-23 19:28:06
阅读次数:
94
1.sudo gedit /etc/apt/sources.list 源列表里面放置的一行行网址,在这个文件里加入或者注释(加#)掉一些源后,保存则源列表里指向的软件就会增加或减少一部分。 2. sudo apt-get update 这个命令,会访问源列表里的每个网址,并读取软件列表,然后保存在本 ...
分类:
系统相关 时间:
2020-04-23 12:04:10
阅读次数:
78
平台 宿主机系统版本:Ubuntu 14.04.5 LTS gitlab软件版本:11.10.8-ee 验证web浏览器版本:Mozilla Firefox 68.3.0esr 安装firefox浏览器 在官网https://www.firefox.com.cn/download/ 下载Linux- ...
分类:
系统相关 时间:
2020-04-23 09:13:43
阅读次数:
83
```bash sudo apt-get install iptables sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT sudo iptables-save sudo apt-get install iptables-persistent s... ...
分类:
系统相关 时间:
2020-04-22 21:29:08
阅读次数:
486
概要: 可能有的同学在使用Python的时候喜欢使用.py文件,而有的同学喜欢使用Jupyter Notebook做开发,但是苦于不会使用远程服务器的Jupyter Notebook而放弃,而这篇文章将教会你怎样远程访问Jupyter Notebook。 官方地址:官方地址 远访配置: 创建Jupy ...
内核:https://cdn.kernel.org/pub/linux/kernel/ ubuntu apt-get install linux-source-x.x.x centos sudo wget https://cdn.kernel.org/pub/linux/kernel/v4.x/li ...
分类:
系统相关 时间:
2020-04-22 19:38:45
阅读次数:
719
在Ubuntu中,自带python 可通过命令【python -V】 版本为【Python 2.7.17】 输入命令【sudo apt-get install python3】一般下载的都是最新版的 。输入命令【which python】可查看安装的路径。进入安装路径后修改python指定版本(一般 ...
分类:
编程语言 时间:
2020-04-22 16:58:08
阅读次数:
115