HOWTO
Details autoddvpn目前有三種運行模式,各有不同的優缺點,大家可以選擇適合的模式來運行: wget遠程腳本模式 jffs模式 custom firmware自制韌體模式 wget遠程腳本模式 autoddvpn開機之後,藉由...
DirectAdmin优化MySQL性能(升级TCMalloc及修改配置)
★★★安装TCMalloc★★★ 首先,我们来关注下如何安装TCMalloc来优化mysql在高负载下的表现。首先,root登陆服务器。因为我的服务器采用64位的Centos,所以,需要先安装libunwind库,32位系统...
zxhost $32年付,KVM架构,2g内存,1T硬盘,2T流量,大硬盘VPS。
zxhost $32年付,KVM架构,2g内存,1T硬盘,2T流量,大硬盘VPS。 网络测试: IPv4: 62.113.203.39 IPv6: 2a00:f48:100c:5d::a http://bandwidth.zxhost.co.uk/1024MB.test 注意:本次订...
The Heartbleed Bug
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal condition...
查找VPS正在遭受密碼爆破或攻擊者IP的命令
cat /var/log/secure|awk '/Failed/{print $(NF-3)}'|sort|uniq -c|awk '{print $2'='$1;}'