Очень полезная утилита screenfetch
Выводит инфу по установленной ОС linux
- Подробнее о Очень полезная утилита screenfetch
- Войдите или зарегистрируйтесь, чтобы оставлять комментарии
Выводит инфу по установленной ОС linux
Конфигурация Grub находится в файле /boot/grub/grub.cfg.
gksu gedit /boot/grub/grub.cfg
Как правило, строки меню выглядят вот так:
Например пункт Windows:
The information found in this guide has been acquired through a thread on Linux Support from Escape From Tarkov's official forum. You can find a link to the page HERE. Without the efforts of the developers at CodeWeavers, WINE, Valve, and so many other individuals, this would not be possible. Thank you all for your work!
Если присутствуют фризы в играх, либо долгое переключение из спящего режима, помогает поиск в реестре EnableULPS, и перевод значения в 0.
Hello,
you need to edit the "amdgpu-pro-install"-file.
Change the string "ubuntu" to debian or debianlinux or so.
The string "ubuntu" you can find in function os_release()
With Linux Mint i need to change it to "linuxmint" and installation will be fine
Выполняем команду
xinput --list --short
Выдаст что-то типа:
journalctl -e Error was encountered while opening journal files: Input/output error
Такая ерунда происходит, если в каталоге /var/log/journal/<MachineID> появляются файлы с нулевой длиной. Если удалить такие файлы, все работает.
https://crontab-generator.org/ - генератор строчек в crontab.
https://crontab.guru/ - проверка и разъяснение строчек из crontab.
command > output.txt
The standard output stream will be redirected to the file only, it will not be visible in the terminal. If the file already exists, it gets overwritten.
command >> output.txt
The standard output stream will be redirected to the file only, it will not be visible in the terminal. If the file already exists, the new data will get appended to the end of the file.
command 2> output.txt
Лечится disable ULPS, можно прям в реестре.
_________________________________
Спасибо пользователю Крестовик с сайта https://forums.overclockers.ru
https://forums.overclockers.ru/viewtopic.php?p=11499907