Basics of the Linux Boot Process

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 27

  • @iamteedoh
    @iamteedoh 9 ปีที่แล้ว +2

    I know this is old but it's a good video and explanation. Thank you!

    • @iamteedoh
      @iamteedoh 9 ปีที่แล้ว

      ***** the video is old.. That's what I meant

    • @iamteedoh
      @iamteedoh 9 ปีที่แล้ว

      *****​ stop being such an ass already and get over my comment. The video is older than what you normally find. It doesn't mean the content is already irrelevant, which is why I did say "it's a good video and explanation". Stop being a troll and get on with your life. 

  • @oseifritz
    @oseifritz 7 ปีที่แล้ว

    Thanks Jason.. one of the best teachers I ever had in college..

  • @edenr1988
    @edenr1988 7 ปีที่แล้ว

    great video Jason. I mostly use windows and this gave me some overview how linux actually booted, thanks again!

  • @joiseystud
    @joiseystud 8 ปีที่แล้ว +11

    great. thx. Can you do an updated version with System D?

    • @dipi71
      @dipi71 7 ปีที่แล้ว +12

      _Here’s my little _*_systemd_*_ cheat sheet (use these with _*_sudo_*_ if you’re not root):_
      systemctl reboot
      systemctl poweroff
      systemctl emergency
      systemctl default _# graphical + multi-user_
      systemctl isolate multi-user.target _# same_
      systemctl status _#show__ status of everything_
      systemctl --failed _# list failed tasks only_
      _# starting/stopping/disabling a service, for example SSH:_
      systemctl start sshd.service
      systemctl stop sshd.service
      systemctl restart sshd.service
      systemctl status sshd.service
      systemctl status -l sshd.service _# more info with logs_
      systemctl disable sshd.service _# don't start ssh by default_
      systemctl enable sshd.service _# start with default runlevel_
      systemctl mask sshd.service _# never ever start automatically_
      journalctl _# show all system messages ever_
      journalctl -b _# show messages since last boot_
      journalctl -k _# show kernel messages_
      _# generate a diagram of the booting process:_
      systemd-analyze plot > ~/Desktop/boot.svg
      _This last one is very cool. Analyzing the diagram allowed me to make optimizations to reduce my boot times to sub-2.5 seconds. For example, exim starts faster than postfix; NetworkManager starts faster than wicked; kdm starts way faster than any other display manager that I’m aware of; and so on._

  • @ekko919
    @ekko919 8 ปีที่แล้ว +1

    Awesome over-view, really informative....

  • @mbigras
    @mbigras 5 ปีที่แล้ว +1

    Thank you for the excellent video Jason! Can you make another one updated with systemd?

  • @ramprakashgovindaraj5343
    @ramprakashgovindaraj5343 6 ปีที่แล้ว

    great video for me to refresh Linux. Thank you much appreciate your effort.

  • @deepaknarayan3713
    @deepaknarayan3713 10 ปีที่แล้ว

    Very nice done video man.... I needed this, I always wondered how an OS boots...thanks!

  • @3trilogy
    @3trilogy 9 ปีที่แล้ว

    Thanks again for "guided tour".

  • @UntamedRogueMavrick
    @UntamedRogueMavrick 9 ปีที่แล้ว +3

    Awesome video!! thanks dude...

  • @someguy3032
    @someguy3032 8 ปีที่แล้ว +3

    *VERY VERY HELPFUL !!!!!!!!!!!!!!!!!!!!!!!!!!!*
    *THANKS!!!!!!!!!!!!!!!!!!!!!!!!!*

  • @shawnlowery6246
    @shawnlowery6246 7 ปีที่แล้ว

    Wonderful video. Thank you sir.

  • @rifaimuhamad599
    @rifaimuhamad599 7 ปีที่แล้ว +5

    linux is the best

  • @peterchen5185
    @peterchen5185 9 ปีที่แล้ว

    very informative thanku

  • @leo-rq2ei
    @leo-rq2ei 6 ปีที่แล้ว

    Can you do a grub2 video?

  • @AshwinAashu
    @AshwinAashu 9 ปีที่แล้ว +1

    awesome!

  • @ahmedtauseef
    @ahmedtauseef 4 ปีที่แล้ว

    great * * * * *

  • @ricothGS
    @ricothGS 8 ปีที่แล้ว

    You can teach me please!! I want to pass LPI 1 and 2.

  • @domaincontroller
    @domaincontroller 4 ปีที่แล้ว +1

    03:57 boot log 06:25 runlevels

  • @Pellegrinoz
    @Pellegrinoz 10 ปีที่แล้ว

    ty

  • @ilyasabi8920
    @ilyasabi8920 3 ปีที่แล้ว

    This guy talking reminds me of someone, ahh who was it?
    I remembered Elon Musk, accent and tone fairly unique

  • @joiseystud
    @joiseystud 8 ปีที่แล้ว +4

    great. thx. Can you do an updated version with System D?