博文

目前显示的是标签为“AWS服务器关停”的博文

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上开的服务器不使用后如何停掉?

图片
每日金句  人生路上的每一步,绝不会白走! 前面我们分享了,如何自己借助AWS搭建梯子,以及如何让梯子在电脑端和手机端使用。那么如果暂停了节点的使用后,之前开的服务器要不要关掉? 答案是肯定的,必须要关掉。不然依然会需要给AWS付费。 有的同学说,那我就操作暂停。其实这是不对的,我们必须执行“终止实例”才行。 具体步骤,登陆AWS账号后,点击EC2,进入当初创建节点的地区,选中要关掉的服务器,选择终止实例。 系统会提示如下界面,点击终止。 可以看到界面会显示“已终止”,过一段时间,该服务器就会自动删除掉。 确保服务器关掉以后,就不会继续付费了。 那么如何查看开节点的服务器的消耗情况呢?也很简单。 点击账户,找到“账单控制面板”,进入账单,选择EC2(Elastic compute cloud),查看对应的地区的服务器消耗情况。就可以看到实际的消耗了。 ok, 今天的分享就到这里了。希望对你有所帮助。