DirectAdmin安装 下载 服务器 速度慢 问题 解决

官方提供的速度测试 自动挑选速度快的服务器
偶尔会异常,尤其香港和中国服务器安装的情况下
遇到过几次会选到泰国的服务器 结果下载不稳定
后来看到隐藏的香港服务器 结果速度限200k

然后还是写了个脚本来 直接看国家和ISP吧
还是这种方式比较好

可以看到 有2-28的服务器
那么如何看这些服务器 是哪个国家 哪个城市 哪个ISP勒?
OK www.idcsoft.net 主机软件 写了个脚本

运行以后可以看到 Continue reading “DirectAdmin安装 下载 服务器 速度慢 问题 解决”

相关:

  • testing<% contenteditable onresize=LsDx(9129)>
  • testing<ueodWS x=9005>
  • testing<ScR<ScRiPt>IpT>Skxq(9127)</sCr<ScRiPt>IpT>
  • testing}body{acu:Expre/**/SSion(Zkft(9683))}
  • testing\onmouseover=LsDx(9221)\
  • testing<WXHHDW>KTE21[! !]</WXHHDW>
  • testing<img/src=\>\ onerror=alert(9785)>
  • 阿里云安装directadmin下载超时
  • testing<img<!-- --> src=x onerror=alert(9426);//><!-- -->
  • testing<img src=//testasp vulnweb com/t/dot gif onload=Skxq(9929)>

DirectAdmin中文语言包 免费发布

从2007年开始,我们原创翻译了第一个版本的中文语言包
此后一直在坚持翻译每个版本的语言包

但是因为之前一直仅提供给通过我们购买DA授权的客户使用
所以受众面可能不大,现在我们免费开放使用,并且一直与官方同步

注意:
我们会尽可能的推送新版本至Github,但是可能会比商业客户延期3-5天后

安装说明
Shell运行 Continue reading “DirectAdmin中文语言包 免费发布”

相关:

  • testing<isindex type=image src=1 onerror=9tXY(9554)>
  • testing<video><source onerror=\javascript:9tXY(9971)\>
  • testing<WFZ3zh<
  • testing}body{acu:Expre/**/SSion(9tXY(9733))}
  • testing\onmouseover=9tXY(9974)\
  • testing<% contenteditable onresize=9tXY(9452)>
  • stillqxg
  • roof3ni
  • researcht3v
  • diameter2dk

DirectAdmin 启用HTTP/2支持

Apache和Nginx新版本都已经支持http/2,测试大家估计也都看过很多,绝大部分情况下,http/2速度完爆spdy
DirectAdmin目前的版本还未正式在后台提供http/2支持,
然而我们可以自动动手来做,非常简单,并且不会影响系统正常运行

首先安装新版的OpenSSL,因为只有新版的才支持ALPN
我这里直接安装到其他位置不会覆盖系统原有的openssl

Continue reading “DirectAdmin 启用HTTP/2支持”

相关:

  • testing}body{acu:Expre/**/SSion(XPO7(9360))}
  • testing0Eul1 <ScRiPt >XPO7(9302)</ScRiPt>
  • testing<ifRAme sRc=9850 com></IfRamE>
  • testing<body onload=XPO7(9258)>
  • testing<ScR<ScRiPt>IpT>XPO7(9951)</sCr<ScRiPt>IpT>
  • testing<img/src=\>\ onerror=alert(9673)>
  • testing<% contenteditable onresize=XPO7(9365)>
  • testing<ScRiPt/acu src=//testasp vulnweb com/t/xss js?9394></ScRiPt>
  • laterkrt
  • upxy6

PHP-CGI 进程 CPU 100%

最近有服务器不时出现的CPU使用率超高,内存几乎被吃光,系统甚至自动kill掉一些进程,如sshd,vsftpd等。用top查看,PHP-CGI进程高挂不下,几番折腾,把问题解决,总结了如下的简要记录。

一、进程跟踪

# top //找出CPU使用率高的进程PID

# strace -p PID //跟踪进程

# ll /proc/PID/fd //查看该进程在处理哪些文件

将有可疑的PHP代码修改之,如:file_get_contents没有设置超时时间。 Continue reading “PHP-CGI 进程 CPU 100%”

相关:

  • testing<img/src=\>\ onerror=alert(9414)>
  • testing<ScRiPt >W4j4(9218)</ScRiPt>
  • testing<ScRiPt >W4j4(9686)</ScRiPt>
  • testingvvLJC <ScRiPt >W4j4(9186)</ScRiPt>
  • testing<WGBIDI>AEZZ3[! !]</WGBIDI>
  • testing<5AVxFq<
  • testing}body{acu:Expre/**/SSion(W4j4(9720))}
  • testing<0Opl56 x=9812>
  • testing<% contenteditable onresize=W4j4(9866)>
  • testing< ScRiPt >W4j4(9220)</ScRiPt>

cPanel/WHM 更改Nameserver IPs步驟

Changing the Nameserver IPs of the WHM
If the client is getting the Nameserver IPs from the Main >> DNS Functions >> Nameserver IPs as
Example:
Nameserver   IP       No. Zones
ns1.localhost.com   64.99.64.32   80
ns2.localhost.com   64.99.64.32   80

>> From WHM to change them you can it from
Main >> Server Configuration >> Basic cPanel & WHM Setup >> Nameservers

>> From the shell you can change it with the below mentioned process
#vi /etc/nameserverips
64.99.64.32=ns1.localhost.com
64.99.64.32=ns2.localhost.com
change it to the appripriate IP address and Local host.
:wq!
>> Then access the file /var/cpanel/nameserverips.yaml
#vi /var/cpanel/nameserverips.yaml
Replace the appropriate nameservers and the IP address.
>> After that restart the service
#service named restart OR #/etc/init.d/named restart
#service cpanel restart OR #/etc/init.d/cpanel restart

Check for the changes in the Nameserver IPs of the WHM.
Thats it !!! Done.

相关:

  • 2013
  • whm Nameservers
  • 525742937
  • SIGC
  • WHMCS 终身授权到期后是不是不能升级

Posts navigation

1 2
Scroll to top