Тег: администрирование
Позднее
Ctrl + ↑
wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !=""
Наткнулся на толковую утилиту для просмотр файловой системы контейнера без запуска — и вложенных слоёв
cd /etc/systemd/system/docker.service.d touch http-proxy.conf[Service]...
#!/bin/bash BDPORT=(1 2 3 4 5) for SERVER in ${BDPORT[@]}; do...
git update-index --chmod=+x path/to/file git update-index --chmod=-x path/to/file