Skip to content

2024百团大战准备建议 #7

@DIYer22

Description

@DIYer22

福利

公用虚拟服务器

VPS (虚拟服务器)开国外的最基础的(1core 1GB ram)就好。(要会 ssh,海外支付)
可以走学生优惠开一个国内的 VPS

科学上网推荐 v2ray

服务器: https://www.v2ray.com/
安卓客服端: https://github.com/2dust/v2rayNG/releases/tag/1.8.39
Window 客服端自己搜索一下

进阶:国内 VPS 中转海外流量来加速

推荐v2ray 客服端配置
{
  "inbounds": [
    {
      "tag": "in-socks",
      "port": 1080, "//":" 监听端口",
      "protocol": "socks", "//":" 入口协议为 SOCKS 5",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      },
      "settings": {
        "auth": "noauth",  "//":"socks的认证设置,noauth 代表不认证,由于 socks 通常在客户端使用,所以这里不认证"
      }
    },
    {
      "tag": "in-http",
      "port": 1087,
      "protocol": "http",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      },
      "settings": {
        "auth": "noauth"  
      }
    },
    {
      "tag": "in-shadowsocks",
      "port": 1083, "//":" 监听端口",
      "protocol": "shadowsocks",
      "settings": {
        "method": "aes-128-gcm",
        "ota": true, "//":" 是否开启 OTA",
        "password": "v2ray-on-docker"
      }
    }
  ],
  "outbounds": [
    {
      "tag": "out-vmess",
      "protocol": "vmess", "//":" 出口协议",
      "settings": {
        "vnext": [
          {
            "address": "xx.xx.xxx.xxx", "//":" 服务器地址,请修改为你自己的服务器 IP 或域名",
            "port": 10081,  "//":" 服务器端口",
            "users": [
              {
                "id": "ed13xxxxxxf843f",  "//":" 用户 ID,必须与服务器端配置相同",
                "alterId": 64, "//":" 此处的值也应当与服务器相同"
              }
            ]
          }
        ]
      }
    }
  ]
}

社团公用 GPT plus

方案1,chatGPT plus $20/月:

方案2,API key 按需付费:

展示项目候选

jetInKinect: 使用Kinect 体感与语音控制鹞式战斗机

RetroPython 两人用各自手机作为重力感应手柄 来操控贪吃蛇进行对战的游戏

mediapipe 可能是比 kinect 更好的方案

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions