上一页 1 ··· 358 359 360 361 362 363 364 365 366 ··· 403 下一页
摘要: 查看系统: [root@centos8 home]# cat /etc/redhat-release CentOS Linux release 8.0.1905 (Core) 1、下载R安装包 [root@centos8 home]# wget https://mirror.bjtu.edu.cn/ 阅读全文
posted @ 2021-02-01 04:28 小鲨鱼2018 阅读(640) 评论(0) 推荐(0)
摘要: 查看系统: [root@rhel7 home]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) [root@rhel7 home]# hostnamectl Static hostname: r 阅读全文
posted @ 2021-02-01 02:01 小鲨鱼2018 阅读(1297) 评论(0) 推荐(0)
摘要: 查看系统: [root@centos7 ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@centos7 ~]# hostnamectl Static hostname: centos7 Icon name: 阅读全文
posted @ 2021-02-01 00:30 小鲨鱼2018 阅读(1279) 评论(0) 推荐(0)
摘要: 1、问题 [root@localhost home]# yum install httpd Loaded plugins: langpacks, product-id, subscription-manager This system is not registered to Red Hat Sub 阅读全文
posted @ 2021-01-31 13:24 小鲨鱼2018 阅读(3194) 评论(0) 推荐(0)
摘要: 1、直接安装报错 当前系统为rhel7.0 [root@localhost home]# yum install epel-release Loaded plugins: langpacks, product-id, subscription-manager This system is not r 阅读全文
posted @ 2021-01-31 13:13 小鲨鱼2018 阅读(1519) 评论(0) 推荐(0)
摘要: 1、查看系统信息 [root@localhost home]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.9 (Maipo) [root@localhost home]# lsb_release -a LSB 阅读全文
posted @ 2021-01-31 00:19 小鲨鱼2018 阅读(3277) 评论(0) 推荐(0)
摘要: 1、查看系统版本 [root@centos7PC1 home]# 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-4. 阅读全文
posted @ 2021-01-30 16:16 小鲨鱼2018 阅读(814) 评论(0) 推荐(0)
摘要: 1、 [root@PC3 test]# uname -a Linux PC3 3.10.0-123.el7.x86_64 #1 SMP Mon May 5 11:16:57 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux 2、 [root@PC3 test]# cat 阅读全文
posted @ 2021-01-30 14:58 小鲨鱼2018 阅读(447) 评论(0) 推荐(0)
摘要: 1、awk命令 [root@PC3 test]# cat a.txt dfs dsafd d fgasdf safd ge [root@PC3 test]# awk -F "" '{print NF}' a.txt 3 5 1 6 4 2 2、 [root@PC3 test]# cat a.txt 阅读全文
posted @ 2021-01-30 11:57 小鲨鱼2018 阅读(7226) 评论(0) 推荐(0)
摘要: 1、 [root@PC3 sheep]# ls a.ped result.map result.ped tr.map [root@PC3 sheep]# ls -S | xargs -n 1 du -sh ## 从大致小进行排序 829M result.ped 204M a.ped 20M resu 阅读全文
posted @ 2021-01-30 11:45 小鲨鱼2018 阅读(316) 评论(0) 推荐(0)
上一页 1 ··· 358 359 360 361 362 363 364 365 366 ··· 403 下一页