Hướng dẫn auto clone VPS bằng code iMacros

bluefrog464

New member
## Hướng dẫn: Auto Clone VPS với mã iMacros

Trong hướng dẫn này, tôi sẽ chỉ cho bạn cách tự động sao chép VPS bằng mã iMacros.Đây là một cách tuyệt vời để tạo ra nhiều bản sao của VPS cho mục đích thử nghiệm hoặc phát triển.

** Điều kiện tiên quyết **

Để làm theo hướng dẫn này, bạn sẽ cần những điều sau đây:

* Một VPS chạy Ubuntu 16.04 trở lên
* Phần mở rộng iMacros được cài đặt cho Google Chrome hoặc Firefox
* Các tập lệnh iMacros sau:
* [Tập lệnh VPS của Imacros Clone] (https://raw.githubusercontent.com/imacros/imacros-scripts/master/clone-vps.imacros)
* [iMacros Wait Script] (https://raw.githubusercontent.com/imacros/imacros-scripts/master/wait.imacros)

**Hướng dẫn**

1. Mở tiện ích mở rộng iMacros cho trình duyệt của bạn.
2. Nhấp vào nút ** "+" ** để tạo một macro mới.
3. Trong trường ** "Tên macro" **, nhập tên cho macro của bạn.
4. Trong trường ** "Ngôn ngữ macro" **, chọn ** "iMacros" **.
5. Sao chép và dán mã sau vào trường ** "Mã Macro" **:

`` `
#include clone-vps.imacros
#include Wait.imacros

// Đặt các biến cho VPS bạn muốn sao chép.
var vps_ip = "192.168.1.1";
var vps_user = "root";
var vps_pass = "mật khẩu";

// Tạo kết nối SSH mới với VPS.
Mở ("ssh: //" + vps_user + "@" + vps_ip + "/");

// Đợi kết nối SSH được thiết lập.
Chờ (5);

// Chạy tập lệnh để nhân bản các VPS.
Chạy ("Clone-VPs");

// Đóng kết nối SSH.
Đóng();
`` `

6. Nhấp vào nút ** "Lưu" ** để lưu macro của bạn.
7. Nhấp vào nút ** "Chạy" ** để chạy macro của bạn.

Macro bây giờ sẽ sao chép các VPS và tạo một bản sao mới của nó.Bây giờ bạn có thể truy cập các VP mới bằng địa chỉ IP và tên người dùng mà bạn đã chỉ định trong macro.

## hashtags

* #Vps
* #cloning
* #Imacros
* #Automation
* #Tutorial
=======================================
## Instructions: Auto Clone VPS with iMacros Code

In this tutorial, I will show you how to automatically clone a VPS using iMacros code. This is a great way to create multiple copies of a VPS for testing or development purposes.

**Prerequisites**

To follow this tutorial, you will need the following:

* A VPS running Ubuntu 16.04 or later
* The iMacros extension installed for Google Chrome or Firefox
* The following iMacros scripts:
* [iMacros Clone VPS Script](https://raw.githubusercontent.com/imacros/imacros-scripts/master/clone-vps.imacros)
* [iMacros Wait Script](https://raw.githubusercontent.com/imacros/imacros-scripts/master/wait.imacros)

**Instructions**

1. Open the iMacros extension for your browser.
2. Click the **"+"** button to create a new macro.
3. In the **"Macro Name"** field, enter a name for your macro.
4. In the **"Macro Language"** field, select **"iMacros"**.
5. Copy and paste the following code into the **"Macro Code"** field:

```
#include clone-vps.imacros
#include wait.imacros

// Set the variables for the VPS you want to clone.
var vps_ip = "192.168.1.1";
var vps_user = "root";
var vps_pass = "password";

// Create a new SSH connection to the VPS.
Open("ssh://" + vps_user + "@" + vps_ip + "/");

// Wait for the SSH connection to be established.
Wait(5);

// Run the script to clone the VPS.
Run("clone-vps");

// Close the SSH connection.
Close();
```

6. Click the **"Save"** button to save your macro.
7. Click the **"Run"** button to run your macro.

The macro will now clone the VPS and create a new copy of it. You can now access the new VPS using the IP address and username that you specified in the macro.

## Hashtags

* #Vps
* #cloning
* #Imacros
* #Automation
* #Tutorial
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock