博文

目前显示的是标签为“科学上网VPN节点”的博文

CookieRun Classic PC Setup: Account Sync, Controls, and Upgrade Planning

图片
CookieRun Classic is easy to understand on mobile, but playing on PC can make long farming sessions and repeated mission attempts more comfortable. The important part is not just installing an emulator. You also need to protect your account, set useful keyboard controls, and avoid wasting early upgrade resources. I keep a full CookieRun Classic guide hub here: CRClassic.wiki . This post is a shorter PC-focused checklist. 1. Bind your account before trying PC Before installing the game on a second device, make sure your save is linked to a stable account system. That matters more than the emulator choice. If the save is not bound, uninstalling, resetting, or switching devices can create avoidable account loss risk. Check your current login method on mobile. Bind the account before testing another device. Do not enter passwords or account details on coupon generator sites. For a full first-week route, see the Cookie Run Classic Beginner Guide . 2. Choose the safest PC route first...

手把手教你如何利用AWS和V2ray搭建纯净稳定的科学上网VPN节点?

图片
每日金句  种一棵树最好的时间是10年前,其次是现在。 有同学问我,如何利用AWS和V2ray搭建纯净稳定的科学上网VPN节点? ok,今天来分享具体的实现步骤。直接进入正文主题。 进入AWS面板,点击EC2,选择实例,点击新建,进入启动实例页面: 选择Debian,创建实例密钥对 点击创建新的密钥对 创建安全组 启动新实例 然后回到实例界面,选中实例,点击连接。 ok,完成上述的基础建设操作步骤后,现在借助工具(以windows为例)windows powershell,打开软件方式为“以管理员身份打开”。 首先复制上述截图的红框部分,链接服务器。操作以下命令,注意,需要从admin切换到root权限。 管理员权限: sudo -i  V2ray一键安装指令: bash <(curl -s -L https://git.io/v2ray.sh) bbr加速 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh 输入代码生成Vmess URL 链接: v2ray qr 这样,最终就完成了节点的搭建,点击生成的二维码链接,使用shadowrockets或者Fair扫描,这样就完成了科学上网的访问。 ok,希望对你有所帮助。有任何进一步问题,欢迎流言。