To be able to make all procedures without pain you should have physical keyboard or just install ssh server and connect to your device shell from computer.
Folow this guide to setup ssh server.
Term.Everything | |
https://github.com/mmulet/term.everythin | |
zenity - требует x11 или wayland | |
apt install zenity | |
https://dzen.ru/a/aCfirEOecm_UITb0 | |
whiptail, dialog - cli утилиты для вывода диалогов в консоли |
To be able to make all procedures without pain you should have physical keyboard or just install ssh server and connect to your device shell from computer.
Folow this guide to setup ssh server.
To be able to make all procedures without pain you should have physical keyboard or just install ssh server and connect to your device shell from computer.
Folow this guide to setup ssh server.
Параметры сервера 1С: -debug -http -debugServerPort 1550 | |
Если мобильный клиент отлаживается в серверной базе, то необходимо указать в настройках отладки имя базы:DefAlias |
Развернуть ВМ из шаблона (бэкап vzdump-qemu-rds-2024_02_26-22_50_48.vma.zst) | |
Включить в домен | |
mklink /D c:\1c srv-app1\1c$ | |
mklink /D c:\scripts srv-app1\scripts$ | |
mklink /D c:\tools srv-app1\tools$ | |
mklink /D c:\dist \\storage\dist | |
Установить платформу: | |
c:\1c\platform\1c-platform-provisioning.cmd |
curl -fsSL https://binaries.nats.dev/nats-io/nats-server/[email protected] | sh | |
mv nats-server /usr/sbin/ | |
wget https://raw.githubusercontent.com/nats-io/nats-server/refs/heads/main/util/nats-server.service | |
mv nats-server.service /etcv/systemd/system | |
cat >> /etc/nats-server.conf<< EOF | |
server_name: srv-nats1 | |
port: 4222 | |
http: 8222 | |
host: 0.0.0.0 | |
jetstream { |
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Отладка 1С (запуск)", | |
"type": "onec", | |
"request": "launch", |
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:11:22:33:44:55", NAME="ethint0" | |
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="66:77:88:99:aa:bb", NAME="ethusb0" |
установка openssh сервера | |
https://habr.com/ru/sandbox/141668/ |
Хоткеи | |
https://github.com/var-bin/terminalForCoder__WSD/blob/master/tmux/hotkey.md | |
https://habr.com/ru/articles/318376/ |