diff options
Diffstat (limited to 'src/content/blog')
-rw-r--r-- | src/content/blog/create-lib-file-from-dll.md | 4 | ||||
-rw-r--r-- | src/content/blog/electron-reload.md | 2 | ||||
-rw-r--r-- | src/content/blog/getting-source-code-of-chromium.md | 2 | ||||
-rw-r--r-- | src/content/blog/installing-moodle-to-fedora.md | 2 | ||||
-rw-r--r-- | src/content/blog/rust-and-tl-mr3020.md | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/content/blog/create-lib-file-from-dll.md b/src/content/blog/create-lib-file-from-dll.md index 9cdae59..edece47 100644 --- a/src/content/blog/create-lib-file-from-dll.md +++ b/src/content/blog/create-lib-file-from-dll.md @@ -1,7 +1,7 @@ --- basedOn: "https://adrianhenke.wordpress.com/2008/12/05/create-lib-file-from-dll/" -title: 'Create ".lib" file from ".dll" (archive)' -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)" +description: "Quick guide to create a .lib from a .dll on Windows: list exports with dumpbin, make a .def file, then generate the import library with lib." datePublished: "2023-05-04" dateModified: "2023-05-04" lang: "en" diff --git a/src/content/blog/electron-reload.md b/src/content/blog/electron-reload.md index cef7258..a9376ac 100644 --- a/src/content/blog/electron-reload.md +++ b/src/content/blog/electron-reload.md @@ -1,6 +1,6 @@ --- title: "Горячая перезагрузка ElectronJS приложения" -description: "Руководство по автоматической перезагрузке приложений на Electron с помощью пакетов electron-reload и electron-webpack. Обход проблем с совместимостью и использование HMR для renderer процесса." +description: "Горячая перезагрузка ElectronJS: перезапуск main через nodemon и автообновление renderer с HMR/chokidar. Пошагово, без electron-reload и с Webpack." datePublished: "2019-08-15" dateModified: "2019-08-15" lang: "ru" diff --git a/src/content/blog/getting-source-code-of-chromium.md b/src/content/blog/getting-source-code-of-chromium.md index ffe0d92..5bc5345 100644 --- a/src/content/blog/getting-source-code-of-chromium.md +++ b/src/content/blog/getting-source-code-of-chromium.md @@ -1,6 +1,6 @@ --- title: 'Получение исходного кода "Chromium Projects"' -description: "Изучение исходных кодов Chromium: подготовка системы и установка необходимых программных компонентов. Руководство для начинающих разработчиков. Получите инструкции по установке Microsoft Visual Studio, Cygwin, Python и других инструментов. Действительно на январь-февраль 2012 года." +description: "Как получить и подготовить исходники Chromium на Windows: Visual Studio, Cygwin, depot_tools, команды gclient. Краткая пошаговая инструкция." datePublished: "2012-01-30" dateModified: "2012-01-30" lang: "ru" diff --git a/src/content/blog/installing-moodle-to-fedora.md b/src/content/blog/installing-moodle-to-fedora.md index 17ef3da..a331dec 100644 --- a/src/content/blog/installing-moodle-to-fedora.md +++ b/src/content/blog/installing-moodle-to-fedora.md @@ -1,6 +1,6 @@ --- title: "Установка Moodle в Fedora" -description: "Решение проблем установки Moodle из-за SELinux: как настроить правила доступа для устранения ошибок в веб-интерфейсе и при работе с cURL. Практические советы и команды." +description: "Установка Moodle в Fedora: как исправить зависание инсталлятора и cURL error из-за SELinux. Правильные setsebool и chcon для доступа к сети и каталогам." datePublished: "2018-07-23" dateModified: "2018-07-23" lang: "ru" diff --git a/src/content/blog/rust-and-tl-mr3020.md b/src/content/blog/rust-and-tl-mr3020.md index d193761..5734b7a 100644 --- a/src/content/blog/rust-and-tl-mr3020.md +++ b/src/content/blog/rust-and-tl-mr3020.md @@ -1,6 +1,6 @@ --- title: "Компиляция Rust на TL-MR3020" -description: 'Как настроить и оптимизировать проект Rust для кросс-компиляции на TP-Link TL-MR3020 с использованием Fedora Linux 38 и OpenWrt 22.03.4. Шаг за шагом от базового "Hello, World!" до асинхронного TCP сервера.' +description: "Кросс-компиляция Rust для OpenWrt на TL-MR3020 (MIPS): rustup, cross-rs, Docker/Podman, UPX, пример TCP-сервера и сжатие бинарника." datePublished: "2023-05-01" dateModified: "2023-05-01" lang: "ru" |