mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 09:20:40 +00:00
- Introduced comprehensive notes on virtualization, covering architecture, hypervisors, and containerization. - Added detailed lecture on basic network services including DNS, DHCP, and NTP, emphasizing their importance in IT infrastructure. - Included notes on backup systems (СРК), discussing RTO, RPO, and backup strategies. - Documented the significance of monitoring systems, differentiating between monitoring and observability, and outlining key metrics to track. - Created new markdown files for personal projects on home server setup and containerization, linking them to the main notes.
14 lines
304 B
Ruby
14 lines
304 B
Ruby
source "https://rubygems.org"
|
|
|
|
# gem "github-pages", group: :jekyll_plugins
|
|
gem "jekyll-remote-theme"
|
|
gem "minimal-mistakes-jekyll"
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-include-cache"
|
|
gem "jekyll-feed"
|
|
gem "jekyll-seo-tag"
|
|
gem "jekyll-sitemap"
|
|
gem "jekyll-paginate"
|
|
gem "jekyll-obsidian"
|
|
end |