Debugging & Troubleshooting in Linux || Linux most common issues with solution

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 90

  • @gouravkamra9801
    @gouravkamra9801 3 роки тому +11

    The best part of this video is you have mentioned all the time in starting according to the topics and people can choose their topic start from the given timings.

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  3 роки тому +4

      Thanks for the kind words. I am glad to know that, providing timing details is useful.
      Such comment always motivate to create more video with different ideas, which helpful to other.
      :)

  • @dakota1231000
    @dakota1231000 3 роки тому +7

    this is one of the best videos i have seen till date on simple debugging issues.. i took a note of each n every issue. greatwork opengyaanhouse.. cheers

  • @koffifelix2081
    @koffifelix2081 Рік тому +1

    I'm often faced with this kind of issue. Your explanations are so clear! Thank you!

  • @zainuddinbrahim4625
    @zainuddinbrahim4625 3 роки тому +4

    just need that refresher for my interview..appreciate so much for e steps..similiar to solaris

  • @minma02262
    @minma02262 2 місяці тому

    WOWWOWOW!!!!! Very good. Common issues are very very important.

  • @user-zg1cm5rp2q
    @user-zg1cm5rp2q 4 місяці тому +1

    Thank you, nice explanation. Could you please make a video on which commands are risk be given in the realtime production environment. I read some where. It will be risk to give few commands in production..

  • @Dishaaans
    @Dishaaans Рік тому +1

    One of the best video i came across thank you

  • @krithikakumaragurubaran7110
    @krithikakumaragurubaran7110 2 роки тому +1

    Best ever debugging video..

  • @samra962
    @samra962 2 роки тому +2

    Nice explanation .. Appreciate the effort!

  • @pankajkharade6936
    @pankajkharade6936 2 роки тому +2

    Very helpful 👌👌👍 needs more like this

  • @snehaldeshbhratar4156
    @snehaldeshbhratar4156 2 роки тому +1

    Informative!!!! Appreciate the effort...

  • @birrubabu8619
    @birrubabu8619 3 роки тому +1

    Great $good information brother, but small requst bro, please increase text size ,

  • @mallikarjunab8319
    @mallikarjunab8319 3 роки тому +2

    Nice bro it's really useful video and very helpful thank you for this video and expecting more videos on troubleshooting so subscribed this Chanel 😎

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  3 роки тому

      Thanks.. sure, I will create more videos on troubleshooting.

  • @rajatawasthi1880
    @rajatawasthi1880 3 роки тому +3

    kudos !!!.
    Very helpful for linux new biee

  • @vishwaschaudhary4833
    @vishwaschaudhary4833 2 роки тому +1

    Thank you so much for the video.🙏

  • @zainuddinbrahim4625
    @zainuddinbrahim4625 2 роки тому +1

    Thanks for the refresher..

  • @charmainejohnson5700
    @charmainejohnson5700 Рік тому +1

    Great video Sir. Thankyou

  • @zainuddinbrahim4625
    @zainuddinbrahim4625 3 роки тому +1

    thankyou bro, helpful in a way

  • @peeyushgirdhar806
    @peeyushgirdhar806 3 роки тому +1

    Nice and clear explanation...

  • @aakashsonkusare69
    @aakashsonkusare69 2 роки тому +2

    how effforlessly and in quick time you gave all the demo, thank you. I have a question what is 9 at 16:50?

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому +1

      thanks for watching. kill command has different options "9" is for forcefully kill the pid.
      Signals 9 and 15 are used to terminate a process.
      Nine (9) is the SIGKILL signal and should ONLY be used if a regular kill fails. SIGKILL does not allow the process to catch the signal and terminate gracefully.
      Fifteen (15) is the SIGTERM signal. SIGTERM can be caught by the process, allowing the process to free resources and perform a graceful termination. 'kill -15' is the preferred command to use when terminating a process.
      Fifteen (15) is the default used by 'kill' when a signal is not specified as an argument.

    • @aakashsonkusare69
      @aakashsonkusare69 2 роки тому +1

      @@OPENGYANHOUSE please keep posting videos frequently, they very helpful

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому

      Thanks

  • @sahijpalkaur3273
    @sahijpalkaur3273 2 роки тому +1

    really great work

  • @Techtips200
    @Techtips200 2 роки тому +1

    Liked ur work .

  • @chandonthakur1
    @chandonthakur1 2 роки тому +1

    Thank you for sharing this Amazing Video

  • @shantanusohni3615
    @shantanusohni3615 3 роки тому +2

    Good one 👍

  • @geekmuralin
    @geekmuralin 2 роки тому +1

    Thank you sir 🙏

  • @samimshaikh2701
    @samimshaikh2701 Рік тому +2

    Sir how to handle sudden spike in server?

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  Рік тому

      There could be chances of memory leak, if we have sudden spike in server. We can analyse core dump in that case.

  • @naveenm6642
    @naveenm6642 3 роки тому

    Very Useful , Thanks

  • @thoughts2313
    @thoughts2313 7 місяців тому

    Thank you ..god bless !!

  • @HariKrishna-md8vy
    @HariKrishna-md8vy 2 роки тому +1

    Thank you For your details. want to know who created directories And files where we can find out is there any command to identify.

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому

      Thanks for the comment !
      Please go through to the Linux commands video for the details
      ua-cam.com/video/Z5FAWXGWmJ0/v-deo.html

  • @seshubellamkonda2155
    @seshubellamkonda2155 Рік тому +1

    Instead of going into each directory and searching for a large size file... Can we list all large size files in the root mount?

  • @beingvin
    @beingvin 2 роки тому +1

    Hi there !
    Good explanation .
    I have bootup issue it stuck on emergency mode I tried to modify fstab file but giving read only file system error . Not able to change permission .
    Any solution would be appreciated

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому

      Yes, There is an option to repair the OS related file, while re-installing it. Also you can try to login via "Single User Mode" method for debugging the issue.

  • @rafiasalman5723
    @rafiasalman5723 2 роки тому

    muchas gracias!

  • @sangitamalav4969
    @sangitamalav4969 Рік тому +1

    How can we resolve df -kh hung issue ?

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  Рік тому

      du -sh * command will give the file/directory size for cleanup

  • @poojap.3857
    @poojap.3857 3 роки тому +1

    I found it helpful but I can hear only keyboard typing sound...

  • @fungolattaa7858
    @fungolattaa7858 3 роки тому

    Incase I need to see differentiate the different path files what is the command
    Diff file1 /etc/file2

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  3 роки тому

      Yes... mentioning the command for reference.
      diff /path/file1 /path/file2

  • @chandrak1946
    @chandrak1946 Рік тому +1

    Truncated means

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  Рік тому +1

      Clean data from a file, without deleting the file. :)

  • @AS-eq2jj
    @AS-eq2jj 6 місяців тому

    voice of video is not clear...kindly modify it so it will be clearly audible.

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  6 місяців тому

      Thanks for the feedback. Will try to improve it. :)

  • @hami6267
    @hami6267 2 роки тому +1

    In disk partition explanation, when you ran df cmd it realted a directory which is consuming more space, i.e /dev/mapper/.... But when you ran the du -sh * cmnd in / directory , you said / home is consuming more space.. can you please explain this?

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому +1

      df -h command will show the hardisk partition (same like C D E drive in window OS)
      du -sh * command will show the directory size in current path, in this case /home directory is huge in size. But overall there there is only one partition in linux system which is /. And "home" directory is part of / partition.
      If I compare with window so I would say C drive is having 35GB data but home folder is having huge data in it.
      Please check below link, this will help you more :
      ua-cam.com/video/EvnkBq43PUc/v-deo.html

  • @sirikondakarthik3804
    @sirikondakarthik3804 2 роки тому +1

    Login procedure of windows admin and ccna and linux all are same is nt it.

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому

      Right :)

    • @sirikondakarthik3804
      @sirikondakarthik3804 2 роки тому +1

      Real time enviornment also same login procedure of windows admin and ccna and linux all technologies

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  2 роки тому

      If you are taking about the real time production setup. So mentioning some details that might be helpful to you :
      For window login, we needed rdp access (remote desktop protocol) so vnc or Remote Desktop tool can be use here.
      For Linux login, we needed ssh tool
      For network device login, some time ssh or serial port login needed.

  • @perumalsakthi3413
    @perumalsakthi3413 Рік тому +1

    Bro not clear we don't know what comments u r enter

    • @OPENGYANHOUSE
      @OPENGYANHOUSE  Рік тому

      For Linux commands there is one more video in this channel. I would recommend you to watch that also. Thanks

  • @LeonardoNeves
    @LeonardoNeves Рік тому +1

    please fix the linux pronunciation. it's leenux and not lainux

  • @user-or9xw6kt6j
    @user-or9xw6kt6j 10 місяців тому

    make more videos......