ehco隧道手动搭建

下载http://cloud.sbnode.com/ehco/v1.1.2/ehco_1.1.2_linux_amd64 中转机ehco -l 0.0.0.0:10830 -r wss://45.80.30.148:19999 -tt mwss 落地...

Read More



curl获取本机外网IP的几个命令 curl ip.sb

curl ip.sbcurl ifconfig.mecurl icanhazip.comcurl curlmyip.comcurl ip.appspot.comcurl ipinfo.io/ipcurl ipecho.net/plaincurl www....

Read More



解决fdisk与df命令显示的磁盘空间不一样

之前通过df -h检查一台云服务器的时候发现,磁盘只有1G,实际有10g使用时还报空间不足。使用resize2fs /dev/vda2(改为目标磁盘位置)提示命令还不可用,商家可能已经把系统摸板精简到不行了,多搜索找到解决方法yum install e2...

Read More



Ubuntu开机自启动的一种方法

rc.local脚本是一个ubuntu开机后会自动执行的脚本,我们可以在该脚本内添加命令行指令。该脚本位于/etc/路径下,需要root权限才能修改。该脚本具体格式如下:#!/bin/bash # THIS FILE IS ADDED FOR COMPA...

Read More



构建GOST隧道ws中转

安装 gostwget -N --no-check-certificate https://github.com/ginuerzh/gost/releases/download/v2.11.0/gost-linux-amd64-2.11.0.gz &am...

Read More