mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: README.md
modified: README_EN.md modified: README_PT.md deleted: image/chr.png deleted: image/x86.png
This commit is contained in:
parent
91f4eed086
commit
60709c4fd6
13
README.md
13
README.md
@ -39,30 +39,23 @@ graph TD
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
### x86模式授权许可
|
|
||||||

|
|
||||||
### x86模式在线授权(v6.x)
|
### x86模式在线授权(v6.x)
|
||||||

|

|
||||||
### Chr模式在线授权
|
### Chr模式在线授权
|
||||||

|

|
||||||
### Chr模式授权许可
|
|
||||||

|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## 如何使用Shell
|
## 如何使用Shell
|
||||||
安装 option-{version}.npk 包
|
安装 option-{version}.npk 包
|
||||||
telnet到RouterOS,用户名devel,密码与admin的密码相同
|
在终端执行 /sh 进入shell
|
||||||
要使用devel用户名登录必须安装option-{version}.npk包,且启用。
|
|
||||||
## 如何授权许可
|
## 如何授权许可
|
||||||
进入shell
|
安装 option-{version}.npk 包后,重启设备,会自动激活授权许可
|
||||||
运行 keygen
|
|
||||||
参考上图。
|
|
||||||
Chr镜像支持在线授权许可
|
Chr镜像支持在线授权许可
|
||||||
## 如何使用Python
|
## 如何使用Python
|
||||||
安装 python3-{version}.npk 包
|
安装 python3-{version}.npk 包
|
||||||
telnet到RouterOS,用户名devel,密码与admin的密码相同
|
在终端执行 /sh 进入shell
|
||||||
运行 python -V
|
运行 python -V
|
||||||
### npk.py
|
### npk.py
|
||||||
对npk文件进行解包,修改,创建,签名和验证
|
对npk文件进行解包,修改,创建,签名和验证
|
||||||
|
|||||||
13
README_EN.md
13
README_EN.md
@ -22,28 +22,23 @@ By proceeding, you acknowledge that:
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
### license RouterOS for x86.
|
|
||||||

|
|
||||||
### Renew license for x86 v6.x
|
### Renew license for x86 v6.x
|
||||||

|

|
||||||
### Renew license for chr
|
### Renew license for chr
|
||||||

|

|
||||||
### license RouterOS for chr
|
|
||||||

|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## How to use shell
|
## How to use shell
|
||||||
install option-{version}.npk package
|
install option-{version}.npk package
|
||||||
run telnet to routeros with username devel and password is same as admin
|
Enter the shell by executing /sh in the terminal.
|
||||||
## How to license RouterOS
|
## How to license RouterOS
|
||||||
telnet to routeros with username devel and password is same as admin
|
After installing the option-{version}.npk package, reboot the device. The license will be activated automatically.
|
||||||
run keygen
|
CHR images support online license activation
|
||||||
chr mode could use renew lincense online
|
|
||||||
## How to use python3
|
## How to use python3
|
||||||
install python3-{version}.npk package
|
install python3-{version}.npk package
|
||||||
run telnet to routeros with username devel and password is same as admin
|
Enter the shell by executing /sh in the terminal.
|
||||||
run python -V
|
run python -V
|
||||||
### npk.py
|
### npk.py
|
||||||
Sign,Verify,Create, Extract npk file.
|
Sign,Verify,Create, Extract npk file.
|
||||||
|
|||||||
21
README_PT.md
21
README_PT.md
@ -15,17 +15,12 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
### Licenciar o RouterOS para x86
|
|
||||||

|
|
||||||
|
|
||||||
### Renovar a licença para x86 v6.x
|
### Renovar a licença para x86 v6.x
|
||||||

|

|
||||||
|
|
||||||
### Renovar a licença para CHR
|
### Renovar a licença para CHR
|
||||||

|

|
||||||
|
|
||||||
### Licenciar o RouterOS para CHR
|
|
||||||

|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
@ -33,20 +28,19 @@
|
|||||||
## Como usar o shell
|
## Como usar o shell
|
||||||
```bash
|
```bash
|
||||||
instale o pacote option-{versão}.npk
|
instale o pacote option-{versão}.npk
|
||||||
acesse via telnet o routeros com o usuário devel e a senha igual a do usuário admin
|
Execute `/sh` no terminal para entrar no Shell.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Como licenciar o RouterOS
|
## Como licenciar o RouterOS
|
||||||
```bash
|
```bash
|
||||||
acesse via telnet o routeros com o usuário devel e a senha igual a do admin
|
Após instalar o pacote `option-{version}.npk`, reinicie o dispositivo. A licença será ativada automaticamente.
|
||||||
execute o keygen
|
Imagens CHR suportam ativação de licença online.
|
||||||
modo CHR pode usar a renovação de licença online
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Como usar o Python 3
|
## Como usar o Python 3
|
||||||
```bash
|
```bash
|
||||||
instale o pacote python3-{versão}.npk
|
instale o pacote python3-{versão}.npk
|
||||||
acesse via telnet o routeros com o usuário devel e a senha igual a do admin
|
Execute `/sh` no terminal para entrar no Shell.
|
||||||
execute `python -V`
|
execute `python -V`
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -59,7 +53,12 @@ Assina, verifica, cria e extrai arquivos .npk
|
|||||||
```bash
|
```bash
|
||||||
Altera a chave pública e assina arquivos .npk
|
Altera a chave pública e assina arquivos .npk
|
||||||
```
|
```
|
||||||
|
### Como ativar o modo container sem reiniciar fisicamente
|
||||||
|
```bash
|
||||||
|
1. Instale o pacote `option.npk`.
|
||||||
|
2. Abra o terminal e execute: `system/device-mode/update container=yes`
|
||||||
|
3. Abra um novo terminal e execute: `system/shell cmd="reboot -f"`
|
||||||
|
```
|
||||||
## Thanks for sponsoring
|
## Thanks for sponsoring
|
||||||
[ZMTO](https://console.zmto.com/)
|
[ZMTO](https://console.zmto.com/)
|
||||||
|
|
||||||
|
|||||||
BIN
image/chr.png
BIN
image/chr.png
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB |
BIN
image/x86.png
BIN
image/x86.png
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB |
Loading…
x
Reference in New Issue
Block a user