上一页 1 ··· 164 165 166 167 168 169 170 171 172 ··· 403 下一页
摘要: 001、 [root@PC1 software]# cat /etc/redhat-release ## 系统版本 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda 4 阅读全文
posted @ 2022-09-19 21:58 小鲨鱼2018 阅读(122) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 software]# cat /etc/redhat-release ## 系统发行版 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda 阅读全文
posted @ 2022-09-19 21:52 小鲨鱼2018 阅读(131) 评论(0) 推荐(0)
摘要: 001、查看系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载anaconda安装包: wget https://mirrors.tuna.tsinghua.edu.c 阅读全文
posted @ 2022-09-19 21:47 小鲨鱼2018 阅读(729) 评论(0) 推荐(0)
摘要: -O选项表示将下载的内容进行重命名: [root@PC1 test]# ls [root@PC1 test]# wget -O xxxx http://mirrors.aliyun.com/repo/Centos-7.repo ## 下载内容保存为xxx --2022-09-19 09:42:39- 阅读全文
posted @ 2022-09-19 09:43 小鲨鱼2018 阅读(1030) 评论(0) 推荐(0)
摘要: https://mirrors.aliyun.com/gnu/gcc/ 阅读全文
posted @ 2022-09-19 09:03 小鲨鱼2018 阅读(599) 评论(0) 推荐(0)
摘要: 001、自动获取IP dhclient 002、获取网关 route -n 阅读全文
posted @ 2022-09-19 08:53 小鲨鱼2018 阅读(237) 评论(0) 推荐(0)
摘要: 001、利用net-tools工具下的 ifoconfig命令 root@ubuntu01:/home/software# ifconfig | head -n 3 ens32: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192 阅读全文
posted @ 2022-09-18 12:10 小鲨鱼2018 阅读(3275) 评论(0) 推荐(0)
摘要: 001、问题src/delly.h:8:10: fatal error: boost/graph/adjacency_list.hpp: No such file or directory 002、解决方法, 安装boost库 Linux下boost库的编译及安装:https://www.cnblo 阅读全文
posted @ 2022-09-18 11:45 小鲨鱼2018 阅读(288) 评论(0) 推荐(0)
摘要: 001、下载地址 https://www.boost.org/users/download/ 002、 tar -xzvf boost_1_80_0.tar.gz 003、 编译安装 cd boost_1_80_0/ ./bootstrap.sh --with-libraries=all --wit 阅读全文
posted @ 2022-09-18 11:42 小鲨鱼2018 阅读(382) 评论(0) 推荐(0)
摘要: 001、打开python shell root@ubuntu01:/home/software# python Python 2.7.18 (default, Jul 1 2022, 10:30:50) [GCC 11.2.0] on linux2 Type "help", "copyright", 阅读全文
posted @ 2022-09-17 21:29 小鲨鱼2018 阅读(1380) 评论(0) 推荐(0)
上一页 1 ··· 164 165 166 167 168 169 170 171 172 ··· 403 下一页