博文

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

I Built a Tiny YouTube Tool That Reached $500/Month — Here’s What I Learned

I didn't build a startup. I didn't raise funding. I didn't have a team of engineers. I simply built a small tool to solve a problem I personally had. And eventually, that little project started making money. **YTtoText reached $500/month.** Here's what happened. ## The Problem Was Almost Too Simple The original idea behind YTtoText was extremely simple. I was working with YouTube videos and constantly needed to find specific information inside long videos. Watching an entire 60-minute video just to find one sentence is incredibly inefficient. Then there was another problem. Copying subtitles manually is annoying. Downloading captions isn't always straightforward. And if you want to search through a long interview, podcast, tutorial, or lecture, the video itself isn't always the best format. I thought: **What if I could just turn the YouTube video into searchable text?** That became YTtoText. ## I Started With a Very Small MVP The first versi...

手把手教你如何利用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,希望对你有所帮助。有任何进一步问题,欢迎流言。