摘要:
java.net.UnknownHostException: suse101x64: suse101x64: Name or service not known at java.net.InetAddress.getLocalHost(InetAddress.java:1505) at org.ap 阅读全文
摘要:
rpm -ivh https://dl.fedoraproject.org/pub/archive/epel/6/x86_64/epel-release-6-8.noarch.rpm https://archives.fedoraproject.org/pub/archive/epel/ 阅读全文
摘要:
[base] name=$releasever - Base failovermethod=priority baseurl=https://vault.centos.org/5.5/os/$basearch/ gpgcheck=1 gpgkey=https://vault.centos.org/R 阅读全文
摘要:
ps -ef|grep nginx|awk 'NR==1{print $2}' #获取进程第一个第一行ID 阅读全文
摘要:
#!/bin/bash echo '' > ~/getLoad/1minute.txt echo '' > ~/getLoad/5minute.txt echo '' > ~/getLoad/15minute.txt SECONDS=0 # echo ${oneminute:0:4} while [ $SECONDS -le 1200 ] do #get load average da... 阅读全文
摘要:
#!/bin/bash while true do sleep 5 for name in `ls /opt/html/*.php |grep -vE 'info.php|config.php|external-fopen-java.php'` //排除不需要的文件 do curl http://192.168.1.33:8090/${name##*/} >/de... 阅读全文
摘要:
curl -X POST -b "cookie1=tingyun;cookie2=abcd" -d "body2=123456&body3=weroiy6&multiline=line1 line2" -H "header1:tingyun;header2:network" http://192.168.3.21/custom/param/prepare/http-post-new.php?u... 阅读全文
摘要:
1,找到collections,选择要执行的用例 2,在linux下安装newman 3,通过脚本执行导出的脚本 命令行: 脚本: 阅读全文
摘要:
sudo vim /etc/ssh/sshd_config # PermitRootLogin prohibit-password PermitRootLogin yes #改成 yes/etc/init.d/sshd restart 阅读全文