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
| Проблема, когда после смены языка в Ubuntu с помощью комбинации клавиш Alt+Shift не сразу удается ввести заглавную букву с помощью Shift, является известной ошибкой. Пользователи сообщают, что после переключения раскладки приходится отпускать и снова нажимать Shift, чтобы он сработал для ввода заглавных букв. | |
| Причина проблемы | |
| Эта проблема связана с обработкой событий клавиатуры в X.Org, графическом сервере, используемом во многих дистрибутивах Linux, включая Ubuntu. Ошибка была официально зарегистрирована на платформе Launchpad, которая отслеживает проблемы в Ubuntu.[1][2] | |
| Решение проблемы | |
| Сообщество пользователей нашло решение, которое заключается в обновлении компонентов X.Org из стороннего репозитория (PPA). Этот метод оказался эффективным для многих пользователей, столкнувшихся с данной проблемой.[1] |
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 > version control > git: unset checkbox Enable staging area | |
| settings > advanced settings: unset checkbox Enable Commit tool window | |
| settings > advanced settings: set checkbox Toggle commit controls |
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
| sh -c "QT_QPA_PLATFORM=xcb telegram" |
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
| - Uninstall any flameshot that you installed early | |
| - Add src to /etc/apt/sources.list.d/ubuntu.sources | |
| Types: deb-src | |
| URIs: http://ru.archive.ubuntu.com/ubuntu/ | |
| Suites: noble noble-updates | |
| Components: main restricted universe multiverse | |
| Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg | |
| Types: deb-src |
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
| - Install OpenRGB via deb from official site | |
| - sudo rmmod spd5118 | |
| - Start OpenRGB, set brightness 0 | |
| - echo "blacklist spd5118" | sudo tee /etc/modprobe.d/blacklist-spd5118.conf |
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 | |
| - Wayland | |
| Create file /etc/modprobe.d/nvidia-power-management.conf with content: | |
| options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp | |
| ~ update-initramfs -u | |
| ~ reboot |
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 | |
| find `If.realtek-alc4080 { inside this block copy regex }` | |
| - 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 |
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/" |
NewerOlder