上一页 1 ··· 340 341 342 343 344 345 346 347 348 ··· 407 下一页
摘要: 1、测试数据 [root@centos7 test2]# ls a.map a.ped b.map b.ped c.ped result.map [root@centos7 test2]# ll -h total 1.4G -rw-r--r--. 1 root root 41M Apr 15 09: 阅读全文
posted @ 2021-04-15 09:57 小鲨鱼2018 阅读(1434) 评论(0) 推荐(1)
摘要: 1、创建测试数据 [root@centos7 test2]# cat > a.txt i s g z e q d k i p m h y u t e ^C [root@centos7 test2]# ls a.txt [root@centos7 test2]# cat a.txt i s g z e 阅读全文
posted @ 2021-04-15 09:44 小鲨鱼2018 阅读(904) 评论(0) 推荐(0)
摘要: 1、创建测试数据 [root@centos7 test2]# touch a.txt b.txt c.txt; mkdir test01 test02 test03 [root@centos7 test2]# ls a.txt b.txt c.txt test01 test02 test03 2、删 阅读全文
posted @ 2021-04-15 09:23 小鲨鱼2018 阅读(1011) 评论(0) 推荐(0)
摘要: 1、创建测试数据 [root@centos7 test2]# touch {1..9}.txt [root@centos7 test2]# ls 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt 7.txt 8.txt 9.txt 2、删除3.txt、7.txt外的其他文件 [ 阅读全文
posted @ 2021-04-15 09:05 小鲨鱼2018 阅读(349) 评论(0) 推荐(0)
摘要: 1、问题 [root@rhelpc1 home]# lsb_release -a bash: lsb_release: command not found... 2、解决方法 [root@rhelpc1 home]# yum install redhat-lsb -y Loaded plugins: 阅读全文
posted @ 2021-04-14 15:33 小鲨鱼2018 阅读(525) 评论(0) 推荐(0)
摘要: 1、首先查看yum仓库 [root@localhost home]# yum repolist all Loaded plugins: langpacks, product-id, subscription-manager This system is not registered to Red H 阅读全文
posted @ 2021-04-14 13:06 小鲨鱼2018 阅读(507) 评论(0) 推荐(0)
摘要: 1、查看当前网卡 [root@localhost Desktop]# ifconfig eno16777728: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 00:0c:29:af:60:a0 txqueuelen 1000 ( 阅读全文
posted @ 2021-04-14 12:57 小鲨鱼2018 阅读(707) 评论(0) 推荐(0)
摘要: 1、找设置 2、点windows安全中心 3、点应用和浏览器控制 4、点击基于声誉的保护设置 5、关闭阻止可能不需要的应用 6、安装完软件重新开启即可。 阅读全文
posted @ 2021-04-12 11:08 小鲨鱼2018 阅读(37539) 评论(0) 推荐(1)
摘要: 1、找设置 2、点windows安全中心 3、点应用和浏览器控制 4、点击基于声誉的保护设置 5、关闭阻止可能不需要的应用 6、安装完软件重新开启即可。 阅读全文
posted @ 2021-04-12 11:05 小鲨鱼2018 阅读(11449) 评论(0) 推荐(0)
摘要: 1 编辑vim /etc/ssh/sshd_config文件 把PermitRootLogin Prohibit-password 添加#注释掉 新添加:PermitRootLogin yes 更改PermitEmptyPasswords为 no 2 然后重启ssh服务 service ssh re 阅读全文
posted @ 2021-04-12 10:59 小鲨鱼2018 阅读(433) 评论(0) 推荐(0)
上一页 1 ··· 340 341 342 343 344 345 346 347 348 ··· 407 下一页