Hướng dẫn tạo VPS bằng Google Colab miễn phí

TricksMMO

Administrator
Staff member
** Cách tạo VPS miễn phí với Google Colab **

** Gần đây, chúng tôi đã nghe rất nhiều về Google Colab như tải xuống Torrent in Colab, tải xuống các tệp vào Google Drive với Colab ... Hôm nay chúng tôi sẽ tạo VPS với Google Colab miễn phí. **

** Hướng dẫn được đăng trên OneHack.us, tôi sẽ hướng dẫn bạn chi tiết để thực hiện dễ dàng. **

** Tham gia kênh Telegram của thủ thuật

** Cách tạo VPS với Google Colab miễn phí **

Colaboratory, hay "colab", là một sản phẩm của Google Research.Colab cho phép mọi người viết và thực hiện mã Python tùy ý thông qua trình duyệt và sử dụng cho sinh viên để tìm hiểu về học máy, phân tích dữ liệu và giáo dục.Về mặt kỹ thuật, Colab là một dịch vụ Jupyter được lưu trữ không yêu cầu thiết lập để sử dụng và cung cấp quyền truy cập miễn phí vào tài nguyên máy tính.Do đó, chúng ta có thể tận dụng các tài nguyên CPU, GPU, RAM của Colab để tạo VPS miễn phí.

** Đầu tiên, bạn cần tạo một cuốn sổ mới (như một dự án mới để chạy trên colab). **

Truy cập trang: colab.research.google.com/notooks/intro.ipynb

Chọn ** Mới ** -> ** Notebook **

** Dán mã bên dưới, nhấp vào nút tam giác ở góc trên để thực thi mã, sau đó nhấp vào liên kết RemoteDesktop.google.com/headless trong các kết quả bên dưới. **

`` `
!
! Chmod +x rdp.sh
! ./ rdp.sh
`` `

** Sau khi nhấp vào nhấp chuột, bạn sẽ được cung cấp để tải xuống Chrome Remote Desktop, First Start và cho phép. **

** Cấp tài khoản Google có quyền từ xa thành VPS. **

** Sao chép tất cả mã trong dòng Linux Debian **

** Bật tab đang mở colab, dán mã vừa được sao chép vào dán ở đây trong colab.Nhấn Enter để thực thi. **

** COLAB sau đó sẽ gọi cho bạn mã PIN, bạn cần nhập ít nhất 6 số, ví dụ 123456, sau đó nhấn Enter. **

** Tiếp tục nhập lại 6 lần để xác nhận, tôi nhập 123456 -> nhập **

** Bây giờ trên kết quả colab sẽ hiển thị RemoteDesktop.google.com/access/ ở cuối, nhấp vào nó. **

** Chrome sẽ mở cho bạn một tab, nơi bạn sẽ thấy VPS với Google Colab miễn phí, nhấp vào nó. **

** PIN PIN 123456 được cấu hình. **

** Ten mười, truy cập thành công vào VPS, bạn nhận thấy dưới góc của màn hình sẽ có thanh công cụ, nhấp vào biểu tượng Trái đất để duyệt web. **

** Đây là VPS Linux, không phải Windows VPS vì vậy đừng hỏi tại sao giao diện không giống Windows.Bạn có thể tạm thời sử dụng VPS với Google Colab để lướt web hoặc mã kiểm tra tùy thuộc vào bạn, nhưng không thể cài đặt ứng dụng Windows. **
=======================================
**How to create a free VPS with Google Colab**

**Recently we hear a lot about Google Colab such as downloading Torrent in Colab, downloading files to Google Drive with Colab ... Today we will create VPS with Google Colab for free.**

**The tutorial is posted on OneHack.us, I will guide you in detail for easy implementation.**

**Join the Telegram channel of Tricksmmo 👉 Link 👈 Telegram – a new era of messaging

**How to create a VPS with Google Colab for free**

Colaboratory, or "Colab", is a product of Google Research. Colab allows people to write and execute Python code arbitrary through the browser and use for students to learn about Machine Learning, data analysis and education. Technically, Colab is a stored Jupyter service that does not require set up for use, and provides free access to computer resources. Thus, we can take advantage of Colab's CPU, GPU, RAM resources to create a free VPS.

**First, you need to create a new notebook (like a new project to run on colab).**

Visit the page: colab.research.google.com/notebooks/intro.ipynb

Select **New** -> **Notebook**

**Paste the code below, click the triangle button in the upper corner to execute the code, then click the remotedesktop.google.com/headless link in the results below.**

```
!wget raw.githubusercontent.com/alok676875/rdp/main/rdp.sh >/dev/null
!chmod +x RDP.SH
!./Rdp.sh
```

**After clicking on click, you will be offered to download Chrome Remote Desktop, first start, and allow.**

**Granting the Google account is entitled to remote into VPS.**

**Copy all code in the Debian Linux line**

**Turn over the tab that is opening the colab, paste the code that has just been copied to the paste here in the colab. Press Enter to execute.**

**The colab will then call you the PIN, you need to enter at least 6 numbers, for example 123456, and then press Enter.**

**Continue to re-enter 6 times to confirm, I type 123456 -> Enter**

**Now on the Colab results will display the remotedesktop.google.com/access/ at the end, click on it.**

**Chrome will open for you a tab, where you will see VPS with Google Colab for free, click on it.**

**The 123456 PIN PIN is configured.**

**Ten ten, access to VPS successfully, you notice under the corner of the screen will have a toolbar, click on the Earth icon to browse the web.**

**This is VPS Linux, not Windows VPS so don't ask why the interface is not like Windows. You can temporarily use VPS with Google Colab to surf the web or test code depending on you, but can't install the Windows app.**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top