disabled pty mode: Ctrl+Shift+A | Registry | go.run.processes.with.pty
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
- MSI MAG X870 TOMAHAWK WIFI | |
- Ubuntu 24.04 | |
- don't copy alsa ucm config from repo to your system (not compatible)! | |
- copy regex usb from here https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/USB-Audio/USB-Audio.conf | |
- paste this regex to your file /usr/share/alsa/ucm2/USB-Audio/USB-Audio.conf | |
- reload audio `systemctl --user restart wireplumber pipewire pipewire-pulse` | |
- done | |
- check that this command not return errors `alsaucm -c hw:1 dump text` |
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
На windows 11 мне помог только этот способ: | |
- вырубаем docker desktop и делаем wsl --shutdown | |
- открываем hyperv | |
- действие > изменить диск > расширить - ставим новый размер | |
- открываем wsl -d docker_desktop | |
- ищем наш диск через lsblk c новым размером | |
- делаем resize2fs /dev/sdf (подставляем свой диск) |
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
Add "SET SESSION "sql_seq_scan" = true;" to "Data Sources" of Tarantool field "Startup script" |
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
[xdebug] | |
#xdebug.discover_client_host = true | |
xdebug.client_host = host.docker.internal | |
xdebug.client_port = 9123 | |
xdebug.idekey = "PHPSTORM" | |
xdebug.max_nesting_level = 250 | |
xdebug.mode = debug | |
xdebug.start_with_request = trigger | |
xdebug.profiler_output_name = cachegrind.out.%p_%s | |
xdebug.output_dir = "/var/www/xxx/local/profiles/" |
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
Удалите все файлы из /local/modules/sale |
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
| Сначала делаем локальный сертификат | |
Create folder | |
```bash | |
mkdir /root/ssl | |
``` | |
1. Generate root authority center | |
```bash |
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
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: filebeat-config | |
namespace: ingress-nginx | |
labels: | |
app: filebeat | |
data: | |
filebeat.yml: |- | |
filebeat.autodiscover: |
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
<script> | |
function fnChangeSelect(e) { | |
domain.type_id = e.target.value | |
} | |
$: if (domain.type_id) { | |
document.getElementById('type').value = domain.type_id | |
} | |
</script> |
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
Settings - Terminal | |
Env - CHERE_INVOKING=1 | |
Shell path - "C:\cygwin64\bin\bash.exe" --login -i |
NewerOlder