diff --git a/content/posts/2022/book-quoting.md b/content/posts/2022/book-quoting.md index 495c60a..81c32b7 100644 --- a/content/posts/2022/book-quoting.md +++ b/content/posts/2022/book-quoting.md @@ -2,6 +2,6 @@ title: "Цитирование книг. Авторское право и закон" date: 2022-10-01T10:46:41+03:00 draft: true -tags: [book, life, law, russia] +tags: [life] --- diff --git a/content/posts/2022/bootstrap-rebuild.md b/content/posts/2022/bootstrap-rebuild.md index 9bc4594..894d285 100644 --- a/content/posts/2022/bootstrap-rebuild.md +++ b/content/posts/2022/bootstrap-rebuild.md @@ -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/) написано, diff --git a/content/posts/2022/c/detect-musl.md b/content/posts/2022/c/detect-musl.md index ee76103..ee1c66c 100644 --- a/content/posts/2022/c/detect-musl.md +++ b/content/posts/2022/c/detect-musl.md @@ -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). diff --git a/content/posts/2022/chromium-app.md b/content/posts/2022/chromium-app.md index 79c2b5f..44350fd 100644 --- a/content/posts/2022/chromium-app.md +++ b/content/posts/2022/chromium-app.md @@ -2,7 +2,7 @@ title: "Запуск Chromium в режиме приложения" date: 2022-10-07T22:16:32+03:00 draft: true -tags: [linux, tips, chromium] +tags: [linux, tips] --- ```sh diff --git a/content/posts/2022/crystal/scheduled-func.md b/content/posts/2022/crystal/scheduled-func.md index f57d302..12652d9 100644 --- a/content/posts/2022/crystal/scheduled-func.md +++ b/content/posts/2022/crystal/scheduled-func.md @@ -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 секунд? diff --git a/content/posts/2022/desktop_app_on_js.md b/content/posts/2022/desktop_app_on_js.md index d3e6363..43dbc84 100644 --- a/content/posts/2022/desktop_app_on_js.md +++ b/content/posts/2022/desktop_app_on_js.md @@ -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 diff --git a/content/posts/2022/gitea-reset-password.md b/content/posts/2022/gitea-reset-password.md index 4ca0be9..bd2906d 100644 --- a/content/posts/2022/gitea-reset-password.md +++ b/content/posts/2022/gitea-reset-password.md @@ -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 diff --git a/content/posts/2022/google/translate_query_string.md b/content/posts/2022/google/translate_query_string.md index 5ec4b29..31257e2 100644 --- a/content/posts/2022/google/translate_query_string.md +++ b/content/posts/2022/google/translate_query_string.md @@ -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. diff --git a/content/posts/2022/linux-color-wallpaper.md b/content/posts/2022/linux-color-wallpaper.md index 370a886..1174eb7 100644 --- a/content/posts/2022/linux-color-wallpaper.md +++ b/content/posts/2022/linux-color-wallpaper.md @@ -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 -``` - diff --git a/content/posts/2022/portable-imagemagick.md b/content/posts/2022/portable-imagemagick.md index 60a7933..532a3cf 100644 --- a/content/posts/2022/portable-imagemagick.md +++ b/content/posts/2022/portable-imagemagick.md @@ -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 diff --git a/content/posts/2022/spellheck-pass-thief/index.md b/content/posts/2022/spellheck-pass-thief/index.md index 15b9937..fe94a80 100644 --- a/content/posts/2022/spellheck-pass-thief/index.md +++ b/content/posts/2022/spellheck-pass-thief/index.md @@ -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 diff --git a/content/posts/2022/takje.md b/content/posts/2022/takje.md index 8801909..c247fbe 100644 --- a/content/posts/2022/takje.md +++ b/content/posts/2022/takje.md @@ -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. diff --git a/content/posts/2022/xojo.md b/content/posts/2022/xojo.md index 5037ee5..98a006f 100644 --- a/content/posts/2022/xojo.md +++ b/content/posts/2022/xojo.md @@ -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/) - фреймворк для разработки кроссплатформенных нативных приложений. diff --git a/content/posts/porteus/porteus-packages.md b/content/posts/porteus/porteus-packages.md index 9ffcdd4..2e2cdb7 100644 --- a/content/posts/porteus/porteus-packages.md +++ b/content/posts/porteus/porteus-packages.md @@ -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 | Репозиторий diff --git a/content/posts/porteus/xdg-runtime-guest-error/index.md b/content/posts/porteus/xdg-runtime-guest-error/index.md index a0f9181..f54fdf5 100644 --- a/content/posts/porteus/xdg-runtime-guest-error/index.md +++ b/content/posts/porteus/xdg-runtime-guest-error/index.md @@ -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/), у меня вылезла ошибка.