<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>ZHX98-Blog</title><link>https://zhx98.com/</link><description>ZHX98的博客</description><item><title>网站安全——防止源站IP泄露</title><link>https://zhx98.com/post/19.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;通常，我们在搭建完网站的时候，为了防止被攻击和隐藏源站IP，可能会使用一些CDN来保护源站，但是如果在什么地方疏忽了，源站IP可能还是会泄露（如Censys.io等网站可搜索到），这里提供一种方法来尽量避免这种情况的发生。&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;在使用nginx作为web服务器的时候，容易被恶意解析（比如别人直接用他的域名A记录解析到我的web服务器），在443端口上，这种情况可能更加严重。在直接访问443端口时，nginx会使用第一个配置了SSL的站点的证书来建立连接，导致源站IP暴露。比如上面提到的&lt;span style=&quot;text-indent: 28px;&quot;&gt;Censys.io，它的原理就是通过扫描全网IP的SSL证书，然后返回对应的域名，如果不加干预，再怎么套CDN也无济于事。那么&lt;/span&gt;我们可以通过前面介绍的宝塔面板配置一个空白证书到默认站点来解决问题。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;这是一份长期有效的空白证书：&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;密钥(KEY)：&lt;/p&gt;&lt;pre&gt;-----BEGIN&amp;nbsp;RSA&amp;nbsp;PRIVATE&amp;nbsp;KEY-----
MIICXQIBAAKBgQDXyF6m81zOeoOPvfk6nGKtyfczRG6/yeSkcc+66vGvq0s8oB7V
cCzLl1YcNsru3ixelPR2z1zvjKqa9/Aqh8+TvP1kGGbLD/mynjnj8l+0vVzZ+vnz
AH0RN9fpqzlpHmFBHQzQ25AtIAH8pXOL1541YN0TNPRA3kHUCL0FH8CkwwIDAQAB
AoGAQ4ejh6AV5VCWJ8AOZXdXsofIYzUBa+glNAmiNx8b8BwteZWq0KVAf56nBkFn
lQXW4OrA7wXKUfW11rXNZaIHJePJXv1swkN9+Em18Hon6BrtcqnKAwzAbhok3SzY
IVjI/zrgOABH6+ii77xCRBzI1itVPNN88DAUHC7PYLYiaaECQQD7PSoij37+kMc/
wPeEkl9r3vzU0OrsCsjU8Ev714OaoL/SIuAh6nsiRh9rcbUrrpGSSzIcmsk9HMDa
hXBNkNl5AkEA298yQvssaUc4tbEWxAVfd9DsHJdCdbXfgf9Dy5/tpCzYncY7T0du
VVHqKu3jXWoMc5XlesiCOerU/DIlMM8dGwJBANQn7GLO5iC1xWvS2bF7oVSIMtzL
pvW4jaszWBbNAPccc59RkA9T4LMqn/GtTZ4bhhYRpbl+BB21IC3nrNPzU5ECQG8T
Ln0QDruQs2F2eR3F6RjKfr1i3LxCiQtPPZycypzp2vS5tDS0zVRk8XuGehoy/N9X
lnqU2NURgU92tbsWpokCQQDdc9tU3B/OM/YfzUNwvOLmUVwrJX6PFSFsOn+XHrCC
q9LcGEAHyzaf5GEWje84ee4rkv5oaZcwll3dg4IioBnC
-----END&amp;nbsp;RSA&amp;nbsp;PRIVATE&amp;nbsp;KEY-----&lt;/pre&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;证书(PEM格式)：&lt;/p&gt;&lt;pre&gt;-----BEGIN&amp;nbsp;CERTIFICATE-----
MIIBkjCB/AIJAI3bCYqa39hiMA0GCSqGSIb3DQEBBQUAMA0xCzAJBgNVBAYTAiAg
MCAXDTE4MTEyNDA5MDMzOFoYDzIwOTkxMjMxMDkwMzM4WjANMQswCQYDVQQGEwIg
IDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA18hepvNcznqDj735Opxircn3
M0Ruv8nkpHHPuurxr6tLPKAe1XAsy5dWHDbK7t4sXpT0ds9c74yqmvfwKofPk7z9
ZBhmyw/5sp454/JftL1c2fr58wB9ETfX6as5aR5hQR0M0NuQLSAB/KVzi9eeNWDd
EzT0QN5B1Ai9BR/ApMMCAwEAATANBgkqhkiG9w0BAQUFAAOBgQBiqHZsuVP09ubT
GzBSlAFEoqbM63sU51nwQpzkVObgGm9v9nnxS8Atid4be0THsz8nVjWcDym3Tydp
lznrhoSrHyqAAlK3/WSMwyuPnDCNM5g1RdsV40TjZXk9/md8xWxGJ6n1MoBdlK8T
H6h2ROkf59bb096TttB8lxXiT0uiDQ==
-----END&amp;nbsp;CERTIFICATE-----&lt;/pre&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;1.新建一个站点（我直接填的服务器IP，不创建FTP、数据库，PHP版本选纯静态）。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;2.可以根据这篇文章把空白证书添加上去：&lt;a href=&quot;https://zhx98.com/post/16.html&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://zhx98.com/post/16.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;3.设置此站点为默认站点。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;4.在下图的位置添加一句return 444;并保存&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904231556020721823320.png&quot; title=&quot;ssl_01.png&quot; alt=&quot;ssl_01.png&quot; width=&quot;560&quot; height=&quot;280&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 560px; height: 280px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;这样就大功告成了，服务器在被非正常访问时就会直接断开连接（返回HTTP 444错误），一定程度上避免了潜在的安全风险。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Apr 2019 18:26:15 +0800</pubDate></item><item><title>Linux VPS四合一TCP加速脚本</title><link>https://zhx98.com/post/18.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;只要你和你的VPS不在同一个地方，那么安装一个加加速还是很有必要的。&lt;/span&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;不支持OpenVZ。&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 28px;&quot;&gt;还是先介绍介绍它们吧。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;BBR（TCP拥塞控制算法）是来自于Google的开源黑科技&lt;img src=&quot;https://zhx98.com/zb_users/emotion/default/grin.png&quot;/&gt;，从Linux 4.9开始，Linux内核已经用上了该算法。原理是通过优化和控制TCP的拥塞，充分利用带宽，从而起到加速效果，网速甚至可以提升好几个数量级。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;BBR plus，来历是CSDN的dog250大神提到了bbr初版的两个问题：bbr在高丢包率下易失速以及bbr收敛慢的问题，提到了他个人与bbr作者对这两个问题的一些修正，并在文末给出了修正后的完整代码。然后有大佬将它编译了出来，做了一键脚本，称为bbr修正版，或者bbrplus。它基于原版bbr，修正了bbr存在的上述问题，尝试使其更好，减少排队和丢包。相关资料：&lt;a href=&quot;https://blog.csdn.net/dog250/article/details/80629551&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://blog.csdn.net/dog250/article/details/80629551&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;我在这里也只推荐上面两种，因为从原理上看，BBR设计得更为科学，而且正在走向一个完美的拥塞算法的路上。可以两种都试试，看看哪种对于你的线路更适用，再决定用哪个。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;锐速是国产闭源的，公司倒闭了，网上有破解版，基本原理是将丢包进行评估，将预判到可能会产生丢包的数据包再发一次。这样会加速VPS流量消耗，也就是我们所说的锐速多倍发包。其实是一种损人利己的算法，虽然效果是可以，但是会加剧骨干网的负担。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;至于BBR魔改版，我还是选择改得有理有据的BBR plus吧。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;四合一脚本项目地址：&lt;/strong&gt;&lt;a href=&quot;https://github.com/chiakge/Linux-NetSpeed&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://github.com/chiakge/Linux-NetSpeed&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;安装命令：&lt;/strong&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;wget&amp;nbsp;&amp;quot;https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh&amp;quot;&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;chmod&amp;nbsp;+x&amp;nbsp;tcp.sh&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;./tcp.sh&lt;/pre&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;1.无论原来的内核是什么，都先选[1-3]切换内核。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555513386105860.png&quot; title=&quot;tcp4in1_1.png&quot; alt=&quot;tcp4in1_1.png&quot; width=&quot;320&quot; height=&quot;296&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 320px; height: 296px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;如果出现这个（Abort kernel removal?）的话，选&lt;strong&gt;No&lt;/strong&gt;。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555513531400065.png&quot; title=&quot;tcp4in1_2.png&quot; alt=&quot;tcp4in1_2.png&quot; width=&quot;650&quot; height=&quot;192&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 650px; height: 192px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;然后按提示重启。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555513992734023.png&quot; title=&quot;tcp4in1_3.png&quot; alt=&quot;tcp4in1_3.png&quot; width=&quot;450&quot; height=&quot;59&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 450px; height: 59px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;2.重启后输入./tcp.sh，在[4-8]中选你需要开启的加速。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555514528778545.png&quot; title=&quot;tcp4in1_4.png&quot; alt=&quot;tcp4in1_4.png&quot; width=&quot;320&quot; height=&quot;312&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 320px; height: 312px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;好了，到这里就开启成功了。&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555514632114405.png&quot; title=&quot;tcp4in1_5.png&quot; alt=&quot;tcp4in1_5.png&quot; width=&quot;320&quot; height=&quot;89&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 320px; height: 89px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Apr 2019 20:56:02 +0800</pubDate></item><item><title>如何在Linux VPS下使用Best Trace 路由追踪</title><link>https://zhx98.com/post/17.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;当我们购买了新的VPS后，希望测试一下它的回程线路是直连还是绕道，这时可以使用IPIP.NET出品的Best Trace工具来测试一下。&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;1.下载 解压：&lt;/strong&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;wget&amp;nbsp;https://cdn.ipip.net/17mon/besttrace4linux.zip&lt;/pre&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;unzip&amp;nbsp;besttrace4linux.zip&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;2.给执行权限：&lt;/strong&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;chmod&amp;nbsp;+x&amp;nbsp;besttrace&lt;/pre&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;如果Linux系统是32位就besttrace32，下面同理。&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;3.执行命令：&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-bash&quot;&gt;./besttrace&amp;nbsp;-q&amp;nbsp;1&amp;nbsp;目标IP&lt;/pre&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;例子：&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904171555503629281162.png&quot; title=&quot;bestTrace.png&quot; alt=&quot;bestTrace.png&quot; width=&quot;590&quot; height=&quot;210&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 590px; height: 210px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;目标IP可以选用自己的公网IP或运营商DNS的IP。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Apr 2019 20:08:58 +0800</pubDate></item><item><title>给网站免费用上HTTPS</title><link>https://zhx98.com/post/16.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;超文本传输安全协议（Hypertext&amp;nbsp;Transfer&amp;nbsp;Protocol&amp;nbsp;Secure，HTTPS，常称为HTTP over TLS、HTTP over SSL或HTTP Secure）是一种通过计算机网络进行安全通信的传输协议。HTTPS经由HTTP进行通信，利用SSL/TLS来加密数据包。&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904131555155509740359.png&quot; title=&quot;https.png&quot; alt=&quot;https.png&quot; width=&quot;300&quot; height=&quot;136&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 300px; height: 136px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;HTTP是明文传输的，意味着只要介于发送端、接收端中间的任意节点都可以知道传输的内容是什么，也就很容易地进行盗取和篡改。稍微了解网络基础的同学都知道，HTTP是应用层协议，位于HTTP协议之下是传输协议TCP，HTTP与HTTPS的不同之处就在于HTTP跟TCP中间多了一层加密层TLS/SSL，原先是应用层将数据直接给到TCP进行传输，现在改成应用层将数据给到TLS/SSL，将数据加密后，再给到TCP进行传输。目前大多数浏览器已经将所有HTTP网站标记为不安全，随着HTTPS的普及，给网站加个SSL证书已经是大势所趋而且很有必要了。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;本站使用了宝塔面板建站，开启SSL就很方便，它本身提供两种一键式免费申请证书：亚洲诚信证书（需登陆宝塔账号并实名认证）和Let&amp;#39;s Encrypt。&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904131555159889138700.png&quot; title=&quot;SSL1.png&quot; alt=&quot;SSL1.png&quot; width=&quot;500&quot; height=&quot;355&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 500px; height: 355px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904131555159940150027.png&quot; title=&quot;SSL2.png&quot; alt=&quot;SSL2.png&quot; width=&quot;500&quot; height=&quot;404&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 500px; height: 404px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;另外还可以用其它证书，比如阿里云免费的Symantec。由于本站使用了Cloudflare CDN，所以源站就直接用的Cloudflare证书。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;安装其它证书：&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904231556022588704766.png&quot; title=&quot;ssl_02.png&quot; alt=&quot;ssl_02.png&quot; width=&quot;566&quot; height=&quot;300&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 566px; height: 300px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;防止因为SSL证书导致源站IP泄露，看这里：&lt;a href=&quot;https://zhx98.com/post/19.html&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://zhx98.com/post/19.html&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sat, 13 Apr 2019 20:35:26 +0800</pubDate></item><item><title>KVM与OVZ（OpenVZ）比较</title><link>https://zhx98.com/post/15.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;第一次买VPS发现有KVM和OpenVZ两种，于是在网上查了很多资料，下面是我整理出来的知识点，比较通俗易懂吧。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;KVM：&lt;/strong&gt;基于内核的虚拟机（Kernel-based&amp;nbsp;Virtual&amp;nbsp;Machine），是一种用于Linux内核中的系统虚拟化模块。KVM的虚拟化需要硬件支持（如Intel VT技术或者AMD V技术）。KVM本身并不进行任何模拟，是基于硬件的完全虚拟化。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;优点：完全虚拟化，可以安装Linux或者Winodws。独用内核、CPU、内存，完美支持TCP BBR拥塞控制算法。超售情况不会太严重。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;缺点：价格相对偏贵一点。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;OpenVZ：&lt;/strong&gt;基于Linux内核和操作系统的操作系统级虚拟化技术。OpenVZ允许物理服务器运行多个操作系统，但主机与客户系统都必须是Linux，并且共享OpenVZ主机Linux系统的内核，也就意味着OpenVZ的Linux客户系统不能升级内核。OpenVZ声称这样做有性能上的优势，根据OpenVZ网站的说法，使用OpenVZ与使用独立的实体服务器相比，性能只会有1~3%的损失。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;优点：价格低，相同价格可以买到更高的配置。共用一个内核，效率高，性能较好。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;缺点：只能安装Linux，不能安装Windows。不是完全的虚拟化，每个VPS实例不能单独修改内核（因此按照常规操作无法开启TCP BBR拥塞控制算法）。超售情况较KVM严重，CPU和内存往往也没有VPS服务商说得那么好。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;总结：&lt;/strong&gt;KVM相比于OpenVZ来说，稳定性更好，受超售的影响小，所以本站介绍的VPS一般都是KVM的。其实无论是KVM还是OpenVZ，超售现象都是存在的，只是严不严重的问题，不超售就不是这个价了，需要看商家的技术、管理和良心，如果控制的好，那还不错，如果任客户乱折腾不管理，那再好的配置都是白搭。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Apr 2019 22:50:12 +0800</pubDate></item><item><title>Best Trace 路由跟踪——可视化的路由追踪软件</title><link>https://zhx98.com/post/14.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;这是一个可以测试去程线路的软件，以地图的形式呈现，非常直观。买VPS前没有这个，我真的无法下手233&lt;img src=&quot;https://zhx98.com/zb_users/emotion/default/wink.png&quot;/&gt;。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;安装好后，根据VPS商提供的Looking Glass中的IP即可测出本地网络到目标机房经过了哪些路由。&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;官网：&lt;/strong&gt;&lt;a href=&quot;https://www.ipip.net/&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://www.ipip.net/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Apr 2019 19:50:12 +0800</pubDate></item><item><title>JustHost</title><link>https://zhx98.com/post/13.html</link><description>&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904081554722490305334.png&quot; title=&quot;justhost_logo.png&quot; alt=&quot;justhost_logo.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;这是俄罗斯的VPS，本来是不打算介绍的，但是后来官方对其DataLine机房进行了线路优化，提升了重装系统的速度，体验还不错，性价比高。特点是不限流量，提供200Mbps带宽。支持PayPal。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;网络方面，到目前为止，去程电信、联通直连，移动绕道，回程三网基本都直连，有例外。综合来看表现不错。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;2019.4.20更新：线路全绕了。。。&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;2020.2.22更新：支持支付宝，新西伯利亚机房适合联通。优惠码：&lt;span style=&quot;color: #FF0000;&quot;&gt;LET20&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-indent: 2em;&quot;&gt;网络测试：&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;a href=&quot;https://lg.justhost.ru/&quot; _src=&quot;https://lg.justhost.ru/&quot; style=&quot;text-decoration: underline;&quot;&gt;https://lg.justhost.ru/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;官网：&lt;a href=&quot;https://justhost.ru/?ref=34983&quot; target=&quot;_blank&quot; textvalue=&quot;https://justhost.ru/&quot;&gt;&lt;/a&gt;&lt;/strong&gt;&lt;a href=&quot;https://justhost.ru/?ref=34983&quot; target=&quot;_blank&quot; textvalue=&quot;https://justhost.ru/&quot; style=&quot;text-decoration: underline;&quot;&gt;https://justhost.ru/&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 08 Apr 2019 19:06:05 +0800</pubDate></item><item><title>Vultr</title><link>https://zhx98.com/post/12.html</link><description>&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904061554521389751749.png&quot; title=&quot;vultr_logo.png&quot; alt=&quot;vultr_logo.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;Vultr的特点是按小时计费，这样的话换IP就很方便：先快照VPS，然后新开一个VPS，再删除旧的VPS，最后恢复快照内容就好了。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;性价比一般，支持支付宝，微信。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;网络测试：&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p&gt;法兰克福（德国）&amp;nbsp; &amp;nbsp; &amp;nbsp; https://fra-de-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;巴黎（法国）&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://par-fr-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;阿姆斯特丹（荷兰） &amp;nbsp; https://ams-nl-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;伦敦（英国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; https://lon-gb-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;纽约（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; https://nj-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;芝加哥（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://il-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;亚特兰大（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;https://ga-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;迈阿密（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://fl-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;达拉斯（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://tx-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;西雅图（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://wa-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;硅谷（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://sjo-ca-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;洛杉矶（美国） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://lax-ca-us-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;悉尼（澳大利亚） &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;https://syd-au-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;东京（日本） &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://hnd-jp-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;新加坡&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; https://sgp-ping.vultr.com/&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;官网：&lt;/strong&gt;&lt;a href=&quot;https://www.vultr.com/?ref=7918402&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://www.vultr.com/&lt;/a&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sat, 06 Apr 2019 11:09:19 +0800</pubDate></item><item><title>Hosteons</title><link>https://zhx98.com/post/11.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;“Best SSD KVM VPS with FREE DDOS Protection”&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-align: center; text-indent: 0em;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904031554295645642982.png&quot; title=&quot;hosteons_logo.png&quot; alt=&quot;hosteons_logo.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;用了优惠码，性价比还不错，网速在晚高峰至少比VirMach好，新加坡商家。特点是100Mbps不限流量，有一定的免费DDOS保护。支持支付宝、微信。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;线路的话，电信和联通不绕，移动有一定几率绕香港、日本，总体三网都还不错。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;&lt;strong&gt;网络测试：&lt;/strong&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;洛杉矶：https://lg.hosteons.com/&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;纽约：http://lg.ny.hosteons.com/&lt;br/&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;最新的优惠码建议关注官网、Google或者百度。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;官网：&lt;/strong&gt;&lt;a href=&quot;https://my.hosteons.com/aff.php?aff=565&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://hosteons.com/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Wed, 03 Apr 2019 20:38:35 +0800</pubDate></item><item><title>VirMach</title><link>https://zhx98.com/post/10.html</link><description>&lt;p style=&quot;text-indent: 2em;&quot;&gt;“The Best &amp;amp; Cheapest Virtual Private Servers”&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;——引自官网。&lt;/p&gt;&lt;!--more--&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/04/201904031554295450440701.png&quot; title=&quot;virmach_logo.png&quot; alt=&quot;virmach_logo.png&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;首先放两张图：&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/03/201903311554029991863659.jpg&quot; title=&quot;&quot; alt=&quot;&quot; width=&quot;260&quot; height=&quot;260&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 260px; height: 260px;&quot;/&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;https://zhx98.com/zb_users/upload/2019/03/201903311554030316251016.png&quot; title=&quot;&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;155&quot; border=&quot;0&quot; vspace=&quot;0&quot; style=&quot;width: 300px; height: 155px;&quot;/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;哈哈，买VPS看这两张图就好了。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;VirMach是属于便宜和稳定的，在晚高峰期慢，非高峰时段还是很快的。价格屠夫，我好像没有见到过月付的比这家还少的商家了。支持支付宝。&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;线路的话，电信和联通比较常规，不绕，直连美国。移动好像除了芝加哥有一定几率绕香港、日本，其它地方的机房都有时会绕欧洲。所以如果希望三网都均衡一点，只有选择芝加哥了。&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-indent: 0em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;text-indent: 0em;&quot;&gt;注意：&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;text-indent: 0em;&quot;&gt;不要挂代理购买。&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-indent: 0em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-indent: 0em;&quot;&gt;网络测试：&lt;/span&gt;&lt;/strong&gt;&lt;br/&gt;&lt;/p&gt;&lt;ul class=&quot; list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;德国 法兰克福：50.3.75.98，http://ffm.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;荷兰 阿姆斯特丹：104.206.242.2，http://ams.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;水牛城：107.173.176.5，http://ny.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;达拉斯：23.95.41.200，http://dal.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;洛杉矶：23.94.228.141，http://la.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;芝加哥：170.130.139.3，http://chi.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;凤凰城：173.213.69.188，http://phx.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;西雅图：104.140.22.36，http://sea.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;亚特兰大：107.172.25.131，http://atl.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;纽约市：107.174.64.68，http://nj.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;text-indent: 0em;&quot;&gt;圣何塞：107.172.96.135，http://sj.lg.virmach.com/100MB.test&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;常规链接：&lt;/strong&gt;&lt;a href=&quot;https://billing.virmach.com/aff.php?aff=7157&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://billing.virmach.com/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;strong&gt;特价链接：&lt;/strong&gt;&lt;a href=&quot;https://billing.virmach.com/aff.php?aff=7157&amp;url=virmach.com/special-offers&quot; target=&quot;_blank&quot; style=&quot;text-decoration: underline;&quot;&gt;https://virmach.com/special-offers&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 2em;&quot;&gt;&lt;br/&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 31 Mar 2019 18:55:11 +0800</pubDate></item></channel></rss>