Как уменьшить чуствительность мыши в Ubuntu
Выполняем команду
xinput --list --short
Выдаст что-то типа:
- Подробнее о Как уменьшить чуствительность мыши в Ubuntu
- Войдите или зарегистрируйтесь, чтобы оставлять комментарии
Выполняем команду
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
bash-completion
Самый простой способ:
cat /etc/*-release
Как в линуксах узнать, кто сидит в свопе? Очень просто:
#!/bin/bash for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | less
Перед инсталляцией необходимо вызвать командную строку комбинацией Shift + F10. Далее введите следующую последовательность команд:
diskpart (после каждой команды надо нажать кнопку enter)
sel dis 0
clean
convert gpt
exit
exit
Нажмите «обновить» и «далее».
Начнется установка Windows 7
Сгенерируем ключи аутентификации для SSH с помощью ssh-keygen
.
$ ssh-keygen
Вывод: