上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 108 下一页
摘要: 原因:Linux系统的换行符是"\r\n",Windows上的换行符是"\n",Windows上编写shell脚本上传Linux,Linux无法正确识别"\n",导致。 解决办法1:生成文件名的那一行写完脚本之后敲个空格再换行就可以了。 解决办法2:把编写的shell脚本粘贴进vim编辑的环境中,保 阅读全文
posted @ 2019-04-17 14:25 Mr.peter 阅读(2004) 评论(0) 推荐(0)
摘要: 就一点,看一下当前页面引用的资源路径是否包含http的资源路径。有的话,替换为https的就可以了。 阅读全文
posted @ 2019-04-12 14:38 Mr.peter 阅读(1679) 评论(0) 推荐(0)
摘要: du -sh : 查看当前目录总共占的容量。而不单独列出各子项占用的容量 du -lh --max-depth=1 : 查看当前目录下一级子文件和子目录占用的磁盘容量 df -h 查看整个服务器的磁盘情况 阅读全文
posted @ 2019-04-10 22:32 Mr.peter 阅读(228) 评论(0) 推荐(0)
摘要: cannot connect to mysql 10060 --> 关闭防火墙 cannot connect to mysql 10061 --> 修改bind-address = 127.0.0.1为bind-address = 0.0.0.0 1130 host not allowed to c 阅读全文
posted @ 2019-04-10 15:23 Mr.peter 阅读(112) 评论(0) 推荐(0)
摘要: netstat -na --ip 阅读全文
posted @ 2019-04-10 14:52 Mr.peter 阅读(927) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/kevingrace/p/5972563.html Client上使用rsync命令查看服务器上文件列表rsync --list-only -e "ssh -l root" lisi@172.16.10.6::tmpdirClient上使用rsync命 阅读全文
posted @ 2019-04-09 17:57 Mr.peter 阅读(106) 评论(0) 推荐(0)
摘要: ftp 阅读全文
posted @ 2019-04-09 17:48 Mr.peter 阅读(126) 评论(0) 推荐(0)
摘要: 1.Client端执行如下命令,全程不需要输入任何东西 ssh-keygen -t rsa 2.拷贝Client上生成的公钥到服务器 scp -p /root/.ssh/id_rsa.pub root@250.250.250.250:/root/.ssh/ 3.把client公钥信息保存到autho 阅读全文
posted @ 2019-04-09 15:43 Mr.peter 阅读(175) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/d311a1bc18aa?tdsourcetag=s_pcqq_aiomsg 阅读全文
posted @ 2019-04-09 13:04 Mr.peter 阅读(171) 评论(0) 推荐(0)
摘要: 1.AWVS 2.WebInspect 3.AppScan 阅读全文
posted @ 2019-04-04 17:48 Mr.peter 阅读(796) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 108 下一页