Compare commits

..

No commits in common. "d2c595f7240ff87c1f3111f131ea787fe8b5e0fd" and "60acdc72cc7a52244abfd3b0840d5b0427ae8682" have entirely different histories.

2 changed files with 1 additions and 33 deletions

View File

@ -1,32 +0,0 @@
---
title: Эмуляция ввода текста из буфера обмена
description: Для GNU/Linux
date: 2024-10-24T17:07:00+02:00
tags: [linux]
---
## Установка и удаление пакетов
```shell
dnf install xclip xdotool
rpm --nodeps -e xdg-desktop-portal-gnome
```
## Создание исполняемого файла
В файл `/usr/local/bin/easyclipboard` необходимо добавить следующее:
```config
#!/bin/bash
xclip -selection clipboard -out | tr \\n \\r | xdotool selectwindow windowfocus type --clearmodifiers --delay 25 --window %@ --file -
```
## Выдача прав на исполнение
```shell
chmod +x /usr/local/bin/easyclipboard
```
## ShortCut
Далее необходимо забиндить исполняемый файл на какой-нибудь shortcut (например, `Ctrl+E`) и можно пользоваться.
При нажатии комбинации клавиш текст из буфера обмена вводится по-буквенно (очень помогает с vnc/crd и подобным).

View File

@ -2,7 +2,7 @@
title: Отключение AppArmor в Ubuntu 24.04
description: purge apparmor
date: 2024-10-09T10:51:00+02:00
tags: [linux, security]
tags: [linux, astra, krb5]
---
## Выключение сервиса