From 631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 14:48:55 +0400 Subject: Set up the RSS feed and the authors of the posts --- _posts/2012-01-30-getting-source-code-of-chromium.md | 1 + _posts/2018-07-23-installing-moodle-to-fedora.md | 1 + _posts/2019-08-15-electron-reload.md | 1 + _posts/2023-05-01-rust-and-tl-mr3020.md | 1 + _posts/2023-05-04-create-lib-file-from-dll.md | 1 + 5 files changed, 5 insertions(+) (limited to '_posts') diff --git a/_posts/2012-01-30-getting-source-code-of-chromium.md b/_posts/2012-01-30-getting-source-code-of-chromium.md index 5216482..5145695 100644 --- a/_posts/2012-01-30-getting-source-code-of-chromium.md +++ b/_posts/2012-01-30-getting-source-code-of-chromium.md @@ -2,6 +2,7 @@ description: >- Изучение исходных кодов Chromium: подготовка системы и установка необходимых программных компонентов. Руководство для начинающих разработчиков. Получите инструкции по установке Microsoft Visual Studio, Cygwin, Python и других инструментов. Действительно на январь-февраль 2012 года. title: Получение исходного кода "Chromium Projects" +author: valentineus layout: post --- diff --git a/_posts/2018-07-23-installing-moodle-to-fedora.md b/_posts/2018-07-23-installing-moodle-to-fedora.md index b142e1f..6dfa40d 100644 --- a/_posts/2018-07-23-installing-moodle-to-fedora.md +++ b/_posts/2018-07-23-installing-moodle-to-fedora.md @@ -2,6 +2,7 @@ description: >- Решение проблем установки Moodle из-за SELinux: как настроить правила доступа для устранения ошибок в веб-интерфейсе и при работе с cURL. Практические советы и команды. title: Установка Moodle в Fedora +author: valentineus layout: post --- diff --git a/_posts/2019-08-15-electron-reload.md b/_posts/2019-08-15-electron-reload.md index 89e5097..21cc2bf 100644 --- a/_posts/2019-08-15-electron-reload.md +++ b/_posts/2019-08-15-electron-reload.md @@ -2,6 +2,7 @@ description: >- Руководство по автоматической перезагрузке приложений на Electron с помощью пакетов electron-reload и electron-webpack. Обход проблем с совместимостью и использование HMR для renderer процесса. title: Горячая перезагрузка ElectronJS приложения +author: valentineus layout: post --- diff --git a/_posts/2023-05-01-rust-and-tl-mr3020.md b/_posts/2023-05-01-rust-and-tl-mr3020.md index 3be44bf..0cf59dd 100644 --- a/_posts/2023-05-01-rust-and-tl-mr3020.md +++ b/_posts/2023-05-01-rust-and-tl-mr3020.md @@ -2,6 +2,7 @@ description: >- Как настроить и оптимизировать проект Rust для кросс-компиляции на TP-Link TL-MR3020 с использованием Fedora Linux 38 и OpenWrt 22.03.4. Шаг за шагом от базового "Hello, World!" до асинхронного TCP сервера. title: Компиляция Rust на TL-MR3020 +author: valentineus layout: post --- diff --git a/_posts/2023-05-04-create-lib-file-from-dll.md b/_posts/2023-05-04-create-lib-file-from-dll.md index 706bc8f..ea5514c 100644 --- a/_posts/2023-05-04-create-lib-file-from-dll.md +++ b/_posts/2023-05-04-create-lib-file-from-dll.md @@ -2,6 +2,7 @@ description: >- Learn how to generate a *.lib file from a *.dll with this comprehensive guide. Using the Visual Studio Command Prompt and Microsoft's recommended tools, this article walks you through the steps for a seamless process. Perfect for developers working with 3rd party win dll's. title: Create ".lib" file from ".dll" (archive) +author: adrianhenke layout: post --- -- cgit v1.2.3