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

brahman
22 фев 2023, 20:17
Форум: Linux
Тема: OpenSuSE
Ответы: 7
Просмотры: 35005

Re: OpenSuSE

Installing Multimedia Codecs

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

zypper install opi
opi codecs
brahman
05 авг 2022, 10:02
Форум: Hardware
Тема: WH-XB910N bluetooth connection
Ответы: 0
Просмотры: 21030

WH-XB910N bluetooth connection

This is a very stupid mistake that I have done in my life. When you first time connects with Bluetooth then you will see WH-H910N(h.ear) but after that, if you want to connect it with another device Just press the power off button for 7-10 seconds and you will hear Bluetooth pairing on and you will...
brahman
05 авг 2022, 09:34
Форум: Linux
Тема: Ubuntu
Ответы: 0
Просмотры: 14044

Ubuntu

$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false $ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM $ gsettings set org.gnome.shell.extensions.dash-to-dock transparency-mode FIXED $ gsettings set org.gnome.shell.extensions.dash-to-dock dash-max-i...
brahman
27 июл 2022, 13:56
Форум: Linux
Тема: Ejabberd/openSUSE
Ответы: 2
Просмотры: 12531

Re: Ejabberd/openSUSE

ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number Problem : mysql> GRANT USAGE ON *.* TO 'moon'@'localhost' IDENTIFIED BY PASSWORD 'Jkt45s2'; ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number Solution : Option:1 mysql> GRANT USAGE ON *.* TO 'moon'@'loc...
brahman
27 июл 2022, 12:26
Форум: Linux
Тема: Ejabberd/openSUSE
Ответы: 2
Просмотры: 12531

Re: Ejabberd/openSUSE

### ### ejabberd configuration file ### ### The parameters used in this configuration file are explained at ### ### https://docs.ejabberd.im/admin/configuration ### ### The configuration file is written in YAML. ### ******************************************************* ### ******* !!! WARNING !!!...
brahman
26 июл 2022, 16:41
Форум: Linux
Тема: Ejabberd/openSUSE
Ответы: 2
Просмотры: 12531

Ejabberd/openSUSE

zypper addrepo https://download.opensuse.org/repositories/home:ecsos:server/openSUSE_Tumbleweed/home:ecsos:server.repo zypper refresh zypper install certbot zypper addrepo https://repo.process-one.net/ejabberd.repo zypper refresh zypper install certbot chown -R ejabberd:ejabberd /opt/ejabberd-22.05...
brahman
12 июл 2022, 17:44
Форум: Hestia
Тема: change ip
Ответы: 0
Просмотры: 19258

change ip

it’s even easier, because there is v-update-sys-ip which should take care of most of the things needed.

eventually you want to also run v-rebuild-web-domains and v-rebuild-mail-domains afterwards to have all configs rewritten properly.
brahman
02 май 2022, 09:26
Форум: Hestia
Тема: error ssl and 400
Ответы: 0
Просмотры: 13330

error ssl and 400

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

v-change-sys-hostname HOSTNAME
then

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

v-add-letsencrypt-host HOSTNAME
brahman
03 апр 2022, 13:36
Форум: Hestia
Тема: Composer
Ответы: 0
Просмотры: 11805

Composer

php ~/.composer/composer require
brahman
05 авг 2021, 15:53
Форум: phpBB
Тема: disable captcha recaptcha
Ответы: 0
Просмотры: 27477

disable captcha recaptcha

disable for user, from mysql

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

UPDATE phpbb_users SET `user_login_attempts` = 0 WHERE `username` = 'her username';