diff --git a/module2/00_bootloader/ref.md b/module2/00_bootloader/ref.md deleted file mode 100644 index 992754d..0000000 --- a/module2/00_bootloader/ref.md +++ /dev/null @@ -1,21 +0,0 @@ -# Источники - -## Релевантные веб источники - -1. https://0xax.gitbooks.io/linux-insides/content/Initialization/ -2. http://www.collados.cat/asix1/m01/tu1/m01tu01pr12.php -3. https://learning.lpi.org/en/learning-materials/101-500/102/102.2/102.2_01/ -4. https://www.linux-magazine.com/Online/Features/Coping-with-the-UEFI-Boot-Process -5. http://www.rodsbooks.com/gdisk/mbr2gpt.html -6. https://www.youtube.com/watch?v=Q3rssfwxcyA -7. https://www.youtube.com/watch?v=7D4qiFIosWk -8. https://www.happyassassin.net/posts/2014/01/25/uefi-boot-how-does-that-actually-work-then/ -8. https://linuxhint.com/use-uefi-interactive-shell-and-its-common-commands/ -9. https://docs.nvidia.com/networking/m/view-rendered-page.action?abstractPageId=25139424 -10. https://help.ubuntu.com/community/Grub2 - -## Релевантные главы в книгах - -1. Evi Nemeth, Garth Snyder, Trent R. Hein, Ben Whaley, Dan Macking. Unix Handbook. 2 Chapter. (117 page ebook). -2. Raphael Hertzog, Roland Mas. The Debian Administrators's Handbook. 9 Chapter (233 page ebook). -3. Michael W. Lucas. Absolute FreeBSD. 4 chapter (103 page ebook) \ No newline at end of file diff --git a/module2/00_bootloader/tasks.md b/module2/00_bootloader/tasks.md index 9469031..c041818 100644 --- a/module2/00_bootloader/tasks.md +++ b/module2/00_bootloader/tasks.md @@ -35,4 +35,27 @@ ### Доп. задание - Настроить PXE boot -Используйте мост vmbrX+ваш id для сетевого интерфейса. Используйте шлюз 192.168.1.1 для доступа в интернет. \ No newline at end of file +Используйте мост vmbrX+ваш id для сетевого интерфейса. Используйте шлюз 192.168.1.1 для доступа в интернет. + + +# Источники + +## Релевантные веб источники + +1. https://0xax.gitbooks.io/linux-insides/content/Initialization/ +2. http://www.collados.cat/asix1/m01/tu1/m01tu01pr12.php +3. https://learning.lpi.org/en/learning-materials/101-500/102/102.2/102.2_01/ +4. https://www.linux-magazine.com/Online/Features/Coping-with-the-UEFI-Boot-Process +5. http://www.rodsbooks.com/gdisk/mbr2gpt.html +6. https://www.youtube.com/watch?v=Q3rssfwxcyA +7. https://www.youtube.com/watch?v=7D4qiFIosWk +8. https://www.happyassassin.net/posts/2014/01/25/uefi-boot-how-does-that-actually-work-then/ +8. https://linuxhint.com/use-uefi-interactive-shell-and-its-common-commands/ +9. https://docs.nvidia.com/networking/m/view-rendered-page.action?abstractPageId=25139424 +10. https://help.ubuntu.com/community/Grub2 + +## Релевантные главы в книгах + +1. Evi Nemeth, Garth Snyder, Trent R. Hein, Ben Whaley, Dan Macking. Unix Handbook. 2 Chapter. (117 page ebook). +2. Raphael Hertzog, Roland Mas. The Debian Administrators's Handbook. 9 Chapter (233 page ebook). +3. Michael W. Lucas. Absolute FreeBSD. 4 chapter (103 page ebook) \ No newline at end of file