{"id":601,"date":"2025-08-26T09:58:33","date_gmt":"2025-08-26T01:58:33","guid":{"rendered":"https:\/\/blog.lcsoul.cn\/?p=601"},"modified":"2025-08-26T09:58:33","modified_gmt":"2025-08-26T01:58:33","slug":"vps%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4%e5%8f%8a%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/blog.lcsoul.top\/index.php\/2025\/08\/26\/vps%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4%e5%8f%8a%e8%84%9a%e6%9c%ac\/","title":{"rendered":"VPS\u5e38\u7528\u547d\u4ee4\u53ca\u811a\u672c"},"content":{"rendered":"<h2>\u81ea\u52a8\u540c\u6b65\u6821\u6b63\u7cfb\u7edf\u65f6\u95f4<\/h2>\n<pre class=\"corepress-code-pre\"><code>apt install systemd-timesyncd\ntimedatectl set-ntp true\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u8bbe\u7f6e\u65f6\u533a\u4e3a\u5317\u4eac\u65f6\u95f4<\/h2>\n<pre class=\"corepress-code-pre\"><code>timedatectl set-timezone Asia\/Shanghai\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>BBR\u8c03\u53c2\u811a\u672c<\/h2>\n<pre class=\"corepress-code-pre\"><code>wget http:\/\/sh.xdmb.xyz\/tcp.sh &amp;&amp; bash tcp.sh<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u4e00\u4e2a\u7cbe\u7b80\u7684 Linux TCP\/IP &amp; BBR \u53c2\u6570\u667a\u80fd\u4f18\u5316\u811a\u672c<\/h2>\n<pre class=\"corepress-code-pre\"><code>bash &lt;(curl -sL https:\/\/raw.githubusercontent.com\/yahuisme\/network-optimization\/main\/script.sh)<\/code><\/pre>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a\u00a0<a href=\"https:\/\/github.com\/yahuisme\/network-optimization\">https:\/\/github.com\/yahuisme\/network-optimization<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>\u79d1\u6280lion\u811a\u672c\u5de5\u5177\u7bb1<\/h2>\n<pre class=\"corepress-code-pre\"><code>bash &lt;(curl -sL kejilion.sh)<\/code><\/pre>\n<p>\u8be6\u60c5\u8bbf\u95ee<a href=\"https:\/\/kejilion.sh\">https:\/\/kejilion.sh<\/a><\/p>\n<h2>\u4e00\u952eDD\/\u91cd\u88c5\u811a\u672c (One-click reinstall OS on VPS)<\/h2>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a<a href=\"https:\/\/github.com\/bin456789\/reinstall\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/bin456789\/reinstall<\/a><\/p>\n<h2>\u68c0\u6d4bVPS\u56de\u7a0b\u56fd\u5185\u4e09\u7f51\u8def\u7531<\/h2>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a<a href=\"https:\/\/github.com\/zhucaidan\/mtr_trace\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/zhucaidan\/mtr_trace<\/a><\/p>\n<pre class=\"corepress-code-pre\"><code>curl https:\/\/raw.githubusercontent.com\/zhucaidan\/mtr_trace\/main\/mtr_trace.sh|bash<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>IP\u8d28\u91cf\u4f53\u68c0\u811a\u672c<\/h2>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a<a href=\"https:\/\/github.com\/xykt\/IPQuality\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/xykt\/IPQuality<\/a><\/p>\n<pre class=\"corepress-code-pre\"><a href=\"https:\/\/github.com\/xykt\/IPQuality\" target=\"_blank\" rel=\"noopener\"><code>bash &lt;(curl -Ls https:\/\/Check.Place) -I<\/code><\/a><\/pre>\n<p>docker\u7248<\/p>\n<pre class=\"corepress-code-pre\"><code>docker run --rm --net=host -it xykt\/check -I &amp;&amp; docker rmi xykt\/check &gt; \/dev\/null 2&gt;&amp;1\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u7f51\u7edc\u8d28\u91cf\u4f53\u68c0\u811a\u672c<\/h2>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a<a href=\"https:\/\/github.com\/xykt\/NetQuality\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/xykt\/NetQuality<\/a><\/p>\n<pre class=\"corepress-code-pre\"><code>bash &lt;(curl -Ls https:\/\/Check.Place) -N<\/code><\/pre>\n<p>docker\u7248<\/p>\n<pre class=\"corepress-code-pre\"><code>docker run --rm --net=host -it xykt\/check -N &amp;&amp; docker rmi xykt\/check &gt; \/dev\/null 2&gt;&amp;1<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u878d\u5408\u602a\u6d4b\u8bc4\u9879\u76ee<\/h2>\n<p>\u8be6\u60c5\u8bbf\u95ee\uff1a<a href=\"https:\/\/github.com\/oneclickvirt\/ecs\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/oneclickvirt\/ecs<\/a><\/p>\n<pre class=\"corepress-code-pre\"><code>export noninteractive=true &amp;&amp; curl -L https:\/\/raw.githubusercontent.com\/oneclickvirt\/ecs\/master\/goecs.sh -o goecs.sh &amp;&amp; chmod +x goecs.sh &amp;&amp; bash goecs.sh env &amp;&amp; bash goecs.sh install &amp;&amp; goecs<\/code><\/pre>\n<p>docker\u7248<\/p>\n<pre class=\"corepress-code-pre\"><code>docker run --rm spiritlhl\/goecs:latest -menu=false -l zh<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u4e34\u65f6\u7981\u7528IPv6<\/h2>\n<pre class=\"corepress-code-pre\"><code>sysctl -w net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>\u5176\u5b83<\/h2>\n<pre class=\"corepress-code-pre\"><code>wget -qO- bench.sh | bash<\/code><\/pre>\n<pre class=\"corepress-code-pre\"><code>bash &lt;(curl -sL https:\/\/run.NodeQuality.com)<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>\u52c7\u54e5\u811a\u672c\uff1a<a href=\"https:\/\/github.com\/yonggekkk?tab=repositories\">https:\/\/github.com\/yonggekkk?tab=repositories<\/a><\/p>\n<p>\u5176\u4ed6\uff1a<a href=\"https:\/\/lot.pm\/vps-script-toolbox.html\" target=\"_blank\" rel=\"noopener\">https:\/\/lot.pm\/vps-script-toolbox.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u81ea\u52a8\u540c\u6b65\u6821\u6b63\u7cfb\u7edf\u65f6\u95f4 apt install systemd-timesyncd timedatectl se [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,7],"tags":[],"class_list":["post-601","post","type-post","status-publish","format-standard","hentry","category-docker","category-vps"],"_links":{"self":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts\/601","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/comments?post=601"}],"version-history":[{"count":0,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts\/601\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/media?parent=601"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/categories?post=601"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/tags?post=601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}