Найден 61 результат
- 08 июн 2023, 19:22
- Форум: WordPress
- Тема: перенос сайта и изменение домена
- Ответы: 1
- Просмотры: 18131
Re: перенос сайта и изменение домена
Первый запрос нужен, чтобы изменить доменное имя сайта в настройках WordPress: UPDATE wp_options SET option_value = replace(option_value, 'https://vashdomen-1.com', 'https://vashdomen-2.com') WHERE option_name = 'home' OR option_name = 'siteurl'; Второй запрос нужен, чтобы сменить домен WordPress в ...
- 28 фев 2023, 08:39
- Форум: Web configs
- Тема: Cloudflare
- Ответы: 0
- Просмотры: 15559
Cloudflare
Cloudflare delete all DNS records, from bash: #!/bin/bash TOKEN="xxxxxxxxxxxxxxxxxxx" ZONE_ID=2222222222222222222222222 # EMAIL=me@gmail.com # KEY=11111111111111111111111111 # Replace with # -H "X-Auth-Email: ${EMAIL}" \ # -H "X-Auth-Key: ${KEY}" \ # for old API keys curl -s -X GET https://api.cloud...
WSL
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Re: OpenSuSE
Installing Multimedia Codecs
Код: Выделить всё
zypper install opi
opi codecs
- 05 авг 2022, 10:02
- Форум: Hardware
- Тема: WH-XB910N bluetooth connection
- Ответы: 0
- Просмотры: 15820
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...
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...
- 27 июл 2022, 13:56
- Форум: Linux
- Тема: Ejabberd/openSUSE
- Ответы: 2
- Просмотры: 7315
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...
- 27 июл 2022, 12:26
- Форум: Linux
- Тема: Ejabberd/openSUSE
- Ответы: 2
- Просмотры: 7315
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 !!!...
- 26 июл 2022, 16:41
- Форум: Linux
- Тема: Ejabberd/openSUSE
- Ответы: 2
- Просмотры: 7315
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...
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.