这是用户在 2025-1-23 16:00 为 https://readmedium.com/how-i-am-using-a-lifetime-100-free-server-bd241e3a347a 保存的双语快照页面,由 沉浸式翻译 提供双语支持。了解如何保存?
avatarHarendra  哈伦德拉

Summary  总结

The author describes how they have been utilizing a free Linux server from Oracle Cloud for over four years, which includes substantial resources such as 24 GB RAM, 4 CPUs, and 200 GB storage.
作者介绍了他们如何利用 Oracle Cloud 提供的免费 Linux 服务器四年多,其中包括大量资源,例如 24 GB RAM、4 个 CPU 和 200 GB 存储。

Abstract  抽象

The article outlines the author's experience with a lifetime free server provided by Oracle Cloud. This server, equipped with Ubuntu 20, offers impressive specifications including 24 GB RAM, 4 CPUs, and 200 GB storage. The author emphasizes the need for developers to have cloud services for hosting backends and points out the limitations of other BaaS offerings. The discovery of Oracle Cloud's free service, which does not impose any restrictions, has led to the author's continuous use of this resource for over four years without incurring any costs. The author provides a step-by-step guide on how to sign up for Oracle Cloud, create a free instance, and set up an always-free server, including the use of SSH for secure access. A detailed video guide is also offered for those who wish to follow along visually.
本文概述了作者使用 Oracle Cloud 提供的终身免费服务器的经验。该服务器配备 Ubuntu 20,提供令人印象深刻的规格,包括 24 GB RAM、4 个 CPU 和 200 GB 存储空间。作者强调了开发人员需要使用云服务来托管后端,并指出了其他 BaaS 产品的局限性。Oracle Cloud 的免费服务没有任何限制,这使得作者连续使用该资源四年多,没有产生任何费用。作者提供了有关如何注册 Oracle Cloud、创建免费实例和设置始终免费的服务器的分步指南,包括使用 SSH 进行安全访问。还为那些希望直观地跟随的人提供了详细的视频指南。

Opinions

  • The author suggests that Oracle Cloud's free server offering is a valuable resource for developers seeking to host backends without the limitations of other cloud services.
  • The author expresses satisfaction with the Oracle Cloud service, highlighting its "lifetime free" aspect and the high-quality specifications available at no cost.
  • There is an implicit endorsement of Oracle Cloud's free tier as a reliable and cost-effective solution for developers, based on the author's personal long-term use.
  • The provision of a comprehensive guide and a video tutorial indicates the author's belief in the importance of accessible and user-friendly resources for the developer community.
  • The author encourages reader engagement and feedback through social media platforms, indicating a desire for community interaction and support for their content.

How I Am Using a Lifetime 100% Free Server
我如何使用终身 100% 免费服务器

Get a server with 24 GB RAM + 4 CPU + 200 GB + Always Free
获取具有 24 GB RAM + 4 CPU + 200 GB + 始终免费的服务器

As developers, we need to run and host the backends on cloud services. Many BaaS (backend as a service) are available, but they have some restrictions.
作为开发人员,我们需要在云服务上运行和托管后端。许多 BaaS(后端即服务)都可用,但它们有一些限制。

What if I say I have been using the Linux-based server for free for more than 4–5 years? Yes, you heard it right. I am using this Linux server with Ubuntu 20 installed, 24 GB RAM, 4 CPUs, and 200 GB storage for a lifetime free.
如果我说我已经免费使用基于 Linux 的服务器超过 4-5 年了,该怎么办?是的,你没听错。我正在终身免费使用这台安装了 Ubuntu 20、24 GB RAM、4 个 CPU 和 200 GB 存储空间的 Linux 服务器。

How I Am Using a Lifetime 100% Free Server
我如何使用终身 100% 免费服务器

Approximately four years ago, I was looking for some free cloud services; hence, my AWS and GCP trial expired. During the search, I found that Oracle Cloud provides lifetime free servers without any restrictions. So, I signed up for Oracle Cloud and started using it, and since today, which is approximately four to five years ago, I have been using it absolutely free.
大约四年前,我一直在寻找一些免费的云服务;因此,我的 AWS 和 GCP 试用期已过期。在搜索过程中,我发现 Oracle Cloud 提供终身免费服务器,没有任何限制。所以,我注册了 Oracle Cloud 并开始使用它,从今天开始,也就是大约四到五年前,我一直在完全免费地使用它。

oracle.com/in/cloud/free/

Here I came up with the full guide to getting started with Oracle Cloud
在这里,我提供了开始使用 Oracle Cloud 的完整指南

The first thing we need to create the Oracle Cloud account, for that you require your working email and credit card.
我们首先需要创建 Oracle Cloud 帐户,为此您需要您的工作电子邮件和信用卡。

  • https://signup.oraclecloud.com/
  • Fill out the signup form correctly.
    请正确填写注册表单。
  • Verify your email  验证您的电子邮件
  • Provide the valid details along with payment details (You will not be charged) and finish the signup process.
    提供有效详细信息以及付款详细信息(不会向您收费)并完成注册过程。
signup.oraclecloud.com/

Create free instance  创建免费实例

Once you complete the signup process you have to log into your Oracle Cloud account using the recently created identity. Once you successfully log in you will see the Oracle Dashboard, you have to choose compute > instances.
完成注册过程后,您必须使用最近创建的身份登录 Oracle Cloud 账户。成功登录后,您将看到 Oracle 控制面板,您必须选择计算 > 实例。

Then click on the Create instance button —
然后单击 Create instance 按钮 —

On the next screen, you have to choose the always free tagged resources only. For example, if you want to use Ubuntu then you have to edit the image and shape, and select the Ubuntu image tagged always free —
在下一个屏幕上,您必须仅选择始终免费的标记资源。例如,如果您想使用 Ubuntu,则必须编辑图像和形状,然后选择标记为始终免费的 Ubuntu 图像 —

In the next step, download the public and private keys that are required to connect with your server via SSH.
在下一步中,下载通过 SSH 连接到您的服务器所需的公有密钥和私有密钥。

Then arrach the boot volume up to 200GB and click on the create button,
然后将引导卷调整到 200GB 并单击创建按钮,

It will take some time and you will be ready to use your always-free instance.
这需要一些时间,然后您就可以使用始终免费的实例了。

SSH into your Server  通过 SSH 连接到您的服务器

You can log in to your server via the keys that you have downloaded in previous steps while creating the new instance. Use the following command to —
在创建新实例时,您可以通过在前面的步骤中下载的密钥登录到服务器。使用以下命令 —

ssh -i path/to/server.key ubuntu@your-public-ip

Here is the detailed video guide to set up your Oracle server —
以下是设置 Oracle 服务器的详细视频指南 —

Thank you for taking the time to read this article! If you found it helpful, a clap 👏 would be greatly appreciated — it motivates me to continue writing more. If you want to learn more about open-source and full-stack development, follow me on Twitter (X) and Medium.
感谢您花时间阅读本文!如果你觉得它有帮助,👏将不胜感激——它激励我继续写更多。如果您想了解有关开源和全栈开发的更多信息,请关注 meon Twitter (X)Medium

Cloud Computing
Servers
Programming
Software Development
DevOps

云计算
服务器
编程
软件开发
DevOps
Recommended from ReadMedium  推荐自 ReadMedium