What are Linux Devices !?

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии •

  • @someoneunknown6894
    @someoneunknown6894 6 дней назад +22

    Great video! Would love to learn more about the network devices!

    • @MohidoTech
      @MohidoTech  5 дней назад +2

      I will create that one soon :)

  • @Ozzymand
    @Ozzymand 4 дня назад +9

    "So you don't have to struggle as much as I did" 🗣🗣🗣🗣 my man spitting generational fire here

  • @moussaadem7933
    @moussaadem7933 4 дня назад +9

    devices communicate through input/output. this make them analogus to files. "Everything is a file" is a great abstraction. linux does this a lot. devices and files are just files. processes and threads are just tasks. directories and filenames are just paths (that's why mv renames and moves)

    • @MohidoTech
      @MohidoTech  4 дня назад +1

      I honestly love how Linux kernel work! Once you understand the Linux kernel, you start getting what a computer is and how it really works!

  • @RasyaAnindyaPratama-m9r
    @RasyaAnindyaPratama-m9r 8 дней назад +4

    great content bro!

    • @MohidoTech
      @MohidoTech  8 дней назад +1

      That means a lot, thank you man!🙃

  • @justgold1
    @justgold1 День назад +1

    Yes bro 🔥🔥🔥🔥☄️☄️☄️

  • @urebeatsgaming7285
    @urebeatsgaming7285 6 дней назад +1

    Very informative.
    Really liked the logical device part, always wondered what things like /dev/null were doing

    • @MohidoTech
      @MohidoTech  5 дней назад

      I am more than happy that it helped you!

  • @justgold1
    @justgold1 День назад +1

    Channel will get big

    • @MohidoTech
      @MohidoTech  День назад +1

      @@justgold1 Thousand thanks man! Ur words r just gold!!
      Even if it doesnt go big, I am doing these vids coz I luv it 😅

  • @savagesarethebest7251
    @savagesarethebest7251 2 дня назад

    I find it really intuitive, like do you want some user input? Just open Standard Input. Want to write something, open standard output. Do you want a file from the network, just open it. Do you want a stream of coordinates from GPS or the trackpad, just open the file. This is especially good if your program operates on standard input and output, then it can be used in ways that you have never imagined decades after you made it.

    • @MohidoTech
      @MohidoTech  День назад

      Exactly, I totally agree in that sense. This abstraction makes it easier for both, driver implementer and applications/kernel communication!

  • @elidoz9522
    @elidoz9522 5 дней назад +2

    the part about the network devices sounds interesting, it sounds like it goes against the unix philosophy

    • @MohidoTech
      @MohidoTech  5 дней назад +5

      IKR! At first, it does seem odd, but it makes sense when you consider the complexity of networking devices compared to USBs or hard drives.
      "Linux sticks to 'Everything is a File' but takes a unique approach for networking. Tricks like this are what make tech fun"- *said by a non-'implentist' 😅*
      Since many people asked❤, the next video is about: Linux networking. I will start working on it tomorrow and hopefully I publish it asap 😄
      NOTE
      Implentist (noun created by Mohido): Someone who unfairly discriminates against or holds biases toward certain implementations of a concept, system, or technology, often based on personal preference or traditional norms.
      🤣🤣🤣

  • @ytnihad
    @ytnihad 5 дней назад +1

    great video.
    thank you.

  • @0xPanda1
    @0xPanda1 4 дня назад +2

    Great video

    • @MohidoTech
      @MohidoTech  2 дня назад +1

      @@0xPanda1 thank you man! I truly appreciate your words. I will try to make the next one even better!

  • @muhammadowais2492
    @muhammadowais2492 2 дня назад +1

    you can treat anything like a file in Linux,
    Want to check how much memory your system is using? cat /proc/meminfo
    Want to see what processes are running? cat /proc/cpuinfo
    Want to change your hardware's settings? Just open /dev/ like it's a folder of random files, and hope you don't break anything.😅

    • @muhammadowais2492
      @muhammadowais2492 2 дня назад +1

      Appreciate your this video, hope it'll be helpful for young ones

    • @MohidoTech
      @MohidoTech  2 дня назад

      @@muhammadowais2492 thank you man for your support! It really means a lot!

  • @susugar3338
    @susugar3338 2 дня назад +3

    "Everything is a file" helps me understand Linux very much. But I always find funny when i get return "rm: dir is a folder, not a file."

    • @MohidoTech
      @MohidoTech  2 дня назад +3

      @@susugar3338 In the past, even 'cat' worked on folders.. It was pretty wild backthen lol

  • @rinatpro-q1r
    @rinatpro-q1r 3 дня назад +1

    linux devices is files

    • @MohidoTech
      @MohidoTech  2 дня назад

      @@rinatpro-q1r exactly, it is weird and fun to think that way. That's why linux-ers love linux.. It's always fun 😆

  • @dzwassim95
    @dzwassim95 3 дня назад +1

    German?

    • @MohidoTech
      @MohidoTech  2 дня назад +1

      @@dzwassim95 nope, y the question tho?

    • @dzwassim95
      @dzwassim95 2 дня назад

      @@MohidoTech feels like german accent

    • @MohidoTech
      @MohidoTech  2 дня назад +1

      @@dzwassim95 lmao 🤣
      Well, sorry to disappoint u 😅

  • @Cloud67TR
    @Cloud67TR 3 дня назад +2

    sudo mount /dev/sda1 /mnt

    • @MohidoTech
      @MohidoTech  2 дня назад +1

      @Cloud67TR 'sudo mount /usr/Cloud67TR /comments'
      😁