Цели: дать базу и якори для дальнейшего самостоятельного изучения
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # General | |
| *.log | |
| *.pem | |
| *.key | |
| *.config | |
| config.yaml | |
| config.yml | |
| config.json | |
| notes.txt | |
| review.md |
https://github.com/jesseduffield/lazydocker?tab=readme-ov-file#installation
curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
grep -qxF 'export PATH="$HOME/.local/bin:$PATH"' ~/.bashrc || echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| grep -qxF "net.ipv6.conf.all.disable_ipv6 = 1" /etc/sysctl.conf || echo "net.ipv6.conf.all.disable_ipv6 = 1" | tee -a /etc/sysctl.conf | |
| grep -qxF "net.ipv6.conf.default.disable_ipv6 = 1" /etc/sysctl.conf || echo "net.ipv6.conf.default.disable_ipv6 = 1" | tee -a /etc/sysctl.conf | |
| grep -qxF "net.ipv6.conf.lo.disable_ipv6 = 1" /etc/sysctl.conf || echo "net.ipv6.conf.lo.disable_ipv6 = 1" | tee -a /etc/sysctl.conf | |
| grep -qxF "127.0.0.1 $(hostname −f) $(hostname −s)" /etc/hosts || sed −i "127.0.0.1 $(hostname -f) $(hostname −s)" /etc/hosts | |
| apt update && apt dist-upgrade -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # | |
| # This script installs the latest open source version of Mail Piler (mailpiler.org) from the master | |
| # branch on GitHub by compiling it from source. It also installs all dependencies, including a MySQL database. | |
| # | |
| # You should run this script as root on a vanilla Ubuntu 24.04 installation. | |
| # | |
| # | |
| set -o errexit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Параметры сервера 1С: -debug -http -debugServerPort 1550 | |
| Если мобильный клиент отлаживается в серверной базе, то необходимо указать в настройках отладки имя базы:DefAlias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Развернуть ВМ из шаблона (бэкап 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |
NewerOlder