摘要: 001、 root@ubuntu01:/home/software# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS ## 系统版本 Release 阅读全文
posted @ 2022-09-19 23:27 小鲨鱼2018 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(87) 评论(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 阅读(103) 评论(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 阅读(605) 评论(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 阅读(981) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.aliyun.com/gnu/gcc/ 阅读全文
posted @ 2022-09-19 09:03 小鲨鱼2018 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 001、自动获取IP dhclient 002、获取网关 route -n 阅读全文
posted @ 2022-09-19 08:53 小鲨鱼2018 阅读(213) 评论(0) 推荐(0) 编辑