Найдено 68 результатов

brahman
01 июл 2021, 11:59
Форум: Joomla
Тема: plugins
Ответы: 0
Просмотры: 20343

plugins

Best menu plugin and others http://offlajn.com/

How to Use JavaScript or PHP Code in a Joomla Article - https://extensions.joomla.org/extension ... ntent/5051
brahman
23 дек 2020, 11:12
Форум: ISPmanager
Тема: isp manager clamd
Ответы: 0
Просмотры: 27420

isp manager clamd

https://wiki.iphoster.net/wiki/ISPManager_5_-_%D0%BE%D1%88%D0%B8%D0%B1%D0%BA%D0%B0_exim_-_malware_acl_condition:_clamd_/var/run/clamd.scan/clamd.sock_:_unable_to_connect_to_UNIX_socket_(/var/run/clamd.scan/clamd.sock):_Connection_refused обновить БД clamav # freshclam запустить clamd # systemctl sta...
brahman
10 окт 2020, 22:03
Форум: Linux
Тема: Prosody & openSUSE
Ответы: 0
Просмотры: 20848

Prosody & openSUSE

Конфигурация разделена на две части. Первая часть известна как «глобальный» раздел. Все настройки здесь применяются ко всему серверу и являются настройками по умолчанию для всех виртуальных хостов. Вторая половина файла представляет собой серию определений VirtualHost и Component. Настройки в каждой...
brahman
10 окт 2020, 09:58
Форум: Linux
Тема: Change the user's home directory
Ответы: 0
Просмотры: 18225

Change the user's home directory

from root

Код: Выделить всё

usermod -d /newhome/username username
brahman
29 сен 2020, 06:45
Форум: Linux
Тема: OpenSuSE
Ответы: 7
Просмотры: 34994

Re: OpenSuSE

месторасположение тем There are two places the themes files can be placed: ~/.themes : You may have to create this folder in your home directory if it doesn’t exist. The themes placed here will be available only to you (the logged in user) /usr/share/themes: The themes put in this folder will be ava...
brahman
28 сен 2020, 21:41
Форум: Linux
Тема: OpenSuSE
Ответы: 7
Просмотры: 34994

Re: OpenSuSE

Добавить пользователя и home

Код: Выделить всё

 useradd --create-home your_user
установить пользователю пароль

Код: Выделить всё

 passwd your_user
сменить пользователю домашнюю директорию

Код: Выделить всё

 usermod -d /home/new_home -m your_user
добавить пользователя в группу

Код: Выделить всё

 usermod -aG what_group your_user
brahman
28 сен 2020, 12:22
Форум: Linux
Тема: Nextcloud + openSUSE
Ответы: 1
Просмотры: 11717

Nextcloud + openSUSE

Nextcloud + certbot # zypper in nextcloud certbot php7-opcache php7-memcached php7-redis ffmpeg4 mariadb-tools phpMyAdmin mc htop открыть порты 80 и 443 - yast в помощь или # firewall-cmd --zone=public --add-port=80/tcp --permanent # firewall-cmd --reload проверить можно # ss -tulnp|grep httpd host...