<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Knowladge Base</title>
      <link>https://NikitaVereev.github.io/knowladge-base</link>
      <description>Последние 10 заметок on Knowladge Base</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Event Loop в Node.js</title>
    <link>https://NikitaVereev.github.io/knowladge-base/javascript/explanation/event-loop</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/javascript/explanation/event-loop</guid>
    <description><![CDATA[ Event Loop в Node.js Одной фразой: Event Loop — это реализация reactor pattern: один поток крутит бесконечный цикл, раздаёт I/O-задачи системе и обрабатывает результаты по мере готовности. ]]></description>
    <pubDate>Tue, 17 Mar 2026 18:02:13 GMT</pubDate>
  </item><item>
    <title>Linux</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/</guid>
    <description><![CDATA[ Linux Операционная система с открытым исходным кодом. ]]></description>
    <pubDate>Tue, 17 Mar 2026 18:02:13 GMT</pubDate>
  </item><item>
    <title>Архитектура Linux: три уровня системы</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/explanation/architecture</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/explanation/architecture</guid>
    <description><![CDATA[ Архитектура Linux: три уровня системы TL;DR: Linux — три слоя: hardware (CPU, RAM, диски) → kernel (управляет оборудованием, изолирует процессы) → user space (все программы). ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Время, часовые пояса и NTP</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/explanation/time-and-ntp</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/explanation/time-and-ntp</guid>
    <description><![CDATA[ Время, часовые пояса и NTP TL;DR: Linux хранит два часов: аппаратные (RTC, в BIOS) и системные (в ядре). Серверы держат RTC в UTC. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Защита сервера (Hardening)</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/how-to/harden-server</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/how-to/harden-server</guid>
    <description><![CDATA[ Защита сервера (Hardening) TL;DR: SSH по ключам + отключить root login + firewall + fail2ban + автообновления. Принцип минимальных привилегий. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Управление дисками</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/how-to/manage-disks</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/how-to/manage-disks</guid>
    <description><![CDATA[ Управление дисками TL;DR: lsblk — список дисков. mount/umount — монтирование. /etc/fstab — автомонтирование. fdisk — разметка. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Продвинутое управление пакетами</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/how-to/manage-packages</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/how-to/manage-packages</guid>
    <description><![CDATA[ Продвинутое управление пакетами TL;DR: Анализ зависимостей, поиск orphans, очистка кэша, pinning версий. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Мониторинг системы</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/how-to/monitor-system</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/how-to/monitor-system</guid>
    <description><![CDATA[ Мониторинг системы TL;DR: htop — CPU/RAM в реальном времени. df -h — диск. free -h — память. journalctl -p err — ошибки. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Справочник: Типичные ошибки Linux</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/reference/common-errors</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/reference/common-errors</guid>
    <description><![CDATA[ Справочник: Типичные ошибки Linux Каталог частых ошибок, которые выдаёт система, и что с ними делать. Организован по подсистемам. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:25:49 GMT</pubDate>
  </item><item>
    <title>Дистрибутивы Linux</title>
    <link>https://NikitaVereev.github.io/knowladge-base/linux/explanation/distributions</link>
    <guid>https://NikitaVereev.github.io/knowladge-base/linux/explanation/distributions</guid>
    <description><![CDATA[ Дистрибутивы Linux TL;DR: Три семейства: Debian (apt, стабильность), Red Hat (dnf, enterprise), Arch (pacman, контроль). LTS = стабильность на 5+ лет. ]]></description>
    <pubDate>Wed, 04 Mar 2026 19:05:45 GMT</pubDate>
  </item>
    </channel>
  </rss>