update tags

This commit is contained in:
Alexander Popov 2022-12-28 00:46:21 +03:00
parent a506e448a6
commit 296ff9b4ef
15 changed files with 22 additions and 36 deletions

View File

@ -2,6 +2,6 @@
title: "Цитирование книг. Авторское право и закон"
date: 2022-10-01T10:46:41+03:00
draft: true
tags: [book, life, law, russia]
tags: [life]
---

View File

@ -2,7 +2,7 @@
title: "🟩 Пересборка Bootstrap ради замены цветов"
date: 2022-07-01T01:35:42+03:00
draft: false
tags: [web, bootstrap]
tags: [web, bootstrap-css, css]
---
На странице документации [**Customize/Color**](https://getbootstrap.com/docs/5.1/customize/color/) написано,

View File

@ -2,7 +2,7 @@
title: "💪🏻 Detect Musl"
date: 2022-07-31T16:00:15+03:00
draft: false
tags: [linux, c, shell, musl]
tags: [linux, c, musl]
---
Пост — чистейшая копипаста с [SoF](https://stackoverflow.com/questions/58177815/how-to-actually-detect-musl-libc).

View File

@ -2,7 +2,7 @@
title: "Запуск Chromium в режиме приложения"
date: 2022-10-07T22:16:32+03:00
draft: true
tags: [linux, tips, chromium]
tags: [linux, tips]
---
```sh

View File

@ -2,7 +2,7 @@
title: "📋 Параллелизм или расписание в Crystal"
date: 2022-10-07T22:43:29+03:00
draft: false
tags: [crystal, develop, tutorial]
tags: [crystal, development, tutorial]
---
## Выполнять код раз в 10 секунд?

View File

@ -2,7 +2,7 @@
title: "Десктопные приложения на JS | Neutralinojs"
date: 2022-10-05T02:59:47+03:00
draft: true
tags: [neutralinojs, js, develop]
tags: [tools, javascript, development]
---
> Portable and lightweight cross-platform

View File

@ -2,7 +2,7 @@
title: "🔐 Gitea: Изменение пароля"
date: 2022-09-15T10:23:03+03:00
draft: false
tags: [gitea, admin, tips]
tags: [gitea, administration, tips]
---
## HowTo

View File

@ -2,7 +2,7 @@
title: "Google Translate: автоматизируем перевод"
date: 2022-10-12T00:52:56+03:00
draft: true
tags: [translate, tips, google]
tags: [translate, tips, api]
---
## Получаем скриптом Google перевод текста, без оформления подписки на платный API.

View File

@ -1,8 +1,8 @@
---
title: "🔲 Установка однотонных обоев в Linux DE"
title: "🔲 Установка однотонных обоев в KDE"
date: 2022-11-19T3:19:58+03:00
draft: false
tags: [linux, tips, kde, gnome]
tags: [linux, tips, kde]
---
## KDE
@ -21,16 +21,3 @@ for (i=0; i < Desktops.length; i++) {
d.writeConfig("Color", "93,93,93");
}'
```
## Мусор
Просто код, не обращайте внимания
```
kwriteconfig5 --file plasma.desktop-appletsrc --group 'Containments' --group '31' --key 'wallpaperplugin' 'org.kde.color'
kwriteconfig5 --file plasma.desktop-appletsrc --group 'Containments' --group '31' --group 'Wallpaper' --group 'org.kde.color' --group 'General' --key 'Color' '255,255,255'
dbus-send --session --type=signal --dest=org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.reloadConfig
dbus-send --session --dest=org.kde.plasmashell --type=method_call /PlasmaShell org.kde.PlasmaShell.reloadConfig
```

View File

@ -2,7 +2,7 @@
title: "🖼️ Портативный ImageMagick в Linux"
date: 2022-09-17T22:23:58+03:00
draft: false
tags: [guide, linux, imagemagick]
tags: [tutorial, linux, tools]
---
## ImageMagick

View File

@ -2,7 +2,7 @@
title: "🔏 Проверка орфографии ворует пароли"
date: 2022-09-19T19:29:50+03:00
draft: false
tags: [privacy, inkscape, microsoft, google, passwords]
tags: [privacy, passwords]
---
На фоне [новости](https://habr.com/ru/news/t/688856/) о том, что Google и Microsoft

View File

@ -2,15 +2,14 @@
title: "🙊 Так же != также"
date: 2022-06-09T02:32:57+03:00
draft: false
tags: [grammar, language]
tags: [grammar]
---
Так же = таким же образом.
> Так же = таким же образом.
> Также = тоже (ещё).
> Эти слова не являются аналогом и не взаимозаменяемы.
Также = тоже (ещё).
**by ValdikSS**.
Эти слова не являются аналогом и не взаимозаменяемы.
by ValdikSS.
[Линк](https://www.linux.org.ru/forum/talks/16862138?cid=16863196) с ЛОРа.
[Линк](https://www.linux.org.ru/forum/talks/16862138?cid=16863196)
на пост с linux.org.ru.

View File

@ -2,7 +2,7 @@
title: "🛠️ Xojo"
date: 2022-06-09T02:37:53+03:00
draft: false
tags: [development, ide]
tags: [development]
---
[Xojo](https://xojo.com/) - фреймворк для разработки кроссплатформенных нативных приложений.

View File

@ -3,7 +3,7 @@ title: "📦 Porteus Packages"
date: 2022-07-08T03:34:39+03:00
lastmod: 2022-10-02T10:33:00+03:00
draft: false
tags: [linux, packages, porteus, repository]
tags: [linux, packages, porteus]
---
## Repository | Репозиторий

View File

@ -2,7 +2,7 @@
title: "🪲 Лечим ошибку /tmp/xdg-runtime-guest в Porteus"
date: 2022-07-08T06:58:34+03:00
draft: false
tags: [porteus, linux, error, tips]
tags: [porteus, linux, administration, tips]
---
После очередного перезапуска [Porteus](http://porteus.org/), у меня вылезла ошибка.