标签:服务器
王超 发布于 2023-09-12
搬瓦工今天突然补货了 4 款限量版套餐,包括 CN2 GIA-E 10G 限量版套餐 年付 $49.99、搬瓦工 CN2 GIA-E 20G 限量版套餐 年付 $89.99、搬瓦工日本大阪软银限量版套餐 年付 $69.99、搬瓦工 DC9 CN2 GIA 限量版套餐 年付 $79...
阅读(2166)赞 (0)标签:BandwagonHost / VPS / 云服务器 / 搬瓦工 / 搬瓦工VPS / 搬瓦工优惠码 / 搬瓦工教程 / 搬瓦工限量版 / 搬瓦工限量版补货 / 服务器
王超 发布于 2023-01-14
2023.01.17更新:THE PLAN限量版套餐已下架! 搬瓦工已经把 THE PLAN $99/年的限量版方案下架了,下架就意味着后续不会再有了,并且整个方案已经从所有方案页面移除了,恭喜已经上车的朋友们! ———————分割线——————— 搬瓦工在昨天推出了全新的限量版...
阅读(1623)赞 (1)标签:BandwagonHost / VPS / 云服务器 / 搬瓦工 / 搬瓦工VPS / 搬瓦工优惠码 / 搬瓦工教程 / 服务器
王超 发布于 2022-06-11
三网回程线路测试脚本,原理是使用MTR来自动检测本服务器到中国主要城市北京、上海、广州回程线路类型。 回程线路测试脚本 curl https://down.wangchao.info/sh/linetest.sh | bash 使用搬瓦工VPS(洛杉矶DC9机房)测速结果如下: ...
阅读(3788)赞 (4)标签:Linux / VPS / 云服务器 / 搬瓦工 / 搬瓦工VPS / 服务器 / 脚本
王超 发布于 2022-06-11
SuperSpeed 原理是利用 Speedtest 测试你的国外主机到国内不同省市的速度,集成了 Speedtest 提供的电信、联通、移动线路,可以测试服务器到全国北方南方,电信,联通,移动的速度。 更新 2023.01.18 测速节点更新 测速脚本 bash <(c...
阅读(11791)赞 (0)标签:Linux / VPS / 云服务器 / 搬瓦工VPS / 服务器 / 脚本
王超 发布于 2022-06-11
Nginx rewrite(Nginx早前的写法,现在还可以使用) server { listen 80; server_name www.wangchao.info wangchao.info; rewrite ^(.*)$ https://$host$1 permanent;...
阅读(1108)赞 (0)标签:Linux / Nginx / VPS / 云服务器 / 服务器
王超 发布于 2020-04-11
MTR是Linux平台上一款非常好用的网络诊断工具,或者说网络连通性判断工具,集成了traceroute、ping、nslookup的功能,用于诊断网络状态非常有用。 一、安装 $ yum install mtr #适用于centos # sudo apt-get install...
阅读(8066)赞 (6)标签:CentOS / Linux / MTR / TraceRoute / VPS / 云服务器 / 服务器
王超 发布于 2020-04-11
如果你想从网站上下载一个文件: wget https://www.wangchao.info/bak.tar.gz 如果下载一半中断了要继续下载: wget -c https://www.wangchao.info/bak.tar.gz 这个命令就会续传之前的文件了 如果网速很...
阅读(13114)赞 (13)标签:CentOS / Linux / VPS / 云服务器 / 服务器
王超 发布于 2020-04-10
验证端口是否开启,如要验证服务器9998端口是否开启: sudo firewall-cmd --query-port=9998/tcp 结果如下: no 表明当前端口没有开启。 开启9998端口 1、运行命令: firewall-cmd --get-active-zones 运行...
阅读(6007)赞 (7)标签:CentOS / Linux / VPS / 云服务器 / 服务器
王超 发布于 2019-06-12
CentOS系统git clone项目时出现类似如下错误: fatal: unable to access ‘https://github.com/rancher/rancher.git/’:Peer reports incompatible or uns...
阅读(5208)赞 (3)标签:CentOS / Linux / VPS / 云服务器 / 服务器
王超 发布于 2019-06-12
在 mkfs.ext4 /dev/sda2 格式化硬盘空间时,可能出现这样的错误。 had this situation at office where I was told to re-partition an already existing partition. The s...
阅读(5356)赞 (2)标签:CentOS / Linux / VPS / 云服务器 / 服务器