摘要: 1、查看系统 [root@centos7pc1 test]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@centos7pc1 test]# hostnamectl Static hostname: cento 阅读全文
posted @ 2022-05-02 19:38 小鲨鱼2018 阅读(2914) 评论(0) 推荐(0) 编辑
摘要: 1、-O , 指定下载文件的名称 示例: [root@centos7pc1 test]# ls [root@centos7pc1 test]# wget -O xxx.zip https://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_2022 阅读全文
posted @ 2022-05-02 19:11 小鲨鱼2018 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 1、从cran安装(https://cran.r-project.org/) 示例: > install.packages("ggplot2") ## 安装 trying URL 'https://mirrors.bfsu.edu.cn/CRAN/bin/windows/contrib/4.1/gg 阅读全文
posted @ 2022-05-02 13:02 小鲨鱼2018 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/qq_45322084/article/details/123901724 1.环境 安装1.先执行命令安装EPEL仓库 yum install epel-release 2.然后再执行 yum install R 有提示就按 y键即可 安装完成输入 阅读全文
posted @ 2022-05-02 12:12 小鲨鱼2018 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 1、查看系统 [root@centos7pc1 software]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop- 阅读全文
posted @ 2022-05-02 11:38 小鲨鱼2018 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1、查看系统 root@liujiaxinpc1:/home/test# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.0 阅读全文
posted @ 2022-05-02 10:35 小鲨鱼2018 阅读(1212) 评论(0) 推荐(0) 编辑
摘要: 1、系统 root@liujiaxinpc1:/home/test# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 阅读全文
posted @ 2022-05-02 02:18 小鲨鱼2018 阅读(1801) 评论(0) 推荐(0) 编辑
摘要: 1、查看系统及代码 root@liujiaxinpc1:/home# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 阅读全文
posted @ 2022-05-02 01:15 小鲨鱼2018 阅读(3336) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/bigdog_1027/article/details/78924768 Ubuntu安装后默认的官方源是美国的服务器,但是美国服务器在国内安装软件等会有较大的限制。所以我们需要将默认的源切换为国内源。一般来说,常用的国内源有阿里源(这是中国官方源) 阅读全文
posted @ 2022-05-02 00:37 小鲨鱼2018 阅读(5468) 评论(0) 推荐(0) 编辑
摘要: 1、 001、apt-get是老版的命令,apt是新版的命令。 002、apt包含了apt-get、apt-cache等等,用起来更方便。 003、apt刚刚出来,所以允许有apt-get和apt共存,向后兼容,以后apt-get就要淘汰了。 来源:https://zhidao.baidu.com/ 阅读全文
posted @ 2022-05-02 00:15 小鲨鱼2018 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1、源(软件网址) /etc/apt/sources.list ## 指定了软件下载的地址 2、更新本地软件包管理器软件列表(可以在包管理器中查看) sudo apt-get update 3、安装本地软件包管理器软件列表中的软件(将软件列表中的软件和已安装的软件对比,需要更新则安装更新) sudo 阅读全文
posted @ 2022-05-02 00:07 小鲨鱼2018 阅读(231) 评论(0) 推荐(0) 编辑