Различия
Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слеваПредыдущая версия | |
| установка_с_флешки_через_iso_образ [2025/01/09 12:25] – wikiadmin | установка_с_флешки_через_iso_образ [2025/01/09 12:26] (текущий) – wikiadmin |
|---|
| cat /root/firstinit.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=firstinit&dfmt=json" --data "$(</dev/stdin)" | cat /root/firstinit.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=firstinit&dfmt=json" --data "$(</dev/stdin)" |
| ip --json address show | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=ipaddr&dfmt=json" --data "$(</dev/stdin)" | ip --json address show | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=ipaddr&dfmt=json" --data "$(</dev/stdin)" |
| cat lsblk.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://alxtrepo.sirena-travel.ru/svc/reg.php?${identity4}&${identity}&dt=lsblk&dfmt=json" --data "$(</dev/stdin)" | cat lsblk.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=lsblk&dfmt=json" --data "$(</dev/stdin)" |
| cat hostnamectl.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=hostnamectl&dfmt=json" --data "$(</dev/stdin)" | cat hostnamectl.json | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=hostnamectl&dfmt=json" --data "$(</dev/stdin)" |
| cat df.json |jq --raw-output | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=df&dfmt=json" --data "$(</dev/stdin)" | cat df.json |jq --raw-output | curl --connect-timeout 2 --max-time 3 -X POST -H 'Content-type: application/json' "https://repo.yourdomain.ru/svc/reg.php?${identity4}&${identity}&dt=df&dfmt=json" --data "$(</dev/stdin)" |